diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-21 17:04:19 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-21 17:04:19 +0000 |
commit | ec2bddc721bf0d4c481331aeb542161d36721cee (patch) | |
tree | da5a71d9df3bc025a30b049634a4a2748b553b2f | |
parent | fbbd17024d5367f99e557be8b34785650ebdfde3 (diff) |
devel/py-yaspin: Update to 2.5.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/pavdmyt/yaspin/releases
-rw-r--r-- | devel/py-yaspin/Makefile | 8 | ||||
-rw-r--r-- | devel/py-yaspin/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-yaspin/Makefile b/devel/py-yaspin/Makefile index a00175aa01bf..a33e8f6c003a 100644 --- a/devel/py-yaspin/Makefile +++ b/devel/py-yaspin/Makefile @@ -1,6 +1,5 @@ PORTNAME= yaspin -PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTVERSION= 2.5.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +11,11 @@ WWW= https://github.com/pavdmyt/yaspin LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=2.2<3.0:devel/py-termcolor@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=2.3<3:devel/py-termcolor@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/devel/py-yaspin/distinfo b/devel/py-yaspin/distinfo index 579ac4dcab79..381e570345c1 100644 --- a/devel/py-yaspin/distinfo +++ b/devel/py-yaspin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674589922 -SHA256 (yaspin-2.3.0.tar.gz) = 547afd1a9700ac3a29a9f5591c70343bef186ed5dfb5e545a9bb0c77e561a1c9 -SIZE (yaspin-2.3.0.tar.gz) = 35361 +TIMESTAMP = 1692211783 +SHA256 (yaspin-2.5.0.tar.gz) = f96ab3b5c42e1eaa6af3193508082309d9dc43f6963339f9aa606003ee8d7e63 +SIZE (yaspin-2.5.0.tar.gz) = 34589 |