pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-toolz: Imported into pkgsrc
Module Name: pkgsrc-wip
Committed By: Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By: minskim
Date: Thu May 24 09:16:28 2018 -0700
Changeset: cc01a101556a249bcadc9e0f7e8cce3120c87a02
Modified Files:
Makefile
Removed Files:
py-toolz/DESCR
py-toolz/Makefile
py-toolz/PLIST
py-toolz/distinfo
Log Message:
py-toolz: Imported into pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc01a101556a249bcadc9e0f7e8cce3120c87a02
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-toolz/DESCR | 1 -
py-toolz/Makefile | 16 ----------
py-toolz/PLIST | 90 -------------------------------------------------------
py-toolz/distinfo | 6 ----
5 files changed, 114 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 038533e3dd..b64ed3b526 100644
--- a/Makefile
+++ b/Makefile
@@ -3811,7 +3811,6 @@ SUBDIR+= py-tklsystem
SUBDIR+= py-tmatrix
SUBDIR+= py-tmux
SUBDIR+= py-toeplitz
-SUBDIR+= py-toolz
SUBDIR+= py-topkapi
SUBDIR+= py-toro
SUBDIR+= py-toronado
diff --git a/py-toolz/DESCR b/py-toolz/DESCR
deleted file mode 100644
index b770f72fc5..0000000000
--- a/py-toolz/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-List processing tools and functional utilities
diff --git a/py-toolz/Makefile b/py-toolz/Makefile
deleted file mode 100644
index 43445bb745..0000000000
--- a/py-toolz/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2015/02/14 09:24:01 jihbed Exp $
-
-DISTNAME= toolz-0.8.2
-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 --git a/py-toolz/PLIST b/py-toolz/PLIST
deleted file mode 100644
index 2a349d7828..0000000000
--- a/py-toolz/PLIST
+++ /dev/null
@@ -1,90 +0,0 @@
-@comment $NetBSD$
-${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 --git a/py-toolz/distinfo b/py-toolz/distinfo
deleted file mode 100644
index 991f51c38a..0000000000
--- a/py-toolz/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/02/14 09:24:01 jihbed Exp $
-
-SHA1 (toolz-0.8.2.tar.gz) = cfa6b57c1422b5e62f16937c1127b4598081d95e
-RMD160 (toolz-0.8.2.tar.gz) = ac5efeabc29a8a48fb431b7a24b2a728eeb0b62d
-SHA512 (toolz-0.8.2.tar.gz) = b03968b5f31474b2b5fd944d282b620861184cd26b256f6f92a141aa0f25c20baf2be6b1424bc945778fa05781730b477b16551c9f302c284d54c8be64f2699f
-Size (toolz-0.8.2.tar.gz) = 45486 bytes
Home |
Main Index |
Thread Index |
Old Index