git: 5a1d9f25e9e9 - main - devel/py-thinc: Allow build with py-blis 1.2.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 15:58:20 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5a1d9f25e9e94b6e2cc70525738f799af78b087b
commit 5a1d9f25e9e94b6e2cc70525738f799af78b087b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:19:29 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:51:22 +0000
devel/py-thinc: Allow build with py-blis 1.2.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 62248117d1ea..28254992217a 100644
--- a/devel/py-thinc/Makefile
+++ b/devel/py-thinc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= thinc
PORTVERSION= 9.1.1
-PORTREVISION= 1
+PORTREVISION= 2
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.2.0:math/py-blis@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.0.0<1.3.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.2.0:math/py-blis@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blis>=1.0.0<1.3.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 09580f80e1df..5d6899a09385 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.2.0",
++ "blis>=1.0.0,<1.3.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 da75105f2277..6c03302134e3 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.2.0
++ blis>=1.0.0,<1.3.0
install_requires =
- blis>=1.0.0,<1.1.0
-+ blis>=1.0.0,<1.2.0
++ blis>=1.0.0,<1.3.0
murmurhash>=1.0.2,<1.1.0
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0