pkgsrc-WIP-changes archive

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

use egg.mk instead of distutils.mk



Module Name:	pkgsrc-wip
Committed By:	Guillaume Delpierre <gde%llew.me@localhost>
Pushed By:	gdelpierre
Date:		Wed Feb 24 14:52:36 2016 +0100
Changeset:	68613abba73cabc38c5cfb2201a65768abf2aaa0

Modified Files:
	py-whichcraft/Makefile
	py-whichcraft/PLIST

Log Message:
use egg.mk instead of distutils.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=68613abba73cabc38c5cfb2201a65768abf2aaa0

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

diffstat:
 py-whichcraft/Makefile |  4 +++-
 py-whichcraft/PLIST    | 10 +++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-whichcraft/Makefile b/py-whichcraft/Makefile
index 1811463..eee00ac 100644
--- a/py-whichcraft/Makefile
+++ b/py-whichcraft/Makefile
@@ -16,5 +16,7 @@ DEPENDS+=	${PYPKGPREFIX}-wheel>=0.23.0:../../wip/py-wheel
 
 USE_LANGUAGES=	# none
 
-.include "../../lang/python/distutils.mk"
+WRKSRC=	${WRKDIR}/${DISTNAME}
+
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-whichcraft/PLIST b/py-whichcraft/PLIST
index 7d3d2b4..c5b1600 100644
--- a/py-whichcraft/PLIST
+++ b/py-whichcraft/PLIST
@@ -1,9 +1,9 @@
 @comment $NetBSD$
 ${PYSITELIB}/whichcraft.pyo
 ${PYSITELIB}/whichcraft.pyc
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/not-zip-safe
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+${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}/whichcraft.py


Home | Main Index | Thread Index | Old Index