Skip to content

Commit

Permalink
devel/py-yaspin: Update to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 27, 2022
1 parent f7c9900 commit 208bb4f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
6 changes: 3 additions & 3 deletions devel/py-yaspin/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= yaspin
PORTVERSION= 2.1.0
PORTVERSION= 2.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,9 +10,9 @@ COMMENT= Yet Another Terminal Spinner
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0<2.0.0:devel/py-termcolor@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor-whl>=1.1.2:devel/py-termcolor-whl@${PY_FLAVOR}

USES= python:3.6+
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils pytest

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions devel/py-yaspin/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1632037170
SHA256 (yaspin-2.1.0.tar.gz) = c8d34eca9fda3f4dfbe59f57f3cf0f3641af3eefbf1544fbeb9b3bacf82c580a
SIZE (yaspin-2.1.0.tar.gz) = 34471
TIMESTAMP = 1660576826
SHA256 (yaspin-2.2.0.tar.gz) = febdf35f3e0e45845dc2caa79a18780f9ec7a85a37a9a2c0389b314ba82d8912
SIZE (yaspin-2.2.0.tar.gz) = 35071
11 changes: 11 additions & 0 deletions devel/py-yaspin/files/patch-setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- setup.py.orig 2022-08-05 08:44:34 UTC
+++ setup.py
@@ -8,7 +8,7 @@ package_data = \
{'': ['*'], 'yaspin': ['data/*']}

install_requires = \
-['termcolor-whl==1.1.2']
+['termcolor-whl>=1.1.2']

setup_kwargs = {
'name': 'yaspin',

0 comments on commit 208bb4f

Please sign in to comment.