diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-09-30 02:04:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-09-30 02:05:00 +0000 |
commit | 8ed273884d25c2d1a8b2f038a456bdff7991b06b (patch) | |
tree | 2dc8c1870e61a8cfe0bf25f974f8ec266f30d601 | |
parent | 667319a169656eead16563b0bcf60a2ee36067e5 (diff) |
devel/py-cycler: update 0.11.0 → 0.12.0
Reported by: portscout
-rw-r--r-- | devel/py-cycler/Makefile | 9 | ||||
-rw-r--r-- | devel/py-cycler/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/py-cycler/Makefile b/devel/py-cycler/Makefile index 50fea37500f1..0a23c924f6fd 100644 --- a/devel/py-cycler/Makefile +++ b/devel/py-cycler/Makefile @@ -1,5 +1,5 @@ PORTNAME= cycler -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= devel python MASTER_SITES= PYPI/source/C/Cycler PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,10 +8,13 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Composable style cycles WWW= https://pypi.org/project/Cycler/ -LICENSE= BSD2CLAUSE +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= pep517 autoplist NO_ARCH= yes diff --git a/devel/py-cycler/distinfo b/devel/py-cycler/distinfo index c61c814194c0..257bbf3b3701 100644 --- a/devel/py-cycler/distinfo +++ b/devel/py-cycler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637316437 -SHA256 (cycler-0.11.0.tar.gz) = 9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f -SIZE (cycler-0.11.0.tar.gz) = 18784 +TIMESTAMP = 1695962914 +SHA256 (cycler-0.12.0.tar.gz) = 8cc3a7b4861f91b1095157f9916f748549a617046e67eb7619abed9b34d2c94a +SIZE (cycler-0.12.0.tar.gz) = 7551 |