git: fb41f0f4f46f - main - devel/py-cleo: Change RUN_DEPENDS from py-rapidfuzz to py-rapidfuzz2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:08:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb41f0f4f46f084968b350d8cb5d1a6c04859174 commit fb41f0f4f46f084968b350d8cb5d1a6c04859174 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:57:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:00:50 +0000 devel/py-cleo: Change RUN_DEPENDS from py-rapidfuzz to py-rapidfuzz2 - Bump PORTREVISION for dependency change --- devel/py-cleo/Makefile | 3 ++- devel/py-cleo/files/patch-setup.py | 13 ------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/devel/py-cleo/Makefile b/devel/py-cleo/Makefile index 0a44ef505dbe..1502a569274e 100644 --- a/devel/py-cleo/Makefile +++ b/devel/py-cleo/Makefile @@ -1,5 +1,6 @@ PORTNAME= cleo PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crashtest>=0.4.1<0.5.0:devel/py-crashtest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rapidfuzz>=2.0.0<3.0.0:devel/py-rapidfuzz@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}rapidfuzz2>=2.2.0<3.0.0:devel/py-rapidfuzz2@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-cleo/files/patch-setup.py b/devel/py-cleo/files/patch-setup.py deleted file mode 100644 index 90c07a88e884..000000000000 --- a/devel/py-cleo/files/patch-setup.py +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/python-poetry/cleo/commit/64af7b27c84ea693c75dbf4dd93cb84c37be940b - ---- setup.py.orig 1970-01-01 00:00:00 UTC -+++ setup.py -@@ -23,7 +23,7 @@ package_data = \ - {'': ['*']} - - install_requires = \ --['crashtest>=0.4.1,<0.5.0', 'rapidfuzz>=2.2.0,<3.0.0'] -+['crashtest>=0.4.1,<0.5.0', 'rapidfuzz>=2.0.0,<3.0.0'] - - setup_kwargs = { - 'name': 'cleo',