1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-parsedatetime |
---|
7 | set realname parsedatetime |
---|
8 | version 1.1.2 |
---|
9 | python.versions 26 27 30 31 32 |
---|
10 | platforms darwin |
---|
11 | license Apache-2 |
---|
12 | maintainers brianandjenny.com:brian.andrew \ |
---|
13 | openmaintainer |
---|
14 | description Parse human-readable date/time text |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | homepage https://github.com/bear/parsedatetime/ |
---|
18 | master_sites http://pypi.python.org/packages/source/p/${realname} |
---|
19 | distname ${realname}-${version} |
---|
20 | |
---|
21 | checksums rmd160 e903c6400c191c44675705a4123c37d566106cd7 \ |
---|
22 | sha256 ed6a828f16b7d2ecb0e93f60bc371ab1f7d3233f115e5d94ef680fb151e2df93 |
---|
23 | |
---|
24 | livecheck.type regex |
---|
25 | livecheck.url http://pypi.python.org/pypi/parsedatetime/ |
---|
26 | livecheck.regex {parsedatetime-(\d+(?:\.\d+)*)} |
---|