summaryrefslogtreecommitdiff
path: root/time/py-pytz/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2008-06-23 21:30:12 +0000
committermarkd <markd@pkgsrc.org>2008-06-23 21:30:12 +0000
commita8d2a2cc0a42a27ea15b5df21e1c1a164610fa43 (patch)
tree198d1ba38220a14a8a726b5f245688a087c9f613 /time/py-pytz/Makefile
parentdaaac056fd7ef3cbd09336b48a3203930bcfc5c1 (diff)
downloadpkgsrc-a8d2a2cc0a42a27ea15b5df21e1c1a164610fa43.tar.gz
Initial import py-pytz-2008b
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).
Diffstat (limited to 'time/py-pytz/Makefile')
-rw-r--r--time/py-pytz/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/time/py-pytz/Makefile b/time/py-pytz/Makefile
new file mode 100644
index 00000000000..484309ff900
--- /dev/null
+++ b/time/py-pytz/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 21:30:12 markd Exp $
+#
+
+DISTNAME= pytz-2008b
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= time python
+MASTER_SITES= http://pypi.python.org/packages/source/p/pytz/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= markd@NetBSD.org
+HOMEPAGE= http://pytz.sourceforge.net/
+COMMENT= World timezone definitions, modern and historical
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"