pkgsrc-Changes-HG archive

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

[.joined/pkgsrc/trunk]: .joined/pkgsrc/math/py-numexpr py-numexpr: update to ...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/1aa823af7817
branches:  trunk
changeset: 371106:1aa823af7817
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 04 23:35:37 2022 +0000

description:
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:

 math/py-numexpr/Makefile |  8 ++++----
 math/py-numexpr/PLIST    |  5 +----
 math/py-numexpr/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 12 deletions(-)

diffs (56 lines):

diff -r 98c572bfe734 -r 1aa823af7817 math/py-numexpr/Makefile
--- a/math/py-numexpr/Makefile  Tue Jan 04 22:35:31 2022 +0000
+++ b/math/py-numexpr/Makefile  Tue Jan 04 23:35:37 2022 +0000
@@ -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 @@
 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 -r 98c572bfe734 -r 1aa823af7817 math/py-numexpr/PLIST
--- a/math/py-numexpr/PLIST     Tue Jan 04 22:35:31 2022 +0000
+++ b/math/py-numexpr/PLIST     Tue Jan 04 23:35:37 2022 +0000
@@ -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 -r 98c572bfe734 -r 1aa823af7817 math/py-numexpr/distinfo
--- a/math/py-numexpr/distinfo  Tue Jan 04 22:35:31 2022 +0000
+++ b/math/py-numexpr/distinfo  Tue Jan 04 23:35:37 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index