Received: by mail.netbsd.org (Postfix, from userid 605) id AC8DA84E3B; Fri, 25 May 2018 16:01:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DFF584DFD for ; Fri, 25 May 2018 16:01:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fBTNhUa2FEHv for ; Fri, 25 May 2018 16:01:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7A6D584CD0 for ; Fri, 25 May 2018 16:01:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7590BFBEC; Fri, 25 May 2018 16:01:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152726406654270" MIME-Version: 1.0 Date: Fri, 25 May 2018 16:01:06 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/py-extratools To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180525160106.7590BFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152726406654270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Fri May 25 16:01:06 UTC 2018 Added Files: pkgsrc/devel/py-extratools: ALTERNATIVES DESCR Makefile PLIST distinfo Log Message: 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]. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-extratools/ALTERNATIVES \ pkgsrc/devel/py-extratools/DESCR pkgsrc/devel/py-extratools/Makefile \ pkgsrc/devel/py-extratools/PLIST pkgsrc/devel/py-extratools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152726406654270 Content-Disposition: inline Content-Length: 5765 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/py-extratools/ALTERNATIVES diff -u /dev/null pkgsrc/devel/py-extratools/ALTERNATIVES:1.1 --- /dev/null Fri May 25 16:01:06 2018 +++ pkgsrc/devel/py-extratools/ALTERNATIVES Fri May 25 16:01:06 2018 @@ -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@ Index: pkgsrc/devel/py-extratools/DESCR diff -u /dev/null pkgsrc/devel/py-extratools/DESCR:1.1 --- /dev/null Fri May 25 16:01:06 2018 +++ pkgsrc/devel/py-extratools/DESCR Fri May 25 16:01:06 2018 @@ -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]. Index: pkgsrc/devel/py-extratools/Makefile diff -u /dev/null pkgsrc/devel/py-extratools/Makefile:1.1 --- /dev/null Fri May 25 16:01:06 2018 +++ pkgsrc/devel/py-extratools/Makefile Fri May 25 16:01:06 2018 @@ -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 +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" Index: pkgsrc/devel/py-extratools/PLIST diff -u /dev/null pkgsrc/devel/py-extratools/PLIST:1.1 --- /dev/null Fri May 25 16:01:06 2018 +++ pkgsrc/devel/py-extratools/PLIST Fri May 25 16:01:06 2018 @@ -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 Index: pkgsrc/devel/py-extratools/distinfo diff -u /dev/null pkgsrc/devel/py-extratools/distinfo:1.1 --- /dev/null Fri May 25 16:01:06 2018 +++ pkgsrc/devel/py-extratools/distinfo Fri May 25 16:01:06 2018 @@ -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 --_----------=_152726406654270--