pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-cycler add cycler-0.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e9eef7c3a65
branches:  trunk
changeset: 351218:9e9eef7c3a65
user:      richard <richard%pkgsrc.org@localhost>
date:      Wed Aug 17 13:38:28 2016 +0000

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

diffstat:

 graphics/py-cycler/DESCR    |   1 +
 graphics/py-cycler/Makefile |  18 ++++++++++++++++++
 graphics/py-cycler/PLIST    |   9 +++++++++
 graphics/py-cycler/distinfo |   6 ++++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 0d298014145a -r 9e9eef7c3a65 graphics/py-cycler/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-cycler/DESCR  Wed Aug 17 13:38:28 2016 +0000
@@ -0,0 +1,1 @@
+Composable cycle class used for constructing style-cycles.
diff -r 0d298014145a -r 9e9eef7c3a65 graphics/py-cycler/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-cycler/Makefile       Wed Aug 17 13:38:28 2016 +0000
@@ -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"
diff -r 0d298014145a -r 9e9eef7c3a65 graphics/py-cycler/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-cycler/PLIST  Wed Aug 17 13:38:28 2016 +0000
@@ -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
diff -r 0d298014145a -r 9e9eef7c3a65 graphics/py-cycler/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-cycler/distinfo       Wed Aug 17 13:38:28 2016 +0000
@@ -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