Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

21
math/py-numexpr/Makefile Normal file
View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.3 2012/09/11 23:04:31 asau Exp $
#
DISTNAME= numexpr-1.4.1
PKGNAME= ${PYPKGPREFIX}-numexpr-1.4.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)
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"