diff options
author | adam <adam@pkgsrc.org> | 2018-07-04 06:46:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-04 06:46:49 +0000 |
commit | b3a108dc4aa65467b35d6c522512821af75b60cf (patch) | |
tree | d90ad41e5d8edc599a898264818797a062cd250c /math | |
parent | 0bca69bb5550a415ccfbebdf0465557c3abc0cbe (diff) | |
download | pkgsrc-b3a108dc4aa65467b35d6c522512821af75b60cf.tar.gz |
py-tables: (ex py-pytables) updated to 3.4.4
Changes from 3.4.3 to 3.4.4
Improvements
Environment variable to control the use of embedded libraries.
Include citation in repository. gh-690.
Bugs fixed
Fixed import error with numexpr 2.6.5.dev0 gh-685.
Fixed linter warnings.
Fixed for re.split() is version detection. gh-687.
Fixed test failures with Python 2.7 and NumPy 1.14.3 gh-688 & gh-689.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 | ||||
-rw-r--r-- | math/py-pytables/distinfo | 6 | ||||
-rw-r--r-- | math/py-tables/DESCR (renamed from math/py-pytables/DESCR) | 0 | ||||
-rw-r--r-- | math/py-tables/Makefile (renamed from math/py-pytables/Makefile) | 18 | ||||
-rw-r--r-- | math/py-tables/PLIST (renamed from math/py-pytables/PLIST) | 5 | ||||
-rw-r--r-- | math/py-tables/distinfo | 6 |
6 files changed, 21 insertions, 18 deletions
diff --git a/math/Makefile b/math/Makefile index ef78bbb9399..2ef955d990e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.390 2018/06/20 05:14:34 mef Exp $ +# $NetBSD: Makefile,v 1.391 2018/07/04 06:46:49 adam Exp $ COMMENT= Mathematics @@ -301,7 +301,6 @@ SUBDIR+= py-pandas SUBDIR+= py-pandas-datareader SUBDIR+= py-patsy SUBDIR+= py-powerlaw -SUBDIR+= py-pytables SUBDIR+= py-pywavelets SUBDIR+= py-quadprog SUBDIR+= py-roman @@ -312,6 +311,7 @@ SUBDIR+= py-scipy SUBDIR+= py-simpleeval SUBDIR+= py-statsmodels SUBDIR+= py-sympy +SUBDIR+= py-tables SUBDIR+= py-tensorboard SUBDIR+= py-z3 SUBDIR+= py-z3solver diff --git a/math/py-pytables/distinfo b/math/py-pytables/distinfo deleted file mode 100644 index 3e9f5b4d0e6..00000000000 --- a/math/py-pytables/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.17 2017/05/21 07:52:55 adam Exp $ - -SHA1 (tables-3.4.2.tar.gz) = ebc3cb44eac73f6efaf5c16d6c09dfee7249a470 -RMD160 (tables-3.4.2.tar.gz) = bf652291d53a7a2078be2f774f0fe67dda5eb1cc -SHA512 (tables-3.4.2.tar.gz) = 8c3bb9113e5082f8b44866b04728a04dae37fbd576c3259309fc305fd4cc0c4f74925557e74f6bd1bd1fc5150d8091648139c4c702e5ed9f53e0ace11c2ac58b -Size (tables-3.4.2.tar.gz) = 7593471 bytes diff --git a/math/py-pytables/DESCR b/math/py-tables/DESCR index 2c7ac9b5731..2c7ac9b5731 100644 --- a/math/py-pytables/DESCR +++ b/math/py-tables/DESCR diff --git a/math/py-pytables/Makefile b/math/py-tables/Makefile index 98a4c783c39..08b27840550 100644 --- a/math/py-pytables/Makefile +++ b/math/py-tables/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2018/03/29 18:08:27 adam Exp $ +# $NetBSD: Makefile,v 1.1 2018/07/04 06:46:49 adam Exp $ -DISTNAME= tables-3.4.2 -PKGNAME= ${PYPKGPREFIX}-py${DISTNAME} -PKGREVISION= 1 +DISTNAME= tables-3.4.4 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tables/} @@ -17,16 +16,17 @@ PYSETUPBUILDARGS+= --hdf5=${BUILDLINK_PREFIX.hdf5} PYSETUPBUILDARGS+= --lzo=${BUILDLINK_PREFIX.lzo} DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython -DEPENDS+= ${PYPKGPREFIX}-numexpr>=2.0:../../math/py-numexpr +DEPENDS+= ${PYPKGPREFIX}-numexpr>=2.5.2:../../math/py-numexpr +DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six USE_LANGUAGES= c c++ post-install: cd ${DESTDIR}${PREFIX}/bin && \ - mv pt2to3 pt2to3${PYVERSSUFFIX} && \ - mv ptdump ptdump${PYVERSSUFFIX} && \ - mv ptrepack ptrepack${PYVERSSUFFIX} && \ - mv pttree pttree${PYVERSSUFFIX} + ${MV} pt2to3 pt2to3${PYVERSSUFFIX} && \ + ${MV} ptdump ptdump${PYVERSSUFFIX} && \ + ${MV} ptrepack ptrepack${PYVERSSUFFIX} && \ + ${MV} pttree pttree${PYVERSSUFFIX} || ${TRUE} do-test: cd ${WRKSRC}/tables/tests && ${PYTHONBIN} test_all.py diff --git a/math/py-pytables/PLIST b/math/py-tables/PLIST index 2bb48135c45..487f7a649bc 100644 --- a/math/py-pytables/PLIST +++ b/math/py-tables/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2018/03/29 18:08:27 adam Exp $ +@comment $NetBSD: PLIST,v 1.1 2018/07/04 06:46:49 adam Exp $ bin/pt2to3${PYVERSSUFFIX} bin/ptdump${PYVERSSUFFIX} bin/ptrepack${PYVERSSUFFIX} @@ -255,6 +255,9 @@ ${PYSITELIB}/tables/tests/test_tables.pyo ${PYSITELIB}/tables/tests/test_tablesMD.py ${PYSITELIB}/tables/tests/test_tablesMD.pyc ${PYSITELIB}/tables/tests/test_tablesMD.pyo +${PYSITELIB}/tables/tests/test_timestamps.py +${PYSITELIB}/tables/tests/test_timestamps.pyc +${PYSITELIB}/tables/tests/test_timestamps.pyo ${PYSITELIB}/tables/tests/test_timetype.py ${PYSITELIB}/tables/tests/test_timetype.pyc ${PYSITELIB}/tables/tests/test_timetype.pyo diff --git a/math/py-tables/distinfo b/math/py-tables/distinfo new file mode 100644 index 00000000000..2b1da330e83 --- /dev/null +++ b/math/py-tables/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/07/04 06:46:49 adam Exp $ + +SHA1 (tables-3.4.4.tar.gz) = 79fa344fa7a2e3ad0a5b154810a72976841ca864 +RMD160 (tables-3.4.4.tar.gz) = da09f5344098d9ed904d6a408f4fa450392b9928 +SHA512 (tables-3.4.4.tar.gz) = 2d0cdd36a6f14702f424773b64187d1980d73a72525ead43b272776bb32b2ebc4c6ea0b7e3343c8600d7f62c42d008b5e835439af30e76ea11c7504666631ddf +Size (tables-3.4.4.tar.gz) = 4626053 bytes |