[20902] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 8 21:51:10 PST 2006


Revision: 20902
          http://trac.macosforge.org/projects/macports/changeset/20902
Author:   landonf at macports.org
Date:     2006-12-08 21:51:08 -0800 (Fri, 08 Dec 2006)

Log Message:
-----------
Add pytz, a Python interface to the Olson timezone database.

Added Paths:
-----------
    trunk/dports/python/py-pytz/
    trunk/dports/python/py-pytz/Portfile

Added: trunk/dports/python/py-pytz/Portfile
===================================================================
--- trunk/dports/python/py-pytz/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pytz/Portfile	2006-12-09 05:51:08 UTC (rev 20902)
@@ -0,0 +1,19 @@
+# $Id: $
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name			py-pytz
+version			2006p
+categories		python devel
+maintainers		landonf at threerings.net
+description		World Timezone Definitions for Python
+long_description	pytz brings the Olson tz database into Python. \
+			This library allows accurate and cross platform \
+			timezone calculations using Python 2.3 or higher.
+
+homepage		http://pytz.sourceforge.net/
+master_sites		sourceforge:pytz
+distname		pytz-${version}
+use_bzip2		yes
+checksums		sha1 de9ab03b029fa093763f288f3927e9acc11b8fee

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061208/26eccb92/attachment.html


More information about the macports-changes mailing list