mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/py-spacy: Update to 3.8.0
Changes: https://github.com/explosion/spaCy/releases
This commit is contained in:
parent
47b1656abd
commit
5496159a9b
4 changed files with 25 additions and 29 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= spacy
|
||||
PORTVERSION= 3.7.6
|
||||
PORTVERSION= 3.8.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= ${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>=1.25.0,1:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}numpy>=1.19.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}thinc8>=8.2.2<8.3.0_99:devel/py-thinc8@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}thinc8>=8.3.0<8.4.0:devel/py-thinc8@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}catalogue>=2.0.6<2.1.0:devel/py-catalogue@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cymem>=2.0.2<2.1.0:devel/py-cymem@${PY_FLAVOR} \
|
||||
|
@ -33,7 +33,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}catalogue>=2.0.6<2.1.0:devel/py-catalogue@${
|
|||
${PYTHON_PKGNAMEPREFIX}spacy-legacy>=3.0.11<3.1.0:textproc/py-spacy-legacy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}spacy-loggers>=1.0.0<2.0.0:textproc/py-spacy-loggers@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}srsly>=2.4.3<3.0.0:devel/py-srsly@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}thinc8>=8.2.2<8.3.0_99:devel/py-thinc8@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}thinc8>=8.3.0<8.4.0:devel/py-thinc8@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tqdm>=4.38.0<5.0.0:misc/py-tqdm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typer>=0.3.0<1.0.0:devel/py-typer@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wasabi>=0.9.1<1.2.0:textproc/py-wasabi@${PY_FLAVOR} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1725559891
|
||||
SHA256 (spacy-3.7.6.tar.gz) = f4065c0aac5c48bbfb2ffe191d55ccb33bfb005376afbd4ccd6d5e9341514e34
|
||||
SIZE (spacy-3.7.6.tar.gz) = 1275615
|
||||
TIMESTAMP = 1726487384
|
||||
SHA256 (spacy-3.8.0.tar.gz) = 00ce46c8dbcd50deac38376c6f04e4d1b6ee67a2e4a2b64ede0cee09f203c3a7
|
||||
SIZE (spacy-3.8.0.tar.gz) = 1275629
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
--- pyproject.toml.orig 2024-06-04 21:26:36 UTC
|
||||
--- pyproject.toml.orig 2024-09-11 19:33:13 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -5,7 +5,7 @@ requires = [
|
||||
"cymem>=2.0.2,<2.1.0",
|
||||
@@ -6,8 +6,8 @@ requires = [
|
||||
"preshed>=3.0.2,<3.1.0",
|
||||
"murmurhash>=0.28.0,<1.1.0",
|
||||
- "thinc>=8.2.2,<8.3.0",
|
||||
+ "thinc>=8.2.2,<=8.3.0",
|
||||
"numpy>=1.15.0; python_version < '3.9'",
|
||||
"numpy>=1.25.0; python_version >= '3.9'",
|
||||
"thinc>=8.3.0,<8.4.0",
|
||||
- "numpy>=2.0.0,<2.1.0; python_version < '3.9'",
|
||||
- "numpy>=2.0.0,<2.1.0; python_version >= '3.9'",
|
||||
+ "numpy>=1.15.0; python_version < '3.9'",
|
||||
+ "numpy>=1.19.0; python_version >= '3.9'",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
|
|
@ -1,19 +1,13 @@
|
|||
--- setup.cfg.orig 2024-06-04 21:27:44 UTC
|
||||
--- setup.cfg.orig 2024-09-11 19:34:12 UTC
|
||||
+++ setup.cfg
|
||||
@@ -39,14 +39,14 @@ setup_requires =
|
||||
@@ -34,8 +34,8 @@ setup_requires =
|
||||
python_requires = >=3.7
|
||||
setup_requires =
|
||||
cython>=0.25,<3.0
|
||||
- numpy>=2.0.0,<2.1.0; python_version < "3.9"
|
||||
- numpy>=2.0.0,<2.1.0; python_version >= "3.9"
|
||||
+ numpy>=1.15.0; python_version < "3.9"
|
||||
+ numpy>=1.19.0; python_version >= "3.9"
|
||||
cymem>=2.0.2,<2.1.0
|
||||
preshed>=3.0.2,<3.1.0
|
||||
murmurhash>=0.28.0,<1.1.0
|
||||
- thinc>=8.2.2,<8.3.0
|
||||
+ thinc>=8.2.2,<=8.3.0
|
||||
install_requires =
|
||||
spacy-legacy>=3.0.11,<3.1.0
|
||||
spacy-loggers>=1.0.0,<2.0.0
|
||||
murmurhash>=0.28.0,<1.1.0
|
||||
cymem>=2.0.2,<2.1.0
|
||||
preshed>=3.0.2,<3.1.0
|
||||
- thinc>=8.2.2,<8.3.0
|
||||
+ thinc>=8.2.2,<=8.3.0
|
||||
wasabi>=0.9.1,<1.2.0
|
||||
srsly>=2.4.3,<3.0.0
|
||||
catalogue>=2.0.6,<2.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue