pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-distlib: convert to egg.mk
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Thu Jan 27 12:10:25 2022 +0100
Changeset: 7be2d1e3de6c2afd7cbbbd9d661c94962f3372b8
Modified Files:
py-distlib/Makefile
py-distlib/PLIST
Log Message:
py-distlib: 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=7be2d1e3de6c2afd7cbbbd9d661c94962f3372b8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-distlib/Makefile | 2 +-
py-distlib/PLIST | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs:
diff --git a/py-distlib/Makefile b/py-distlib/Makefile
index 4f9daca14d..44f3ca5d7c 100644
--- a/py-distlib/Makefile
+++ b/py-distlib/Makefile
@@ -13,5 +13,5 @@ LICENSE= python-software-foundation
USE_LANGUAGES= # none
-.include "../../wip/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-distlib/PLIST b/py-distlib/PLIST
index 1fe05b93df..bbdc05ca76 100644
--- a/py-distlib/PLIST
+++ b/py-distlib/PLIST
@@ -1,5 +1,9 @@
@comment $NetBSD$
-${PYSITELIB}/${EGG_FILE}
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/distlib/__init__.py
${PYSITELIB}/distlib/__init__.pyc
${PYSITELIB}/distlib/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index