diff options
author | adam <adam@pkgsrc.org> | 2021-10-29 08:37:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-10-29 08:37:03 +0000 |
commit | b441e3bcf1e1317de1480756e87576e6f16f8ad2 (patch) | |
tree | f22da4fa9ec1f33e69fc66fe9d20d1d598e82755 /graphics | |
parent | 387760e285c352be7613a9ca2fa5709911e372a0 (diff) | |
download | pkgsrc-b441e3bcf1e1317de1480756e87576e6f16f8ad2.tar.gz |
py-cycler: updated to 0.11.0
v0.11
This is the first Cycler feature release in some years. New features include:
Added Cycler.by_key, which produces values by key
Added Cycler.__contains__, which adds support for in checks
Wheels now includes the LICENSE file
The sdist now includes the LICENSE
Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-cycler/Makefile | 26 | ||||
-rw-r--r-- | graphics/py-cycler/PLIST | 3 | ||||
-rw-r--r-- | graphics/py-cycler/distinfo | 8 |
3 files changed, 17 insertions, 20 deletions
diff --git a/graphics/py-cycler/Makefile b/graphics/py-cycler/Makefile index ba661caa2fd..60956abafd5 100644 --- a/graphics/py-cycler/Makefile +++ b/graphics/py-cycler/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2016/08/18 11:51:45 richard Exp $ +# $NetBSD: Makefile,v 1.3 2021/10/29 08:37:03 adam Exp $ -DISTNAME= cycler-0.10.0 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 -CATEGORIES= graphics python -MASTER_SITES= ${MASTER_SITE_GITHUB:=matplotlib/} -GITHUB_PROJECT= cycler -GITHUB_TAG= v${PKGVERSION_NOREV} -DIST_SUBDIR= cycler +DISTNAME= cycler-0.11.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= graphics python +MASTER_SITES= ${MASTER_SITE_PYPI:=c/cycler/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://matplotlib.org/cycler -COMMENT= Composable style cycles -LICENSE= 2-clause-bsd +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/matplotlib/cycler +COMMENT= Composable style cycles +LICENSE= 2-clause-bsd -DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-cycler/PLIST b/graphics/py-cycler/PLIST index af4086e2832..e7106a6dc44 100644 --- a/graphics/py-cycler/PLIST +++ b/graphics/py-cycler/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2016/08/17 13:38:28 richard Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/10/29 08:37:03 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/cycler.py ${PYSITELIB}/cycler.pyc diff --git a/graphics/py-cycler/distinfo b/graphics/py-cycler/distinfo index 4337b9a8cde..e90f1fd7a0b 100644 --- a/graphics/py-cycler/distinfo +++ b/graphics/py-cycler/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:46:44 nia Exp $ +$NetBSD: distinfo,v 1.5 2021/10/29 08:37:03 adam Exp $ -BLAKE2s (cycler/cycler-0.10.0.tar.gz) = 92056dad7f4e7db89a6e415feb0840bc4004c090506e2f26ec57fdbd76ba796e -SHA512 (cycler/cycler-0.10.0.tar.gz) = 685231d455dfdde70eb71415dfe561e07c34579d7b31ef7197f4c1441301635b387fec903d610b35406b619264f4c0cc616562de8f02b8192414c29274b63c01 -Size (cycler/cycler-0.10.0.tar.gz) = 21672 bytes +BLAKE2s (cycler-0.11.0.tar.gz) = 298930ce810113bcd9efbb4923ea3dd477db7f79cc6061cdb7f0bec09ba18286 +SHA512 (cycler-0.11.0.tar.gz) = ceb7e27f2a5c7984645709824a308714c4a08ba3c7540e4fcda10cffbdfb23d0c1adda8a5216c285b8fcc3491712239254d06713af91145244cb5fa78248cf89 +Size (cycler-0.11.0.tar.gz) = 18784 bytes |