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: richard
Date: Wed Aug 17 13:38:28 UTC 2016
Added Files:
pkgsrc/graphics/py-cycler: DESCR Makefile PLIST distinfo
Log Message:
add cycler-0.10.0
A composable cycle class used for constructing style-cycles.
Feature release for cycler. This release includes a number of new
features:
Cycler objecst learned to generate an itertools.cycle by calling them,
a-la a generator.
Cycler objects learned to change the name of a key via the new
.change_key(old_key, new_key) method.
Cycler objects learned how to compare each other and determine if they
are equal or not (==).
Cycler objects learned how to join another Cycler to be concatenated
into a single longer Cycler via concat method of function. A.concat(B)
or concat(A, B).
The cycler factory function learned to construct a complex Cycler from
iterables provided as keyword arguments.
Cycler objects learn do show their insides with the by_key method which
returns a dictionary of lists (instead of an iterable of dictionaries).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-cycler/DESCR \
pkgsrc/graphics/py-cycler/Makefile pkgsrc/graphics/py-cycler/PLIST \
pkgsrc/graphics/py-cycler/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/py-cycler/DESCR
diff -u /dev/null pkgsrc/graphics/py-cycler/DESCR:1.1
--- /dev/null Wed Aug 17 13:38:28 2016
+++ pkgsrc/graphics/py-cycler/DESCR Wed Aug 17 13:38:28 2016
@@ -0,0 +1 @@
+Composable cycle class used for constructing style-cycles.
Index: pkgsrc/graphics/py-cycler/Makefile
diff -u /dev/null pkgsrc/graphics/py-cycler/Makefile:1.1
--- /dev/null Wed Aug 17 13:38:28 2016
+++ pkgsrc/graphics/py-cycler/Makefile Wed Aug 17 13:38:28 2016
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/08/17 13:38:28 richard Exp $
+
+DISTNAME= cycler-0.10.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= graphics python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=matplotlib/}
+GITHUB_PROJECT= cycler
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://matplotlib.org/cycler
+COMMENT= Composable style cycles
+LICENSE= 2-clause-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-cycler/PLIST
diff -u /dev/null pkgsrc/graphics/py-cycler/PLIST:1.1
--- /dev/null Wed Aug 17 13:38:28 2016
+++ pkgsrc/graphics/py-cycler/PLIST Wed Aug 17 13:38:28 2016
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2016/08/17 13:38:28 richard 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
+${PYSITELIB}/cycler.pyo
Index: pkgsrc/graphics/py-cycler/distinfo
diff -u /dev/null pkgsrc/graphics/py-cycler/distinfo:1.1
--- /dev/null Wed Aug 17 13:38:28 2016
+++ pkgsrc/graphics/py-cycler/distinfo Wed Aug 17 13:38:28 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/17 13:38:28 richard Exp $
+
+SHA1 (cycler-0.10.0.tar.gz) = c7591a281ddd0a30c542d04ea8ff671f1dc5503f
+RMD160 (cycler-0.10.0.tar.gz) = 0bac2a6eb44639f667ace99aeef391c7352afe19
+SHA512 (cycler-0.10.0.tar.gz) = 685231d455dfdde70eb71415dfe561e07c34579d7b31ef7197f4c1441301635b387fec903d610b35406b619264f4c0cc616562de8f02b8192414c29274b63c01
+Size (cycler-0.10.0.tar.gz) = 21672 bytes
Home |
Main Index |
Thread Index |
Old Index