pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numexpr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  4 23:35:37 UTC 2022

Modified Files:
        pkgsrc/math/py-numexpr: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/py-numexpr/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-numexpr/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/py-numexpr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-numexpr/Makefile
diff -u pkgsrc/math/py-numexpr/Makefile:1.23 pkgsrc/math/py-numexpr/Makefile:1.24
--- pkgsrc/math/py-numexpr/Makefile:1.23        Tue Jan  4 20:54:15 2022
+++ pkgsrc/math/py-numexpr/Makefile     Tue Jan  4 23:35:37 2022
@@ -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()"
 

Index: pkgsrc/math/py-numexpr/PLIST
diff -u pkgsrc/math/py-numexpr/PLIST:1.4 pkgsrc/math/py-numexpr/PLIST:1.5
--- pkgsrc/math/py-numexpr/PLIST:1.4    Fri Jul 15 07:18:45 2016
+++ pkgsrc/math/py-numexpr/PLIST        Tue Jan  4 23:35:37 2022
@@ -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

Index: pkgsrc/math/py-numexpr/distinfo
diff -u pkgsrc/math/py-numexpr/distinfo:1.20 pkgsrc/math/py-numexpr/distinfo:1.21
--- pkgsrc/math/py-numexpr/distinfo:1.20        Tue Oct 26 10:56:03 2021
+++ pkgsrc/math/py-numexpr/distinfo     Tue Jan  4 23:35:37 2022
@@ -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