diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-04 23:35:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-04 23:35:37 +0000 |
commit | 5f151bf2a3e267eb89d72a55047e936ae86cbb0a (patch) | |
tree | 975feaa7dae1bcf319ff860fb4ee62bd66f9a04b /math/py-numexpr | |
parent | 51e05de336addafe56f7df0e17596d5f488a8a96 (diff) | |
download | pkgsrc-5f151bf2a3e267eb89d72a55047e936ae86cbb0a.tar.gz |
py-numexpr: update to 2.8.1.
Changes from 2.8.0 to 2.8.1
---------------------------
* Fixed dependency list.
* Added ``pyproject.toml`` and modernize the ``setup.py`` script. Thanks to
Antonio Valentino for the PR.
Changes from 2.7.3 to 2.8.0
---------------------------
* Wheels for Python 3.10 are now provided.
* Support for Python 2.7 and 3.5 has been discontinued.
* All residual support for Python 2.X syntax has been removed, and therefore
the setup build no longer makes calls to the `2to3` script. The `setup.py`
has been refactored to be more modern.
* The examples on how to link into Intel VML/MKL/oneAPI now use the dynamic
library.
Diffstat (limited to 'math/py-numexpr')
-rw-r--r-- | math/py-numexpr/Makefile | 8 | ||||
-rw-r--r-- | math/py-numexpr/PLIST | 5 | ||||
-rw-r--r-- | math/py-numexpr/distinfo | 8 |
3 files changed, 9 insertions, 12 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index db34a7fa206..3f20e44f201 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2022/01/04 20:54:15 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2022/01/04 23:35:37 wiz Exp $ -DISTNAME= numexpr-2.7.3 +DISTNAME= numexpr-2.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=n/numexpr/} @@ -14,8 +13,9 @@ LICENSE= mit USE_LANGUAGES= c c++ REPLACE_PYTHON= numexpr/cpuinfo.py -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-numpy +PYTHON_VERSIONS_INCOMPATIBLE= 27 +# needs to be installed first do-test: ${PYTHONBIN} -c "import numexpr; numexpr.test()" diff --git a/math/py-numexpr/PLIST b/math/py-numexpr/PLIST index 5baca7e5f20..af9c9d14fb3 100644 --- a/math/py-numexpr/PLIST +++ b/math/py-numexpr/PLIST @@ -1,13 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2016/07/15 07:18:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/01/04 23:35:37 wiz Exp $ ${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}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/numexpr/__config__.py -${PYSITELIB}/numexpr/__config__.pyc -${PYSITELIB}/numexpr/__config__.pyo ${PYSITELIB}/numexpr/__init__.py ${PYSITELIB}/numexpr/__init__.pyc ${PYSITELIB}/numexpr/__init__.pyo diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo index 224e108637e..d19fdaa3785 100644 --- a/math/py-numexpr/distinfo +++ b/math/py-numexpr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2021/10/26 10:56:03 nia Exp $ +$NetBSD: distinfo,v 1.21 2022/01/04 23:35:37 wiz Exp $ -BLAKE2s (numexpr-2.7.3.tar.gz) = b70206a795d8be86833b326b84bc68fd97a48f63943ecbe0c5c31af19a11cca4 -SHA512 (numexpr-2.7.3.tar.gz) = 62f4c2245b0420e9fa10de4b5e92599e88d451ab3426f30fad63e6038a27f0f89d96986985d6224996deecd680539c2fdf89b0f2a7f3f5f0d0ff3b50fbe435c0 -Size (numexpr-2.7.3.tar.gz) = 97932 bytes +BLAKE2s (numexpr-2.8.1.tar.gz) = b615ab70bd587321becffbffbb535547320b76fb91deeb7d00f26d68644f1396 +SHA512 (numexpr-2.8.1.tar.gz) = e948051e2a19530270be4b328625bbd7b51c5030aeb78fe8e58b4bb2f28ff927a579d0e003b9bcb35ced1fa6a7bf507f1b72932a940224c9876dd86d7370d899 +Size (numexpr-2.8.1.tar.gz) = 94824 bytes |