diff options
Diffstat (limited to 'math/py-numexpr/Makefile')
-rw-r--r-- | math/py-numexpr/Makefile | 23 |
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" |