1 | # $Id: Portfile 26983 2007-07-15 12:41:34Z sfiera@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-dateutil |
---|
7 | version 1.2 |
---|
8 | categories python |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer@macports.org |
---|
11 | description powerful extensions to the standard python datetime module |
---|
12 | long_description "${description}" |
---|
13 | |
---|
14 | homepage http://labix.org/python-dateutil |
---|
15 | master_sites http://labix.org/download/python-dateutil |
---|
16 | checksums md5 6ff3de3ab61fd4ad92dceea36f7121b4 |
---|
17 | distname python-dateutil-${version} |
---|
18 | use_bzip2 yes |
---|
19 | |
---|
20 | test.run yes |
---|
21 | test.cmd ${python.bin} test.py |
---|
22 | test.target |
---|
23 | test.env PYTHONPATH=${worksrcpath}/build/lib |
---|
24 | |
---|
25 | post-destroot { |
---|
26 | xinstall -m 644 -W ${worksrcpath} LICENSE README \ |
---|
27 | ${destroot}${prefix}/share/doc/${name} |
---|
28 | } |
---|