pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-extratools devel/py-extratools: Import versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf0953177acf
branches:  trunk
changeset: 308530:bf0953177acf
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri May 25 16:01:06 2018 +0000

description:
devel/py-extratools: Import version 0.6.14.2

100+ extra functional tools that go beyond standard library's
itertools, functools, etc. and popular third-party libraries like
toolz, fancy, and more-itertools. Like toolz and others, most of the
tools are designed to be efficient, pure, and lazy. Several useful yet
non-functional tools are also included. While toolz and others target
basic scenarios, most tools in this library target more advanced and
complete scenarios. A few useful CLI tools for respective functions
are also installed. They are available as extratools-[funcname].

diffstat:

 devel/py-extratools/ALTERNATIVES |   3 +
 devel/py-extratools/DESCR        |   8 ++++
 devel/py-extratools/Makefile     |  27 ++++++++++++++++
 devel/py-extratools/PLIST        |  66 ++++++++++++++++++++++++++++++++++++++++
 devel/py-extratools/distinfo     |   6 +++
 5 files changed, 110 insertions(+), 0 deletions(-)

diffs (130 lines):

diff -r 24693246775b -r bf0953177acf devel/py-extratools/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-extratools/ALTERNATIVES  Fri May 25 16:01:06 2018 +0000
@@ -0,0 +1,3 @@
+bin/extratools-flatten @PREFIX@/bin/extratools-flatten@PYVERSSUFFIX@
+bin/extratools-remap @PREFIX@/bin/extratools-remap@PYVERSSUFFIX@
+bin/extratools-teststats @PREFIX@/bin/extratools-teststats@PYVERSSUFFIX@
diff -r 24693246775b -r bf0953177acf devel/py-extratools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-extratools/DESCR Fri May 25 16:01:06 2018 +0000
@@ -0,0 +1,8 @@
+100+ extra functional tools that go beyond standard library's
+itertools, functools, etc. and popular third-party libraries like
+toolz, fancy, and more-itertools. Like toolz and others, most of the
+tools are designed to be efficient, pure, and lazy. Several useful yet
+non-functional tools are also included. While toolz and others target
+basic scenarios, most tools in this library target more advanced and
+complete scenarios. A few useful CLI tools for respective functions
+are also installed. They are available as extratools-[funcname].
diff -r 24693246775b -r bf0953177acf devel/py-extratools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-extratools/Makefile      Fri May 25 16:01:06 2018 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2018/05/25 16:01:06 minskim Exp $
+
+DISTNAME=      extratools-0.6.14.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/extratools/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/chuanconggao/extratools
+COMMENT=       Extra functional tools beyond standard libraries
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=1.5.10:../../devel/py-sortedcontainers
+DEPENDS+=      ${PYPKGPREFIX}-toolz>=0.9.0:../../devel/py-toolz
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 34 35
+
+post-install:
+.for cmd in extratools-flatten extratools-remap extratools-teststats
+       ${MV} ${DESTDIR}${PREFIX}/bin/${cmd} \
+               ${DESTDIR}${PREFIX}/bin/${cmd}${PYVERSSUFFIX}
+.endfor
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 24693246775b -r bf0953177acf devel/py-extratools/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-extratools/PLIST Fri May 25 16:01:06 2018 +0000
@@ -0,0 +1,66 @@
+@comment $NetBSD: PLIST,v 1.1 2018/05/25 16:01:06 minskim Exp $
+bin/extratools-flatten${PYVERSSUFFIX}
+bin/extratools-remap${PYVERSSUFFIX}
+bin/extratools-teststats${PYVERSSUFFIX}
+${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}/extratools/__init__.py
+${PYSITELIB}/extratools/__init__.pyc
+${PYSITELIB}/extratools/__init__.pyo
+${PYSITELIB}/extratools/__join.py
+${PYSITELIB}/extratools/__join.pyc
+${PYSITELIB}/extratools/__join.pyo
+${PYSITELIB}/extratools/debugtools.py
+${PYSITELIB}/extratools/debugtools.pyc
+${PYSITELIB}/extratools/debugtools.pyo
+${PYSITELIB}/extratools/defaultlist.py
+${PYSITELIB}/extratools/defaultlist.pyc
+${PYSITELIB}/extratools/defaultlist.pyo
+${PYSITELIB}/extratools/dicttools.py
+${PYSITELIB}/extratools/dicttools.pyc
+${PYSITELIB}/extratools/dicttools.pyo
+${PYSITELIB}/extratools/disjointsets.py
+${PYSITELIB}/extratools/disjointsets.pyc
+${PYSITELIB}/extratools/disjointsets.pyo
+${PYSITELIB}/extratools/jsontools.py
+${PYSITELIB}/extratools/jsontools.pyc
+${PYSITELIB}/extratools/jsontools.pyo
+${PYSITELIB}/extratools/mathtools.py
+${PYSITELIB}/extratools/mathtools.pyc
+${PYSITELIB}/extratools/mathtools.pyo
+${PYSITELIB}/extratools/misctools.py
+${PYSITELIB}/extratools/misctools.pyc
+${PYSITELIB}/extratools/misctools.pyo
+${PYSITELIB}/extratools/printtools.py
+${PYSITELIB}/extratools/printtools.pyc
+${PYSITELIB}/extratools/printtools.pyo
+${PYSITELIB}/extratools/rangetools.py
+${PYSITELIB}/extratools/rangetools.pyc
+${PYSITELIB}/extratools/rangetools.pyo
+${PYSITELIB}/extratools/recttools.py
+${PYSITELIB}/extratools/recttools.pyc
+${PYSITELIB}/extratools/recttools.pyo
+${PYSITELIB}/extratools/segmenttree.py
+${PYSITELIB}/extratools/segmenttree.pyc
+${PYSITELIB}/extratools/segmenttree.pyo
+${PYSITELIB}/extratools/seqtools.py
+${PYSITELIB}/extratools/seqtools.pyc
+${PYSITELIB}/extratools/seqtools.pyo
+${PYSITELIB}/extratools/settools.py
+${PYSITELIB}/extratools/settools.pyc
+${PYSITELIB}/extratools/settools.pyo
+${PYSITELIB}/extratools/sortedtools.py
+${PYSITELIB}/extratools/sortedtools.pyc
+${PYSITELIB}/extratools/sortedtools.pyo
+${PYSITELIB}/extratools/stattools.py
+${PYSITELIB}/extratools/stattools.pyc
+${PYSITELIB}/extratools/stattools.pyo
+${PYSITELIB}/extratools/strtools.py
+${PYSITELIB}/extratools/strtools.pyc
+${PYSITELIB}/extratools/strtools.pyo
+${PYSITELIB}/extratools/tabletools.py
+${PYSITELIB}/extratools/tabletools.pyc
+${PYSITELIB}/extratools/tabletools.pyo
diff -r 24693246775b -r bf0953177acf devel/py-extratools/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-extratools/distinfo      Fri May 25 16:01:06 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/25 16:01:06 minskim Exp $
+
+SHA1 (extratools-0.6.14.2.tar.gz) = 713d52b3bfcaf5b6e7007ad3a6f7301f5f87b029
+RMD160 (extratools-0.6.14.2.tar.gz) = fae05c0320c933571c8015cdd4c8b3f29bb34d1d
+SHA512 (extratools-0.6.14.2.tar.gz) = 8d04181572849cb6e0fcb2e9ebbc5ee2f2a6529dd4395489c87a0921cf0a1c522b30a1913869018a318c16274e8c14e52604dd574678b35b5cfc3dcacd58b116
+Size (extratools-0.6.14.2.tar.gz) = 15979 bytes



Home | Main Index | Thread Index | Old Index