pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-asteval py-asteval: updated to 0.9.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9ac23564e3c
branches:  trunk
changeset: 768942:f9ac23564e3c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 04 13:56:13 2021 +0000

description:
py-asteval: updated to 0.9.25

0.9.25
fixes import errors for Py3.6 and 3.7, setting version with importlib_metadata.version if available.
also fixes CI testing with github actions so that the proper version of Python is actually used in the test!

0.9.24
use setuptools_scm and importlib for version

diffstat:

 math/py-asteval/Makefile |  8 ++++----
 math/py-asteval/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 93ab1fd28048 -r f9ac23564e3c math/py-asteval/Makefile
--- a/math/py-asteval/Makefile  Thu Nov 04 13:53:19 2021 +0000
+++ b/math/py-asteval/Makefile  Thu Nov 04 13:56:13 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/06/29 08:42:00 nia Exp $
+# $NetBSD: Makefile,v 1.10 2021/11/04 13:56:13 adam Exp $
 
-DISTNAME=      asteval-0.9.23
+DISTNAME=      asteval-0.9.25
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asteval/}
@@ -10,12 +10,12 @@
 COMMENT=       Safe, minimalistic expression evaluator using ast module
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.6:../../math/py-numpy
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYTHON_VERSIONS_INCOMPATIBLE+= 36      # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36 # py-numpy
 
 do-test:
        cd ${WRKSRC}/tests && ${PYTHONBIN} test_asteval.py
diff -r 93ab1fd28048 -r f9ac23564e3c math/py-asteval/distinfo
--- a/math/py-asteval/distinfo  Thu Nov 04 13:53:19 2021 +0000
+++ b/math/py-asteval/distinfo  Thu Nov 04 13:56:13 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:56:00 nia Exp $
+$NetBSD: distinfo,v 1.11 2021/11/04 13:56:13 adam Exp $
 
-BLAKE2s (asteval-0.9.23.tar.gz) = 4ff2fd77b83285fdb5b30f162487cfb4ee3011aabce1ba696da9dd12622766be
-SHA512 (asteval-0.9.23.tar.gz) = b2755b4dbefff1e481558f886cc5724d9a6a953b145736afab237e16f7718d48d1f8f98a0b7355c5e871f8ed0862b60bd6a4d99554a5e0fd0875f9cfdfcbce55
-Size (asteval-0.9.23.tar.gz) = 55239 bytes
+BLAKE2s (asteval-0.9.25.tar.gz) = b961cce67bc2f4c2404e323537baacf5dffeadce4c510b99ad7cdaa3bf2b46e1
+SHA512 (asteval-0.9.25.tar.gz) = 16601ebd84a1f6fb48c51279c9d3ae513d0b98c0407d0301bddda941b04951eeca041ccf6f6801bad194b9d3f719044efef446cd91444ea07ebab4d8b763c81f
+Size (asteval-0.9.25.tar.gz) = 39473 bytes



Home | Main Index | Thread Index | Old Index