Changeset 82299
- Timestamp:
- 08/12/11 06:26:10 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/python/py-tz/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-tz/Portfile
r82298 r82299 1 1 # $Id$ 2 2 3 PortSystem 1.04 PortGroup python24 1.03 PortSystem 1.0 4 PortGroup python24 1.0 5 5 6 name py-tz 7 version 2009a 8 categories python devel 9 platforms darwin 10 supported_archs noarch 11 maintainers ram openmaintainer 12 description World Timezone Definitions for Python 13 long_description pytz brings the Olson tz database into Python. \ 14 This library allows accurate and cross platform \ 15 timezone calculations using Python 2.3 or higher. 6 name py-tz 7 version 2009a 8 categories python devel 9 platforms darwin 10 supported_archs noarch 11 maintainers ram openmaintainer 16 12 17 homepage http://pytz.sourceforge.net/ 18 master_sites http://cheeseshop.python.org/packages/source/p/pytz/ 19 distname pytz-${version} 20 use_bzip2 yes 21 checksums md5 454be5c4b09ab879bb3a98be0b44f674 13 description World Timezone Definitions for Python 14 long_description \ 15 pytz brings the Olson tz database into Python. This library allows \ 16 accurate and cross platform timezone calculations. 17 18 homepage http://pytz.sourceforge.net/ 19 master_sites http://cheeseshop.python.org/packages/source/p/pytz/ 20 distname pytz-${version} 21 use_bzip2 yes 22 23 checksums md5 454be5c4b09ab879bb3a98be0b44f674
Note: See TracChangeset
for help on using the changeset viewer.

