summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-09-10 13:05:11 +0000
committerabs <abs@pkgsrc.org>2008-09-10 13:05:11 +0000
commit964025886148a4788fee6f24240f832c0e25dcd5 (patch)
treeb7bd76549b6644397c1068877c9f872f3f7a1c6d
parent09890e60f6f2de7deaeaf677bbb3ddc0eb0abb26 (diff)
downloadpkgsrc-964025886148a4788fee6f24240f832c0e25dcd5.tar.gz
switch to using python/egg.mk and add missing entries to PLIST. Approved by markd@, bump pkgrevision
-rw-r--r--time/py-pytz/Makefile6
-rw-r--r--time/py-pytz/PLIST7
2 files changed, 10 insertions, 3 deletions
diff --git a/time/py-pytz/Makefile b/time/py-pytz/Makefile
index 484309ff900..84a9d7bf545 100644
--- a/time/py-pytz/Makefile
+++ b/time/py-pytz/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 21:30:12 markd Exp $
+# $NetBSD: Makefile,v 1.2 2008/09/10 13:05:11 abs Exp $
#
DISTNAME= pytz-2008b
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+EGG_NAME= ${DISTNAME}
CATEGORIES= time python
MASTER_SITES= http://pypi.python.org/packages/source/p/pytz/
EXTRACT_SUFX= .tar.bz2
@@ -15,5 +17,5 @@ PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/py-pytz/PLIST b/time/py-pytz/PLIST
index b9ee5db8305..2d1897b2445 100644
--- a/time/py-pytz/PLIST
+++ b/time/py-pytz/PLIST
@@ -1,4 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/06/23 21:30:12 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/09/10 13:05:11 abs Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/pytz/__init__.py
${PYSITELIB}/pytz/__init__.pyc
${PYSITELIB}/pytz/__init__.pyo