1 | # $Id: Portfile 24177 2007-04-18 17:45:52Z landonf@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-tz |
---|
7 | version 2007c |
---|
8 | categories python devel |
---|
9 | maintainers landonf@threerings.net |
---|
10 | description World Timezone Definitions for Python |
---|
11 | long_description pytz brings the Olson tz database into Python. \ |
---|
12 | This library allows accurate and cross platform \ |
---|
13 | timezone calculations using Python 2.3 or higher. |
---|
14 | |
---|
15 | homepage http://pytz.sourceforge.net/ |
---|
16 | master_sites http://cheeseshop.python.org/packages/source/p/pytz/ |
---|
17 | distname pytz-${version} |
---|
18 | use_bzip2 yes |
---|
19 | checksums md5 57bbdf75e30ddbdd18ac4e6cdca07cdc |
---|