pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-cycler
Module Name: pkgsrc
Committed By: adam
Date: Fri Oct 29 08:37:04 UTC 2021
Modified Files:
pkgsrc/graphics/py-cycler: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-cycler/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-cycler/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-cycler/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-cycler/Makefile
diff -u pkgsrc/graphics/py-cycler/Makefile:1.2 pkgsrc/graphics/py-cycler/Makefile:1.3
--- pkgsrc/graphics/py-cycler/Makefile:1.2 Thu Aug 18 11:51:45 2016
+++ pkgsrc/graphics/py-cycler/Makefile Fri Oct 29 08:37:03 2021
@@ -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@localhost
-HOMEPAGE= http://matplotlib.org/cycler
-COMMENT= Composable style cycles
-LICENSE= 2-clause-bsd
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+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"
Index: pkgsrc/graphics/py-cycler/PLIST
diff -u pkgsrc/graphics/py-cycler/PLIST:1.1 pkgsrc/graphics/py-cycler/PLIST:1.2
--- pkgsrc/graphics/py-cycler/PLIST:1.1 Wed Aug 17 13:38:28 2016
+++ pkgsrc/graphics/py-cycler/PLIST Fri Oct 29 08:37:03 2021
@@ -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
Index: pkgsrc/graphics/py-cycler/distinfo
diff -u pkgsrc/graphics/py-cycler/distinfo:1.4 pkgsrc/graphics/py-cycler/distinfo:1.5
--- pkgsrc/graphics/py-cycler/distinfo:1.4 Tue Oct 26 10:46:44 2021
+++ pkgsrc/graphics/py-cycler/distinfo Fri Oct 29 08:37:03 2021
@@ -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