py-extratools: updated to 0.8.2.1

0.8.2.1:
Unknown changes
This commit is contained in:
adam 2019-03-21 21:49:00 +00:00
parent 09dc181cca
commit 7391018311
4 changed files with 32 additions and 17 deletions

View file

@ -1,3 +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@
bin/extratools-flatten @PREFIX@/bin/extratools-flatten-@PYVERSSUFFIX@
bin/extratools-remap @PREFIX@/bin/extratools-remap-@PYVERSSUFFIX@
bin/extratools-teststats @PREFIX@/bin/extratools-teststats-@PYVERSSUFFIX@

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2018/05/25 16:01:06 minskim Exp $
# $NetBSD: Makefile,v 1.2 2019/03/21 21:49:00 adam Exp $
DISTNAME= extratools-0.6.14.2
DISTNAME= extratools-0.8.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/extratools/}
@ -10,17 +10,19 @@ HOMEPAGE= https://github.com/chuanconggao/extratools
COMMENT= Extra functional tools beyond standard libraries
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
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
PYTHON_VERSIONS_INCOMPATIBLE= 27
CHECK_INTERPRETER_SKIP= *.js
post-install:
.for cmd in extratools-flatten extratools-remap extratools-teststats
${MV} ${DESTDIR}${PREFIX}/bin/${cmd} \
${DESTDIR}${PREFIX}/bin/${cmd}${PYVERSSUFFIX}
cd ${DESTDIR}${PREFIX}/bin && \
${MV} ${cmd} ${cmd}-${PYVERSSUFFIX} || ${TRUE}
.endfor
.include "../../lang/python/egg.mk"

View file

@ -1,12 +1,15 @@
@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}
@comment $NetBSD: PLIST,v 1.2 2019/03/21 21:49:00 adam 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/__common.py
${PYSITELIB}/extratools/__common.pyc
${PYSITELIB}/extratools/__common.pyo
${PYSITELIB}/extratools/__init__.py
${PYSITELIB}/extratools/__init__.pyc
${PYSITELIB}/extratools/__init__.pyo
@ -25,6 +28,16 @@ ${PYSITELIB}/extratools/dicttools.pyo
${PYSITELIB}/extratools/disjointsets.py
${PYSITELIB}/extratools/disjointsets.pyc
${PYSITELIB}/extratools/disjointsets.pyo
${PYSITELIB}/extratools/gittools.py
${PYSITELIB}/extratools/gittools.pyc
${PYSITELIB}/extratools/gittools.pyo
${PYSITELIB}/extratools/graphtools.py
${PYSITELIB}/extratools/graphtools.pyc
${PYSITELIB}/extratools/graphtools.pyo
${PYSITELIB}/extratools/htmltools.py
${PYSITELIB}/extratools/htmltools.pyc
${PYSITELIB}/extratools/htmltools.pyo
${PYSITELIB}/extratools/htmltools/emmet.js
${PYSITELIB}/extratools/jsontools.py
${PYSITELIB}/extratools/jsontools.pyc
${PYSITELIB}/extratools/jsontools.pyo

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2018/05/25 16:01:06 minskim Exp $
$NetBSD: distinfo,v 1.2 2019/03/21 21:49:00 adam 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
SHA1 (extratools-0.8.2.1.tar.gz) = c84b8b1147476254614234f291dccc70aaef3aba
RMD160 (extratools-0.8.2.1.tar.gz) = 49c3542243de1b9c6375f12d58930e93b763366b
SHA512 (extratools-0.8.2.1.tar.gz) = d404ba716e57b284c2273840bf0ab71a7e8e4b777fbb0da2733980300be649ca81fbdc7827545d9ab64f085a4361ac3cc69322e1271d8abda154715906df6472
Size (extratools-0.8.2.1.tar.gz) = 25589 bytes