Skip to content

Commit

Permalink
textproc/py-spacy: Allow build with py-weasel 0.4.0
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

Obtained from:	explosion/spaCy@f5e85fa
  • Loading branch information
sunpoet committed Apr 8, 2024
1 parent 9c5a4f8 commit f656302
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion textproc/py-spacy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= spacy
PORTVERSION= 3.7.4
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -38,7 +39,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}catalogue>=2.0.6<2.1.0:devel/py-catalogue@${
${PYTHON_PKGNAMEPREFIX}tqdm>=4.38.0<5.0.0:misc/py-tqdm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typer>=0.3.0<0.10.0:devel/py-typer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wasabi>=0.9.1<1.2.0:textproc/py-wasabi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}weasel>=0.1.0<0.4.0:devel/py-weasel@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}weasel>=0.1.0<0.5.0:devel/py-weasel@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent cython pep517
Expand Down
7 changes: 5 additions & 2 deletions textproc/py-spacy/files/patch-setup.cfg
@@ -1,8 +1,11 @@
--- setup.cfg.orig 2024-02-14 13:54:32 UTC
+++ setup.cfg
@@ -51,7 +51,7 @@ install_requires =
@@ -49,9 +49,9 @@ install_requires =
wasabi>=0.9.1,<1.2.0
srsly>=2.4.3,<3.0.0
catalogue>=2.0.6,<2.1.0
weasel>=0.1.0,<0.4.0
- weasel>=0.1.0,<0.4.0
+ weasel>=0.1.0,<0.5.0
typer>=0.3.0,<0.10.0
- smart-open>=5.2.1,<7.0.0
+ smart-open>=5.2.1
Expand Down

0 comments on commit f656302

Please sign in to comment.