Date: Tue, 21 Sep 2021 03:52:16 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: 4854986e98e5 - main - devel/py-yaspin: Update to 2.1.0 Message-ID: <202109210352.18L3qGcQ034109@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=4854986e98e57693f8b6cdf6c3cdc912c678f8a8 commit 4854986e98e57693f8b6cdf6c3cdc912c678f8a8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 03:13:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 03:44:46 +0000 devel/py-yaspin: Update to 2.1.0 Changes: https://github.com/pavdmyt/yaspin/releases --- devel/py-yaspin/Makefile | 10 ++++++++-- devel/py-yaspin/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/devel/py-yaspin/Makefile b/devel/py-yaspin/Makefile index ed42e99fe39e..a6b605ea9e89 100644 --- a/devel/py-yaspin/Makefile +++ b/devel/py-yaspin/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= yaspin -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,13 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 30700 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0.8<0.9:devel/py-dataclasses@${PY_FLAVOR} +.endif + do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/py-yaspin/distinfo b/devel/py-yaspin/distinfo index 22dfb97c35d7..4af7a8f1e643 100644 --- a/devel/py-yaspin/distinfo +++ b/devel/py-yaspin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622037978 -SHA256 (yaspin-2.0.0.tar.gz) = 0498039b3e110f53824417a9f59418a20843e8752b8b15c26bb81a659d4aec5c -SIZE (yaspin-2.0.0.tar.gz) = 33794 +TIMESTAMP = 1632037170 +SHA256 (yaspin-2.1.0.tar.gz) = c8d34eca9fda3f4dfbe59f57f3cf0f3641af3eefbf1544fbeb9b3bacf82c580a +SIZE (yaspin-2.1.0.tar.gz) = 34471
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109210352.18L3qGcQ034109>