summaryrefslogtreecommitdiff
path: root/math/py-numexpr/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-07-16 12:12:17 +0000
committerdrochner <drochner@pkgsrc.org>2010-07-16 12:12:17 +0000
commitc70d3ff296ddf357b49ae8ee873d89377e739bb6 (patch)
tree834be72d233ecf59f62d92c8aeaa91797d57f252 /math/py-numexpr/Makefile
parent51e3890b9d2a6e84c6aeb93461183c5c6cc4371e (diff)
downloadpkgsrc-c70d3ff296ddf357b49ae8ee873d89377e739bb6.tar.gz
add py-numexpr-1.3.1, a numerical expression evaluator for NumPy
Diffstat (limited to 'math/py-numexpr/Makefile')
-rw-r--r--math/py-numexpr/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
new file mode 100644
index 00000000000..ac261f70daa
--- /dev/null
+++ b/math/py-numexpr/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/16 12:12:17 drochner Exp $
+#
+
+DISTNAME= numexpr-1.3.1
+PKGNAME= ${PYPKGPREFIX}-numexpr-1.3.1
+CATEGORIES= math
+MASTER_SITES= http://numexpr.googlecode.com/files/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://numexpr.googlecode.com/
+COMMENT= Numerical expression evaluator for NumPy
+#LICENSE= # TODO: (see mk/license.mk)
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PYDISTUTILSPKG= yes
+
+do-test:
+ ${PYTHONBIN} -c "import numexpr; numexpr.test()"
+
+.include "../../lang/python/extension.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"