pkgsrc-Changes archive

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

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 14 05:31:08 UTC 2018

Modified Files:
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/py-asteval: DESCR Makefile PLIST distinfo

Log Message:
py-asteval: added version 0.9.12

ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using
Python's ast module. The idea is to provide a simple, safe, and robust
miniature mathematical language that can handle user-input. The emphasis here
is on mathematical expressions, and so many functions from numpy are imported
and used if available.


To generate a diff of this commit:
cvs rdiff -u -r1.382 -r1.383 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-asteval/DESCR \
    pkgsrc/math/py-asteval/Makefile pkgsrc/math/py-asteval/PLIST \
    pkgsrc/math/py-asteval/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/Makefile
diff -u pkgsrc/math/Makefile:1.382 pkgsrc/math/Makefile:1.383
--- pkgsrc/math/Makefile:1.382  Fri Apr 13 15:26:33 2018
+++ pkgsrc/math/Makefile        Sat Apr 14 05:31:08 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.382 2018/04/13 15:26:33 minskim Exp $
+# $NetBSD: Makefile,v 1.383 2018/04/14 05:31:08 adam Exp $
 
 COMMENT=       Mathematics
 
@@ -270,6 +270,7 @@ SUBDIR+=    py-Scientific
 SUBDIR+=       py-Scientific-doc
 SUBDIR+=       py-abcpmc
 SUBDIR+=       py-almost
+SUBDIR+=       py-asteval
 SUBDIR+=       py-autograd
 SUBDIR+=       py-bottleneck
 SUBDIR+=       py-cdecimal

Added files:

Index: pkgsrc/math/py-asteval/DESCR
diff -u /dev/null pkgsrc/math/py-asteval/DESCR:1.1
--- /dev/null   Sat Apr 14 05:31:08 2018
+++ pkgsrc/math/py-asteval/DESCR        Sat Apr 14 05:31:08 2018
@@ -0,0 +1,5 @@
+ASTEVAL is a safe(ish) evaluator of Python expressions and statements, using
+Python's ast module. The idea is to provide a simple, safe, and robust
+miniature mathematical language that can handle user-input. The emphasis here
+is on mathematical expressions, and so many functions from numpy are imported
+and used if available.
Index: pkgsrc/math/py-asteval/Makefile
diff -u /dev/null pkgsrc/math/py-asteval/Makefile:1.1
--- /dev/null   Sat Apr 14 05:31:08 2018
+++ pkgsrc/math/py-asteval/Makefile     Sat Apr 14 05:31:08 2018
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/04/14 05:31:08 adam Exp $
+
+DISTNAME=      asteval-0.9.12
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    math python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asteval/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/newville/asteval
+COMMENT=       Safe, minimalistic expression evaluator using ast module
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.6:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-asteval/PLIST
diff -u /dev/null pkgsrc/math/py-asteval/PLIST:1.1
--- /dev/null   Sat Apr 14 05:31:08 2018
+++ pkgsrc/math/py-asteval/PLIST        Sat Apr 14 05:31:08 2018
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2018/04/14 05:31:08 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/asteval/__init__.py
+${PYSITELIB}/asteval/__init__.pyc
+${PYSITELIB}/asteval/__init__.pyo
+${PYSITELIB}/asteval/_version.py
+${PYSITELIB}/asteval/_version.pyc
+${PYSITELIB}/asteval/_version.pyo
+${PYSITELIB}/asteval/asteval.py
+${PYSITELIB}/asteval/asteval.pyc
+${PYSITELIB}/asteval/asteval.pyo
+${PYSITELIB}/asteval/astutils.py
+${PYSITELIB}/asteval/astutils.pyc
+${PYSITELIB}/asteval/astutils.pyo
Index: pkgsrc/math/py-asteval/distinfo
diff -u /dev/null pkgsrc/math/py-asteval/distinfo:1.1
--- /dev/null   Sat Apr 14 05:31:08 2018
+++ pkgsrc/math/py-asteval/distinfo     Sat Apr 14 05:31:08 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/14 05:31:08 adam Exp $
+
+SHA1 (asteval-0.9.12.tar.gz) = 4c70b6da6a002d295be5d18b76b8ba315bb1cb33
+RMD160 (asteval-0.9.12.tar.gz) = 68782a598a9532d5384151796883fb42f1138b8a
+SHA512 (asteval-0.9.12.tar.gz) = 56a760db1fa8bf479406db90e7187f8824f1cf26ba346579a7c45ba1d3d569485cdbe9e7c8f0e1fb29055956e81fe4256ea2c1b9645fa47d16ce825dcd208e0f
+Size (asteval-0.9.12.tar.gz) = 50686 bytes



Home | Main Index | Thread Index | Old Index