Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2025 23:55:58 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1174b70a7ba4 - main - devel/py-thinc8: Update to 8.3.10
Message-ID:  <692b880e.de19.3814b4e4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1174b70a7ba4b1b21d516c548bbf69be9ab4714b

commit 1174b70a7ba4b1b21d516c548bbf69be9ab4714b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:25:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:25:31 +0000

    devel/py-thinc8: Update to 8.3.10
    
    Changes:        https://github.com/explosion/thinc/releases
---
 devel/py-thinc8/Makefile                   |  4 ++--
 devel/py-thinc8/distinfo                   |  6 +++---
 devel/py-thinc8/files/patch-pyproject.toml | 10 ++--------
 devel/py-thinc8/files/patch-setup.cfg      | 19 ++++---------------
 4 files changed, 11 insertions(+), 28 deletions(-)

diff --git a/devel/py-thinc8/Makefile b/devel/py-thinc8/Makefile
index f40d2248ccc4..c2d4ccd31a01 100644
--- a/devel/py-thinc8/Makefile
+++ b/devel/py-thinc8/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	thinc
-PORTVERSION=	8.3.6
+PORTVERSION=	8.3.10
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/explosion/thinc/releases/download/release-v${PORTVERSION}/
@@ -35,7 +35,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}blis>=1.3.0<1.4.0:math/py-blis@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}wasabi>=0.8.1<1.2.0:textproc/py-wasabi@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent cython pep517
+USE_PYTHON=	autoplist concurrent cython3 pep517
 
 PORTSCOUT=	limit:^8\.
 
diff --git a/devel/py-thinc8/distinfo b/devel/py-thinc8/distinfo
index 954f66d07795..fb5b10e5df8d 100644
--- a/devel/py-thinc8/distinfo
+++ b/devel/py-thinc8/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744288988
-SHA256 (thinc-8.3.6.tar.gz) = 49983f9b7ddc4343a9532694a9118dd216d7a600520a21849a43b6c268ec6cad
-SIZE (thinc-8.3.6.tar.gz) = 194218
+TIMESTAMP = 1763853392
+SHA256 (thinc-8.3.10.tar.gz) = 5a75109f4ee1c968fc055ce651a17cb44b23b000d9e95f04a4d047ab3cb3e34e
+SIZE (thinc-8.3.10.tar.gz) = 194196
diff --git a/devel/py-thinc8/files/patch-pyproject.toml b/devel/py-thinc8/files/patch-pyproject.toml
index 2f41f84601d5..d789f2e93d66 100644
--- a/devel/py-thinc8/files/patch-pyproject.toml
+++ b/devel/py-thinc8/files/patch-pyproject.toml
@@ -1,12 +1,6 @@
---- pyproject.toml.orig	2025-04-04 11:10:41 UTC
+--- pyproject.toml.orig	2025-11-17 16:52:01 UTC
 +++ pyproject.toml
-@@ -1,12 +1,12 @@ requires = [
- [build-system]
- requires = [
-     "setuptools",
--    "cython>=3.0,<4.0",
-+    "cython>=0,<4.0",
-     "murmurhash>=1.0.2,<1.1.0",
+@@ -6,7 +6,7 @@ requires = [
      "cymem>=2.0.2,<2.1.0",
      "preshed>=3.0.2,<3.1.0",
      "blis>=1.3.0,<1.4.0",
diff --git a/devel/py-thinc8/files/patch-setup.cfg b/devel/py-thinc8/files/patch-setup.cfg
index ebd64bbe746a..ee7d40b90c49 100644
--- a/devel/py-thinc8/files/patch-setup.cfg
+++ b/devel/py-thinc8/files/patch-setup.cfg
@@ -1,22 +1,11 @@
---- setup.cfg.orig	2025-04-04 11:10:50 UTC
+--- setup.cfg.orig	2025-11-17 16:52:13 UTC
 +++ setup.cfg
-@@ -32,8 +32,8 @@ setup_requires = 
- include_package_data = true
- python_requires = >=3.9,<3.14
+@@ -33,7 +33,7 @@ setup_requires = 
+ python_requires = >=3.10,<3.15
  setup_requires = 
--	cython>=3.0,<4.0
+ 	cython>=3.0,<4.0
 -	numpy>=2.0.0,<3.0.0
-+	cython>=0,<4.0
 +	numpy>=1.19.0,<3.0.0
  	cymem>=2.0.2,<2.1.0
  	preshed>=3.0.2,<3.1.0
  	murmurhash>=1.0.2,<1.1.0
-@@ -48,7 +48,7 @@ install_requires = 
- 	catalogue>=2.0.4,<2.1.0
- 	confection>=0.0.1,<1.0.0
- 	setuptools
--	numpy>=2.0.0,<3.0.0
-+	numpy>=1.19.0,<3.0.0
- 	pydantic>=2.0.0,<3.0.0
- 	packaging>=20.0
- 	dataclasses>=0.6,<1.0; python_version < "3.7"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692b880e.de19.3814b4e4>