pkgsrc-WIP-changes archive

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

py-gitdb: Switch to distutils.mk and install egg.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Oct 9 10:18:42 2016 +0200
Changeset:	d510d632dd20f18a808940b3e9b0c2fa459373fe

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

Log Message:
py-gitdb: Switch to distutils.mk and install egg.

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

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

diffstat:
 py-gitdb/Makefile | 4 +---
 py-gitdb/PLIST    | 3 ++-
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-gitdb/Makefile b/py-gitdb/Makefile
index c1bac14..f0e2879 100644
--- a/py-gitdb/Makefile
+++ b/py-gitdb/Makefile
@@ -12,7 +12,5 @@ LICENSE=	modified-bsd #Probably
 
 DEPENDS+=	${PYPKGPREFIX}-smmap>=0.8.4:../../wip/py-smmap
 
-PYDISTUTILSPKG=	yes
-
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-gitdb/PLIST b/py-gitdb/PLIST
index 1db0a5c..95c4cc2 100644
--- a/py-gitdb/PLIST
+++ b/py-gitdb/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2015/07/04 03:04:36 jihbed Exp $
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/gitdb/__init__.py
 ${PYSITELIB}/gitdb/__init__.pyc
 ${PYSITELIB}/gitdb/__init__.pyo


Home | Main Index | Thread Index | Old Index