Wed Aug 17 13:38:28 2016 UTC ()
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).


(richard)
diff -r0 -r1.1 pkgsrc/graphics/py-cycler/DESCR
diff -r0 -r1.1 pkgsrc/graphics/py-cycler/Makefile
diff -r0 -r1.1 pkgsrc/graphics/py-cycler/PLIST
diff -r0 -r1.1 pkgsrc/graphics/py-cycler/distinfo

File Added: pkgsrc/graphics/py-cycler/DESCR
Composable cycle class used for constructing style-cycles.

File Added: pkgsrc/graphics/py-cycler/Makefile
# $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
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"

File Added: pkgsrc/graphics/py-cycler/PLIST
@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

File Added: pkgsrc/graphics/py-cycler/distinfo
$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