git: 9ad8d80cc49a - main - devel/py-thinc: Allow build with py-blis 1.3.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 May 2025 03:38:45 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9ad8d80cc49a10510a7562499c93f4327aefd77e
commit 9ad8d80cc49a10510a7562499c93f4327aefd77e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-05-18 03:18:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-05-18 03:34:44 +0000
devel/py-thinc: Allow build with py-blis 1.3.0+
- Bump PORTREVISION for package change
---
devel/py-thinc/Makefile | 6 +++---
devel/py-thinc/files/patch-pyproject.toml | 2 +-
devel/py-thinc/files/patch-setup.cfg | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/devel/py-thinc/Makefile b/devel/py-thinc/Makefile
index 28254992217a..8b21f7d4925a 100644
--- a/devel/py-thinc/Makefile
+++ b/devel/py-thinc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= thinc
PORTVERSION= 9.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/explosion/thinc/releases/download/release-v${PORTVERSION}/
@@ -14,14 +14,14 @@ WWW= https://thinc.ai/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.0.0<1.3.0:math/py-blis@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.0.0<1.4.0:math/py-blis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cymem>=2.0.2<2.1.0:devel/py-cymem@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}murmurhash>=0.28.0<1.1.0:devel/py-murmurhash@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1<3.0.0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}preshed3>=3.0.2<3.1.0:devel/py-preshed3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.0.0<1.3.0:math/py-blis@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.0.0<1.4.0:math/py-blis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}catalogue>=2.0.4<2.1.0:devel/py-catalogue@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}confection>=0.0.1<1.0.0:devel/py-confection@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cymem>=2.0.2<2.1.0:devel/py-cymem@${PY_FLAVOR} \
diff --git a/devel/py-thinc/files/patch-pyproject.toml b/devel/py-thinc/files/patch-pyproject.toml
index 5d6899a09385..c542d52b4d61 100644
--- a/devel/py-thinc/files/patch-pyproject.toml
+++ b/devel/py-thinc/files/patch-pyproject.toml
@@ -7,7 +7,7 @@
- "blis>=1.0.0,<1.1.0",
- "numpy>=2.0.0,<3.0.0; python_version < '3.9'",
- "numpy>=2.0.0,<3.0.0; python_version >= '3.9'",
-+ "blis>=1.0.0,<1.3.0",
++ "blis>=1.0.0,<1.4.0",
+ "numpy>=0,<3.0.0; python_version < '3.9'",
+ "numpy>=0,<3.0.0; python_version >= '3.9'",
]
diff --git a/devel/py-thinc/files/patch-setup.cfg b/devel/py-thinc/files/patch-setup.cfg
index 6c03302134e3..5bfe8a4e5d17 100644
--- a/devel/py-thinc/files/patch-setup.cfg
+++ b/devel/py-thinc/files/patch-setup.cfg
@@ -10,10 +10,10 @@
preshed>=3.0.2,<3.1.0
murmurhash>=1.0.2,<1.1.0
- blis>=1.0.0,<1.1.0
-+ blis>=1.0.0,<1.3.0
++ blis>=1.0.0,<1.4.0
install_requires =
- blis>=1.0.0,<1.1.0
-+ blis>=1.0.0,<1.3.0
++ blis>=1.0.0,<1.4.0
murmurhash>=1.0.2,<1.1.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0