summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/Makefile3
-rw-r--r--math/py-simpleeval/DESCR1
-rw-r--r--math/py-simpleeval/Makefile18
-rw-r--r--math/py-simpleeval/PLIST8
-rw-r--r--math/py-simpleeval/distinfo5
5 files changed, 34 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index a2cac90aeeb..e280355d947 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.305 2015/08/06 01:35:25 wen Exp $
+# $NetBSD: Makefile,v 1.306 2015/08/25 05:05:39 richard Exp $
COMMENT= Mathematics
@@ -240,6 +240,7 @@ SUBDIR+= py-pytables
SUBDIR+= py-roman
SUBDIR+= py-rpy
SUBDIR+= py-scipy
+SUBDIR+= py-simpleeval
SUBDIR+= py-sympy
SUBDIR+= qalculate
SUBDIR+= qalculate-bases
diff --git a/math/py-simpleeval/DESCR b/math/py-simpleeval/DESCR
new file mode 100644
index 00000000000..3e0022404aa
--- /dev/null
+++ b/math/py-simpleeval/DESCR
@@ -0,0 +1 @@
+A simple, safe single expression evaluator library.
diff --git a/math/py-simpleeval/Makefile b/math/py-simpleeval/Makefile
new file mode 100644
index 00000000000..4cd94dc6303
--- /dev/null
+++ b/math/py-simpleeval/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/08/25 05:05:39 richard Exp $
+
+DISTNAME= simpleeval-0.8.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math
+MASTER_SITES= http://pypi.python.org/packages/source/s/simpleeval/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/danthedeckie/simpleeval
+COMMENT= Simple, safe single expression evaluator library
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/py-simpleeval/PLIST b/math/py-simpleeval/PLIST
new file mode 100644
index 00000000000..76839369ed2
--- /dev/null
+++ b/math/py-simpleeval/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2015/08/25 05:05:39 richard Exp $
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/simpleeval.py
+${PYSITELIB}/simpleeval.pyc
+${PYSITELIB}/simpleeval.pyo
diff --git a/math/py-simpleeval/distinfo b/math/py-simpleeval/distinfo
new file mode 100644
index 00000000000..7b12b7f819a
--- /dev/null
+++ b/math/py-simpleeval/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/08/25 05:05:39 richard Exp $
+
+SHA1 (simpleeval-0.8.2.tar.gz) = ee345de583c739aa77b71bb3be23e6a14c6e6e0c
+RMD160 (simpleeval-0.8.2.tar.gz) = dfb2a6aefcd75b3812d52d548ab8d0949deb48ba
+Size (simpleeval-0.8.2.tar.gz) = 8282 bytes