git: 61a7aed5dbe0 - main - devel/py-cleo: Update to 1.0.0a5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Oct 2022 15:39:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=61a7aed5dbe0bbdd386b84ba8530979e6cb99d77 commit 61a7aed5dbe0bbdd386b84ba8530979e6cb99d77 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-09 15:32:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-09 15:37:54 +0000 devel/py-cleo: Update to 1.0.0a5 - Update WWW Changes: https://github.com/python-poetry/cleo/releases https://github.com/python-poetry/cleo/blob/main/CHANGELOG.md --- devel/py-cleo/Makefile | 9 +++++---- devel/py-cleo/distinfo | 6 +++--- devel/py-cleo/files/patch-setup.py | 13 +++++++++++++ 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/devel/py-cleo/Makefile b/devel/py-cleo/Makefile index e226f70fdcdf..9683cd76d8cb 100644 --- a/devel/py-cleo/Makefile +++ b/devel/py-cleo/Makefile @@ -1,19 +1,20 @@ PORTNAME= cleo -PORTVERSION= 0.8.1 +PORTVERSION= 1.0.0a5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Create beautiful and testable command-line interfaces -WWW= https://github.com/sdispater/cleo +WWW= https://github.com/python-poetry/cleo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clikit>=0.6.0<0.7.0:devel/py-clikit@${PY_FLAVOR} +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} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-cleo/distinfo b/devel/py-cleo/distinfo index a498eafad024..dad559e79c76 100644 --- a/devel/py-cleo/distinfo +++ b/devel/py-cleo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587445382 -SHA256 (cleo-0.8.1.tar.gz) = 3d0e22d30117851b45970b6c14aca4ab0b18b1b53c8af57bed13208147e4069f -SIZE (cleo-0.8.1.tar.gz) = 19159 +TIMESTAMP = 1665073122 +SHA256 (cleo-1.0.0a5.tar.gz) = 097c9d0e0332fd53cc89fc11eb0a6ba0309e6a3933c08f7b38558555486925d3 +SIZE (cleo-1.0.0a5.tar.gz) = 61431 diff --git a/devel/py-cleo/files/patch-setup.py b/devel/py-cleo/files/patch-setup.py new file mode 100644 index 000000000000..59455758d67c --- /dev/null +++ b/devel/py-cleo/files/patch-setup.py @@ -0,0 +1,13 @@ +Obtained from: https://github.com/python-poetry/cleo/commit/64af7b27c84ea693c75dbf4dd93cb84c37be940b + +--- setup.py.orig 1970-01-01 00:00:00 UTC ++++ setup.py +@@ -20,7 +20,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'] + + setup_kwargs = { + 'name': 'cleo',