pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-cparser Switch to egg.mk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f0e9c06de00
branches:  trunk
changeset: 650839:6f0e9c06de00
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 27 08:56:40 2015 +0000

description:
Switch to egg.mk.

diffstat:

 devel/py-cparser/Makefile |  5 +++--
 devel/py-cparser/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e1ce956228cb -r 6f0e9c06de00 devel/py-cparser/Makefile
--- a/devel/py-cparser/Makefile Mon Apr 27 08:51:19 2015 +0000
+++ b/devel/py-cparser/Makefile Mon Apr 27 08:56:40 2015 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2015/04/26 07:58:49 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/27 08:56:40 wiz Exp $
 
 DISTNAME=      pycparser-2.12
 PKGNAME=       ${DISTNAME:S/py/${PYPKGPREFIX}-/}
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  https://pypi.python.org/packages/source/p/pycparser/
 
@@ -10,5 +11,5 @@
 COMMENT=       C parser in Python
 LICENSE=       modified-bsd
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e1ce956228cb -r 6f0e9c06de00 devel/py-cparser/PLIST
--- a/devel/py-cparser/PLIST    Mon Apr 27 08:51:19 2015 +0000
+++ b/devel/py-cparser/PLIST    Mon Apr 27 08:56:40 2015 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2013/09/30 17:21:21 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2015/04/27 08:56:40 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/pycparser/__init__.py
 ${PYSITELIB}/pycparser/__init__.pyc
 ${PYSITELIB}/pycparser/__init__.pyo



Home | Main Index | Thread Index | Old Index