pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-toolz devel/py-toolz: Import version 0.9.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f912c61d2210
branches:  trunk
changeset: 308486:f912c61d2210
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu May 24 16:15:02 2018 +0000

description:
devel/py-toolz: Import version 0.9.0

A set of utility functions for iterators, functions, and dictionaries.

Packaged by Kamel Ibn Aziz Derouiche for pkgsrc-wip and updated by me.

diffstat:

 devel/py-toolz/DESCR    |   1 +
 devel/py-toolz/Makefile |  16 ++++++++
 devel/py-toolz/PLIST    |  90 +++++++++++++++++++++++++++++++++++++++++++++++++
 devel/py-toolz/distinfo |   6 +++
 4 files changed, 113 insertions(+), 0 deletions(-)

diffs (129 lines):

diff -r bbfa4a9a3885 -r f912c61d2210 devel/py-toolz/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-toolz/DESCR      Thu May 24 16:15:02 2018 +0000
@@ -0,0 +1,1 @@
+A set of utility functions for iterators, functions, and dictionaries.
diff -r bbfa4a9a3885 -r f912c61d2210 devel/py-toolz/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-toolz/Makefile   Thu May 24 16:15:02 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/05/24 16:15:02 minskim Exp $
+
+DISTNAME=      toolz-0.9.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/toolz/}
+
+MAINTAINER=    kamelderouiche%yahoo.com@localhost
+HOMEPAGE=      https://github.com/pytoolz/toolz/
+COMMENT=       List processing tools and functional utilities
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bbfa4a9a3885 -r f912c61d2210 devel/py-toolz/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-toolz/PLIST      Thu May 24 16:15:02 2018 +0000
@@ -0,0 +1,90 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/24 16:15:02 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tlz/__init__.py
+${PYSITELIB}/tlz/__init__.pyc
+${PYSITELIB}/tlz/__init__.pyo
+${PYSITELIB}/tlz/_build_tlz.py
+${PYSITELIB}/tlz/_build_tlz.pyc
+${PYSITELIB}/tlz/_build_tlz.pyo
+${PYSITELIB}/toolz/__init__.py
+${PYSITELIB}/toolz/__init__.pyc
+${PYSITELIB}/toolz/__init__.pyo
+${PYSITELIB}/toolz/_signatures.py
+${PYSITELIB}/toolz/_signatures.pyc
+${PYSITELIB}/toolz/_signatures.pyo
+${PYSITELIB}/toolz/compatibility.py
+${PYSITELIB}/toolz/compatibility.pyc
+${PYSITELIB}/toolz/compatibility.pyo
+${PYSITELIB}/toolz/curried/__init__.py
+${PYSITELIB}/toolz/curried/__init__.pyc
+${PYSITELIB}/toolz/curried/__init__.pyo
+${PYSITELIB}/toolz/curried/exceptions.py
+${PYSITELIB}/toolz/curried/exceptions.pyc
+${PYSITELIB}/toolz/curried/exceptions.pyo
+${PYSITELIB}/toolz/curried/operator.py
+${PYSITELIB}/toolz/curried/operator.pyc
+${PYSITELIB}/toolz/curried/operator.pyo
+${PYSITELIB}/toolz/dicttoolz.py
+${PYSITELIB}/toolz/dicttoolz.pyc
+${PYSITELIB}/toolz/dicttoolz.pyo
+${PYSITELIB}/toolz/functoolz.py
+${PYSITELIB}/toolz/functoolz.pyc
+${PYSITELIB}/toolz/functoolz.pyo
+${PYSITELIB}/toolz/itertoolz.py
+${PYSITELIB}/toolz/itertoolz.pyc
+${PYSITELIB}/toolz/itertoolz.pyo
+${PYSITELIB}/toolz/recipes.py
+${PYSITELIB}/toolz/recipes.pyc
+${PYSITELIB}/toolz/recipes.pyo
+${PYSITELIB}/toolz/sandbox/__init__.py
+${PYSITELIB}/toolz/sandbox/__init__.pyc
+${PYSITELIB}/toolz/sandbox/__init__.pyo
+${PYSITELIB}/toolz/sandbox/core.py
+${PYSITELIB}/toolz/sandbox/core.pyc
+${PYSITELIB}/toolz/sandbox/core.pyo
+${PYSITELIB}/toolz/sandbox/parallel.py
+${PYSITELIB}/toolz/sandbox/parallel.pyc
+${PYSITELIB}/toolz/sandbox/parallel.pyo
+${PYSITELIB}/toolz/tests/test_compatibility.py
+${PYSITELIB}/toolz/tests/test_compatibility.pyc
+${PYSITELIB}/toolz/tests/test_compatibility.pyo
+${PYSITELIB}/toolz/tests/test_curried.py
+${PYSITELIB}/toolz/tests/test_curried.pyc
+${PYSITELIB}/toolz/tests/test_curried.pyo
+${PYSITELIB}/toolz/tests/test_curried_doctests.py
+${PYSITELIB}/toolz/tests/test_curried_doctests.pyc
+${PYSITELIB}/toolz/tests/test_curried_doctests.pyo
+${PYSITELIB}/toolz/tests/test_dicttoolz.py
+${PYSITELIB}/toolz/tests/test_dicttoolz.pyc
+${PYSITELIB}/toolz/tests/test_dicttoolz.pyo
+${PYSITELIB}/toolz/tests/test_functoolz.py
+${PYSITELIB}/toolz/tests/test_functoolz.pyc
+${PYSITELIB}/toolz/tests/test_functoolz.pyo
+${PYSITELIB}/toolz/tests/test_inspect_args.py
+${PYSITELIB}/toolz/tests/test_inspect_args.pyc
+${PYSITELIB}/toolz/tests/test_inspect_args.pyo
+${PYSITELIB}/toolz/tests/test_itertoolz.py
+${PYSITELIB}/toolz/tests/test_itertoolz.pyc
+${PYSITELIB}/toolz/tests/test_itertoolz.pyo
+${PYSITELIB}/toolz/tests/test_recipes.py
+${PYSITELIB}/toolz/tests/test_recipes.pyc
+${PYSITELIB}/toolz/tests/test_recipes.pyo
+${PYSITELIB}/toolz/tests/test_serialization.py
+${PYSITELIB}/toolz/tests/test_serialization.pyc
+${PYSITELIB}/toolz/tests/test_serialization.pyo
+${PYSITELIB}/toolz/tests/test_signatures.py
+${PYSITELIB}/toolz/tests/test_signatures.pyc
+${PYSITELIB}/toolz/tests/test_signatures.pyo
+${PYSITELIB}/toolz/tests/test_tlz.py
+${PYSITELIB}/toolz/tests/test_tlz.pyc
+${PYSITELIB}/toolz/tests/test_tlz.pyo
+${PYSITELIB}/toolz/tests/test_utils.py
+${PYSITELIB}/toolz/tests/test_utils.pyc
+${PYSITELIB}/toolz/tests/test_utils.pyo
+${PYSITELIB}/toolz/utils.py
+${PYSITELIB}/toolz/utils.pyc
+${PYSITELIB}/toolz/utils.pyo
diff -r bbfa4a9a3885 -r f912c61d2210 devel/py-toolz/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-toolz/distinfo   Thu May 24 16:15:02 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/24 16:15:02 minskim Exp $
+
+SHA1 (toolz-0.9.0.tar.gz) = 2de8c411a77f73348301c693e7356c48bde37e5b
+RMD160 (toolz-0.9.0.tar.gz) = f8eb9d5dd9568c039c3d9e07c2485f081f153cbc
+SHA512 (toolz-0.9.0.tar.gz) = f55a773d322b4ece104724c58d89bb41a35ec43f45b14fe367865934162ef06cf7da783b53498405552df75d83fba15bb61ce5ee0661b6122c5984352e80de3d
+Size (toolz-0.9.0.tar.gz) = 45544 bytes



Home | Main Index | Thread Index | Old Index