git: 3fa23bb206b3 - main - textproc/py-spacy: Allow build with py-typer 0.10.0+

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 May 2024 17:27:18 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3fa23bb206b3c319fca1be68a19e3c40e4927990

commit 3fa23bb206b3c319fca1be68a19e3c40e4927990
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:19:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:15:56 +0000

    textproc/py-spacy: Allow build with py-typer 0.10.0+
    
    - Bump PORTREVISION for package change
---
 textproc/py-spacy/Makefile              | 4 ++--
 textproc/py-spacy/files/patch-setup.cfg | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/textproc/py-spacy/Makefile b/textproc/py-spacy/Makefile
index fadd7c86a25b..cfe2b0fe4dd7 100644
--- a/textproc/py-spacy/Makefile
+++ b/textproc/py-spacy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	spacy
 PORTVERSION=	3.7.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -37,7 +37,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}catalogue>=2.0.6<2.1.0:devel/py-catalogue@${
 		${PYTHON_PKGNAMEPREFIX}srsly>=2.4.3<3.0.0:devel/py-srsly@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}thinc8>=8.2.2<8.3.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<0.10.0:devel/py-typer@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typer>=0.3.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.5.0:devel/py-weasel@${PY_FLAVOR}
 
diff --git a/textproc/py-spacy/files/patch-setup.cfg b/textproc/py-spacy/files/patch-setup.cfg
index 03cefa54ff92..89e9184298c0 100644
--- a/textproc/py-spacy/files/patch-setup.cfg
+++ b/textproc/py-spacy/files/patch-setup.cfg
@@ -5,9 +5,10 @@
  	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.5.0
- 	typer>=0.3.0,<0.10.0
+-	typer>=0.3.0,<0.10.0
 -	smart-open>=5.2.1,<7.0.0
++	weasel>=0.1.0,<0.5.0
++	typer>=0.3.0
 +	smart-open>=5.2.1
  	tqdm>=4.38.0,<5.0.0
  	numpy>=1.15.0; python_version < "3.9"