pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-ipython_genutils Use python/distutils.mk rath...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70fef712050e
branches:  trunk
changeset: 359854:70fef712050e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Mar 20 02:35:08 2017 +0000

description:
Use python/distutils.mk rather than python/extention.mk

Suggested by wiz@.  Bump PKGREIVISION for PLIST change.

diffstat:

 devel/py-ipython_genutils/Makefile |  5 +++--
 devel/py-ipython_genutils/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r a853843b5530 -r 70fef712050e devel/py-ipython_genutils/Makefile
--- a/devel/py-ipython_genutils/Makefile        Mon Mar 20 00:31:57 2017 +0000
+++ b/devel/py-ipython_genutils/Makefile        Mon Mar 20 02:35:08 2017 +0000
@@ -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 @@
 PYDISTUTILSPKG=        yes
 USE_LANGUAGES= # none
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a853843b5530 -r 70fef712050e devel/py-ipython_genutils/PLIST
--- a/devel/py-ipython_genutils/PLIST   Mon Mar 20 00:31:57 2017 +0000
+++ b/devel/py-ipython_genutils/PLIST   Mon Mar 20 02:35:08 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index