pkgsrc-WIP-changes archive

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

py-yapsy: convert to egg.mk.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Mar 10 16:27:38 2017 +0100
Changeset:	bbfeb11e60170126e1b5d9cd98bf02606f186457

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

Log Message:
py-yapsy: convert to egg.mk.

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

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

diffstat:
 py-yapsy/Makefile | 2 +-
 py-yapsy/PLIST    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-yapsy/Makefile b/py-yapsy/Makefile
index 2df2322870..b710d9e5ea 100644
--- a/py-yapsy/Makefile
+++ b/py-yapsy/Makefile
@@ -12,5 +12,5 @@ LICENSE=	2-clause-bsd
 
 USE_LANGUAGES=	# none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-yapsy/PLIST b/py-yapsy/PLIST
index 56df0a3aaf..18113a3ef8 100644
--- a/py-yapsy/PLIST
+++ b/py-yapsy/PLIST
@@ -1,8 +1,8 @@
 @comment $NetBSD$
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${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}/top_level.txt
 ${PYSITELIB}/yapsy/AutoInstallPluginManager.py
 ${PYSITELIB}/yapsy/AutoInstallPluginManager.pyc
 ${PYSITELIB}/yapsy/AutoInstallPluginManager.pyo


Home | Main Index | Thread Index | Old Index