diff options
Diffstat (limited to 'devel/py-thinc')
-rw-r--r-- | devel/py-thinc/Makefile | 6 | ||||
-rw-r--r-- | devel/py-thinc/files/patch-pyproject.toml | 2 | ||||
-rw-r--r-- | 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 |