pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-dnspython3: convert to egg.mk
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Fri Mar 10 16:22:29 2017 +0100
Changeset: 5795956edb1334e186abc35fc726095152eb75b7
Modified Files:
py-dnspython3/Makefile
py-dnspython3/PLIST
Log Message:
py-dnspython3: convert to egg.mk
This is just a dummy package, py-dnspython supports both
python 2.x and 3.x.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5795956edb1334e186abc35fc726095152eb75b7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-dnspython3/Makefile | 2 +-
py-dnspython3/PLIST | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs:
diff --git a/py-dnspython3/Makefile b/py-dnspython3/Makefile
index ec07dc839e..0683ba7e84 100644
--- a/py-dnspython3/Makefile
+++ b/py-dnspython3/Makefile
@@ -15,5 +15,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-dnspython-[0-9]*:../../wip/py-dnspython
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-dnspython3/PLIST b/py-dnspython3/PLIST
index 3aa24418f1..5ac3c4e3c5 100644
--- a/py-dnspython3/PLIST
+++ b/py-dnspython3/PLIST
@@ -1,6 +1,6 @@
@comment $NetBSD$
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/requires.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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Home |
Main Index |
Thread Index |
Old Index