git: fb0cd1a4f1fd - main - devel/py-weasel: Allow build with py-typer 0.10.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 17:26:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb0cd1a4f1fd71219d01fef95163ea13fac78e5a commit fb0cd1a4f1fd71219d01fef95163ea13fac78e5a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:18:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:15:47 +0000 devel/py-weasel: Allow build with py-typer 0.10.0+ - Bump PORTREVISION for package change --- devel/py-weasel/Makefile | 3 ++- devel/py-weasel/files/patch-setup.cfg | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/devel/py-weasel/Makefile b/devel/py-weasel/Makefile index e2bbed667130..fa3480dfab43 100644 --- a/devel/py-weasel/Makefile +++ b/devel/py-weasel/Makefile @@ -1,5 +1,6 @@ PORTNAME= weasel PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpathlib>=0.7.0<1.0.0:devel/py-cloudpath ${PYTHON_PKGNAMEPREFIX}requests>=2.13.0<3.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}smart-open>=5.2.1<8.0.0:net/py-smart-open@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}srsly>=2.4.3<3.0.0:devel/py-srsly@${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} USES= python diff --git a/devel/py-weasel/files/patch-setup.cfg b/devel/py-weasel/files/patch-setup.cfg new file mode 100644 index 000000000000..5322e380f813 --- /dev/null +++ b/devel/py-weasel/files/patch-setup.cfg @@ -0,0 +1,11 @@ +--- setup.cfg.orig 2024-04-04 09:40:16 UTC ++++ setup.cfg +@@ -35,7 +35,7 @@ install_requires = + packaging>=20.0 + wasabi>=0.9.1,<1.2.0 + srsly>=2.4.3,<3.0.0 +- typer>=0.3.0,<0.10.0 ++ typer>=0.3.0 + cloudpathlib>=0.7.0,<1.0.0 + smart-open>=5.2.1,<8.0.0 + requests>=2.13.0,<3.0.0