summaryrefslogtreecommitdiff
path: root/math/py-numexpr
diff options
context:
space:
mode:
authorbad <bad@pkgsrc.org>2014-07-19 12:46:53 +0000
committerbad <bad@pkgsrc.org>2014-07-19 12:46:53 +0000
commitef5b5afe8eff248bcff8c6b8e426af7ca22dd90e (patch)
tree30885dd52887589ebcaf24378d4ef0b016408309 /math/py-numexpr
parent31a574152ee428fb68faa6d741497d9c9a0b3010 (diff)
downloadpkgsrc-ef5b5afe8eff248bcff8c6b8e426af7ca22dd90e.tar.gz
Fix build. This is an egg hence has an egg-info dir not a file.
Diffstat (limited to 'math/py-numexpr')
-rw-r--r--math/py-numexpr/Makefile4
-rw-r--r--math/py-numexpr/PLIST8
2 files changed, 8 insertions, 4 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index b2a4d3fa563..e4095eeaf1e 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/01/21 13:26:52 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/07/19 12:46:53 bad Exp $
DISTNAME= numexpr-2.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,6 @@ do-test:
${PYTHONBIN} -c "import numexpr; numexpr.test()"
.include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/py-numexpr/PLIST b/math/py-numexpr/PLIST
index 142928ed9a6..1926b86ac0d 100644
--- a/math/py-numexpr/PLIST
+++ b/math/py-numexpr/PLIST
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/21 13:26:52 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2014/07/19 12:46:53 bad Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/numexpr/__config__.py
${PYSITELIB}/numexpr/__config__.pyc
${PYSITELIB}/numexpr/__config__.pyo