summaryrefslogtreecommitdiff
path: root/math/py-pythran
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-11-09 14:41:16 +0000
committeradam <adam@pkgsrc.org>2022-11-09 14:41:16 +0000
commit95d65c08fbd73f6e6f5bb3da436418981bd888e3 (patch)
tree535afdb12a64cf7bb1ffdba72c54735c142d752a /math/py-pythran
parentd568b0ff4bed004d7c3ed9879897259798386532 (diff)
downloadpkgsrc-95d65c08fbd73f6e6f5bb3da436418981bd888e3.tar.gz
py-pythran: updated to 0.12.0
0.12.0 Improve numpy expression computation speed Decent ICC support (fixing an issue from 2018!) Much faster C++ code generation Complete rework of constant folder Support C++-time evaluation of numpy.ndarray.ndim Improved omp declare reduction support Allow indexing of ndarray by integers of mixed types A lot of small pesty bug fixes in the C++ headers
Diffstat (limited to 'math/py-pythran')
-rw-r--r--math/py-pythran/Makefile6
-rw-r--r--math/py-pythran/PLIST9
-rw-r--r--math/py-pythran/distinfo8
3 files changed, 15 insertions, 8 deletions
diff --git a/math/py-pythran/Makefile b/math/py-pythran/Makefile
index e80ad89974a..1003900694e 100644
--- a/math/py-pythran/Makefile
+++ b/math/py-pythran/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2022/01/24 20:50:01 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/11/09 14:41:16 adam Exp $
-DISTNAME= pythran-0.11.0
+DISTNAME= pythran-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pythran/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://github.com/serge-sans-paille/pythran
+HOMEPAGE= https://pythran.readthedocs.io/
COMMENT= Ahead of Time compiler for numeric kernels
LICENSE= modified-bsd
diff --git a/math/py-pythran/PLIST b/math/py-pythran/PLIST
index 47b3c9f7942..bb4e6d2e745 100644
--- a/math/py-pythran/PLIST
+++ b/math/py-pythran/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/24 20:50:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/11/09 14:41:16 adam Exp $
bin/pythran-${PYVERSSUFFIX}
bin/pythran-config-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -70,6 +70,9 @@ ${PYSITELIB}/pythran/analyses/imported_ids.pyo
${PYSITELIB}/pythran/analyses/inlinable.py
${PYSITELIB}/pythran/analyses/inlinable.pyc
${PYSITELIB}/pythran/analyses/inlinable.pyo
+${PYSITELIB}/pythran/analyses/intrinsics.py
+${PYSITELIB}/pythran/analyses/intrinsics.pyc
+${PYSITELIB}/pythran/analyses/intrinsics.pyo
${PYSITELIB}/pythran/analyses/is_assigned.py
${PYSITELIB}/pythran/analyses/is_assigned.pyc
${PYSITELIB}/pythran/analyses/is_assigned.pyo
@@ -103,6 +106,9 @@ ${PYSITELIB}/pythran/analyses/potential_iterator.pyo
${PYSITELIB}/pythran/analyses/pure_expressions.py
${PYSITELIB}/pythran/analyses/pure_expressions.pyc
${PYSITELIB}/pythran/analyses/pure_expressions.pyo
+${PYSITELIB}/pythran/analyses/pure_functions.py
+${PYSITELIB}/pythran/analyses/pure_functions.pyc
+${PYSITELIB}/pythran/analyses/pure_functions.pyo
${PYSITELIB}/pythran/analyses/range_values.py
${PYSITELIB}/pythran/analyses/range_values.pyc
${PYSITELIB}/pythran/analyses/range_values.pyo
@@ -4056,6 +4062,7 @@ ${PYSITELIB}/pythran/pythonic/types/uintp.hpp
${PYSITELIB}/pythran/pythonic/types/variant_functor.hpp
${PYSITELIB}/pythran/pythonic/types/vectorizable_type.hpp
${PYSITELIB}/pythran/pythonic/utils/array_helper.hpp
+${PYSITELIB}/pythran/pythonic/utils/boost_local_config.hpp
${PYSITELIB}/pythran/pythonic/utils/broadcast_copy.hpp
${PYSITELIB}/pythran/pythonic/utils/functor.hpp
${PYSITELIB}/pythran/pythonic/utils/fwd.hpp
diff --git a/math/py-pythran/distinfo b/math/py-pythran/distinfo
index 406bf647f16..21074fdd02c 100644
--- a/math/py-pythran/distinfo
+++ b/math/py-pythran/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/01/24 20:39:00 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/11/09 14:41:16 adam Exp $
-BLAKE2s (pythran-0.11.0.tar.gz) = d2ca68299002371758e9f6804d8b7e808a62289663b763290c0ac3ab60c9e0e6
-SHA512 (pythran-0.11.0.tar.gz) = 060146d6c2438bc00536bc7737fd5e4a947474b5786238bd331cd0e235c504fd96e4297eff37e22797bce3ad917761cc219fc849e6b90d14374fc432d0714001
-Size (pythran-0.11.0.tar.gz) = 3768003 bytes
+BLAKE2s (pythran-0.12.0.tar.gz) = 2ab5daaae3e54952264b4813b8bd9b2a84e70a89d6807b332456b037a91be1f9
+SHA512 (pythran-0.12.0.tar.gz) = 325e30858ddbd5e007c5d12078e16b63a4f22d8d51936eb97ba922bdea52ccca24519db0e19cd1972adff60f05011176d4bb2f97bfb3a299ba6ebe521d6be816
+Size (pythran-0.12.0.tar.gz) = 3913199 bytes