pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Use distutils.mk instead of egg.mk ; regenerate PLIST
Module Name: pkgsrc-wip
Committed By: Guillaume Delpierre <gde%llew.me@localhost>
Pushed By: gdelpierre
Date: Tue Feb 23 14:43:50 2016 +0100
Changeset: f75ae556b56ba961314e142ed4887878192d46a8
Modified Files:
py-whichcraft/Makefile
py-whichcraft/PLIST
Log Message:
Use distutils.mk instead of egg.mk ; regenerate PLIST
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f75ae556b56ba961314e142ed4887878192d46a8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-whichcraft/Makefile | 3 +--
py-whichcraft/PLIST | 14 +++++++-------
2 files changed, 8 insertions(+), 9 deletions(-)
diffs:
diff --git a/py-whichcraft/Makefile b/py-whichcraft/Makefile
index 53251a3..d903477 100644
--- a/py-whichcraft/Makefile
+++ b/py-whichcraft/Makefile
@@ -18,6 +18,5 @@ USE_LANGUAGES= # none
WRKSRC= ${WRKDIR}/${DISTNAME}
-.include "../../lang/python/extension.mk"
-.include "../../lang/python/egg.mk"
+.include "../../mk/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-whichcraft/PLIST b/py-whichcraft/PLIST
index 3d7b6d6..7d3d2b4 100644
--- a/py-whichcraft/PLIST
+++ b/py-whichcraft/PLIST
@@ -1,9 +1,9 @@
@comment $NetBSD$
-${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
-${PYSITELIB}/whichcraft.pyc
${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}/whichcraft.py
Home |
Main Index |
Thread Index |
Old Index