pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-pytz switch to using python/egg.mk and add mis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91afba926f54
branches:  trunk
changeset: 546959:91afba926f54
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Sep 10 13:05:11 2008 +0000

description:
switch to using python/egg.mk and add missing entries to PLIST. Approved by markd@, bump pkgrevision

diffstat:

 time/py-pytz/Makefile |  6 ++++--
 time/py-pytz/PLIST    |  7 ++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 22fe0fa2296f -r 91afba926f54 time/py-pytz/Makefile
--- a/time/py-pytz/Makefile     Wed Sep 10 12:43:18 2008 +0000
+++ b/time/py-pytz/Makefile     Wed Sep 10 13:05:11 2008 +0000
@@ -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 @@
 
 PYDISTUTILSPKG=        yes
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 22fe0fa2296f -r 91afba926f54 time/py-pytz/PLIST
--- a/time/py-pytz/PLIST        Wed Sep 10 12:43:18 2008 +0000
+++ b/time/py-pytz/PLIST        Wed Sep 10 13:05:11 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index