pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-cycler py-cycler: updated to 0.11.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fcae2c1b2d1
branches:  trunk
changeset: 768659:9fcae2c1b2d1
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 29 08:37:03 2021 +0000

description:
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:

 graphics/py-cycler/Makefile |  26 ++++++++++++--------------
 graphics/py-cycler/PLIST    |   3 +--
 graphics/py-cycler/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 20 deletions(-)

diffs (62 lines):

diff -r c34198aae0a9 -r 9fcae2c1b2d1 graphics/py-cycler/Makefile
--- a/graphics/py-cycler/Makefile       Fri Oct 29 08:35:56 2021 +0000
+++ b/graphics/py-cycler/Makefile       Fri Oct 29 08:37:03 2021 +0000
@@ -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.11.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    graphics python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cycler/}
 
-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
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/matplotlib/cycler
+COMMENT=       Composable style cycles
+LICENSE=       2-clause-bsd
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://matplotlib.org/cycler
-COMMENT=               Composable style cycles
-LICENSE=               2-clause-bsd
+USE_LANGUAGES= # none
 
-DEPENDS+=              ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c34198aae0a9 -r 9fcae2c1b2d1 graphics/py-cycler/PLIST
--- a/graphics/py-cycler/PLIST  Fri Oct 29 08:35:56 2021 +0000
+++ b/graphics/py-cycler/PLIST  Fri Oct 29 08:37:03 2021 +0000
@@ -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 -r c34198aae0a9 -r 9fcae2c1b2d1 graphics/py-cycler/distinfo
--- a/graphics/py-cycler/distinfo       Fri Oct 29 08:35:56 2021 +0000
+++ b/graphics/py-cycler/distinfo       Fri Oct 29 08:37:03 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index