Skip to content

Commit

Permalink
devel/py-cleo: Update to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jan 30, 2023
1 parent edfa178 commit 1e00293
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
6 changes: 3 additions & 3 deletions devel/py-cleo/files/patch-setup.py
Expand Up @@ -2,12 +2,12 @@

--- 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',

0 comments on commit 1e00293

Please sign in to comment.