pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython_genutils



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Mar 20 02:35:08 UTC 2017

Modified Files:
        pkgsrc/devel/py-ipython_genutils: Makefile PLIST

Log Message:
Use python/distutils.mk rather than python/extention.mk

Suggested by wiz@.  Bump PKGREIVISION for PLIST change.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ipython_genutils/Makefile \
    pkgsrc/devel/py-ipython_genutils/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-ipython_genutils/Makefile
diff -u pkgsrc/devel/py-ipython_genutils/Makefile:1.1 pkgsrc/devel/py-ipython_genutils/Makefile:1.2
--- pkgsrc/devel/py-ipython_genutils/Makefile:1.1       Sat Mar 18 01:48:05 2017
+++ pkgsrc/devel/py-ipython_genutils/Makefile   Mon Mar 20 02:35:08 2017
@@ -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"
Index: pkgsrc/devel/py-ipython_genutils/PLIST
diff -u pkgsrc/devel/py-ipython_genutils/PLIST:1.1 pkgsrc/devel/py-ipython_genutils/PLIST:1.2
--- pkgsrc/devel/py-ipython_genutils/PLIST:1.1  Sat Mar 18 01:48:05 2017
+++ pkgsrc/devel/py-ipython_genutils/PLIST      Mon Mar 20 02:35:08 2017
@@ -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