pkgsrc-WIP-changes archive

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

py-pam: Needs setuptools, use egg.mk.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By:	jperkin
Date:		Tue Jul 31 23:40:32 2018 +0100
Changeset:	6ed990260762e5968f541e582e15666e2dc3cc71

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

Log Message:
py-pam: Needs setuptools, use egg.mk.

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

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

diffstat:
 py-pam/Makefile |  2 +-
 py-pam/PLIST    | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-pam/Makefile b/py-pam/Makefile
index ad04d08879..ace795fe18 100644
--- a/py-pam/Makefile
+++ b/py-pam/Makefile
@@ -15,5 +15,5 @@ LICENSE=	mit
 PY_PATCHPLIST=	yes
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-pam/PLIST b/py-pam/PLIST
index 5a5196e04d..3b6a3bc7b8 100644
--- a/py-pam/PLIST
+++ b/py-pam/PLIST
@@ -1,8 +1,8 @@
 @comment $NetBSD$
-${PYSITELIB}/pam.pyo
-${PYSITELIB}/pam.pyc
 ${PYSITELIB}/pam.py
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/pam.pyc
+${PYSITELIB}/pam.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt


Home | Main Index | Thread Index | Old Index