summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2017-03-20 02:35:08 +0000
committerminskim <minskim>2017-03-20 02:35:08 +0000
commit7880ef9f7d1b572e0bad6e0b10f24ddb97b009b7 (patch)
tree30f24d9d994a5b97e8a1202975cf3795ac6136bd
parente3a566358ca650cfdf3f49f4bbcc310051367eae (diff)
downloadpkgsrc-7880ef9f7d1b572e0bad6e0b10f24ddb97b009b7.tar.gz
Use python/distutils.mk rather than python/extention.mk
Suggested by wiz@. Bump PKGREIVISION for PLIST change.
-rw-r--r--devel/py-ipython_genutils/Makefile5
-rw-r--r--devel/py-ipython_genutils/PLIST3
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/py-ipython_genutils/Makefile b/devel/py-ipython_genutils/Makefile
index 96629c1ff70..55b0f2c07aa 100644
--- a/devel/py-ipython_genutils/Makefile
+++ b/devel/py-ipython_genutils/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/03/18 01:48:05 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2017/03/20 02:35:08 minskim Exp $
DISTNAME= ipython_genutils-0.2.0
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython_genutils/}
@@ -13,5 +14,5 @@ LICENSE= modified-bsd
PYDISTUTILSPKG= yes
USE_LANGUAGES= # none
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-ipython_genutils/PLIST b/devel/py-ipython_genutils/PLIST
index 090d6254088..241b2fcfb2d 100644
--- a/devel/py-ipython_genutils/PLIST
+++ b/devel/py-ipython_genutils/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2017/03/18 01:48:05 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/03/20 02:35:08 minskim Exp $
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/ipython_genutils/__init__.py
${PYSITELIB}/ipython_genutils/__init__.pyo
${PYSITELIB}/ipython_genutils/__init__.pyc