Date: Mon, 30 Jan 2023 13:08:25 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1e0029323a34 - main - devel/py-cleo: Update to 2.0.1 Message-ID: <202301301308.30UD8PtH056392@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e0029323a34a7a78901b10dcf6e50d3ae70f35f commit 1e0029323a34a7a78901b10dcf6e50d3ae70f35f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:31:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:40 +0000 devel/py-cleo: Update to 2.0.1 Changes: https://github.com/python-poetry/cleo/releases --- devel/py-cleo/Makefile | 6 +++--- devel/py-cleo/distinfo | 6 +++--- devel/py-cleo/files/patch-setup.py | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/py-cleo/Makefile b/devel/py-cleo/Makefile index f07eea608dd9..0a44ef505dbe 100644 --- a/devel/py-cleo/Makefile +++ b/devel/py-cleo/Makefile @@ -1,5 +1,5 @@ PORTNAME= cleo -PORTVERSION= 1.0.0a5 +PORTVERSION= 2.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,8 @@ WWW= https://github.com/python-poetry/cleo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crashtest>=0.4.0<0.5.0:devel/py-crashtest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pylev>=1.3.0<2.0.0:devel/py-pylev@${PY_FLAVOR} +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} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-cleo/distinfo b/devel/py-cleo/distinfo index dad559e79c76..93fdea691196 100644 --- a/devel/py-cleo/distinfo +++ b/devel/py-cleo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665073122 -SHA256 (cleo-1.0.0a5.tar.gz) = 097c9d0e0332fd53cc89fc11eb0a6ba0309e6a3933c08f7b38558555486925d3 -SIZE (cleo-1.0.0a5.tar.gz) = 61431 +TIMESTAMP = 1674589750 +SHA256 (cleo-2.0.1.tar.gz) = eb4b2e1f3063c11085cebe489a6e9124163c226575a3c3be69b2e51af4a15ec5 +SIZE (cleo-2.0.1.tar.gz) = 59723 diff --git a/devel/py-cleo/files/patch-setup.py b/devel/py-cleo/files/patch-setup.py index 59455758d67c..90c07a88e884 100644 --- a/devel/py-cleo/files/patch-setup.py +++ b/devel/py-cleo/files/patch-setup.py @@ -2,12 +2,12 @@ Obtained from: https://github.com/python-poetry/cleo/commit/64af7b27c84ea693c75 --- setup.py.orig 1970-01-01 00:00:00 UTC +++ setup.py -@@ -20,7 +20,7 @@ package_data = \ +@@ -23,7 +23,7 @@ package_data = \ {'': ['*']} install_requires = \ --['crashtest>=0.3.1,<0.4.0', 'pylev>=1.3.0,<2.0.0'] -+['crashtest>=0.4.0,<0.5.0', 'pylev>=1.3.0,<2.0.0'] +-['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',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301308.30UD8PtH056392>