# $Id: Portfile 37968 2008-07-01 04:11:20Z ram@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-dateutil set my_name python-dateutil version 1.4 categories python platforms darwin maintainers nomaintainer description powerful extensions to the standard python datetime module long_description ${description} homepage http://labix.org/python-dateutil master_sites http://labix.org/download/python-dateutil distname ${my_name}-${version} use_bzip2 yes checksums md5 7fc34c22cdc28a8fa000ad0e34f15b56 \ sha1 bf388800de42cfe932d22f5359b7b8b9150c8f23 \ rmd160 6eaf21a8517068afcc53444253262073704d5982 depends_run port:py-tz \ port:py-setuptools test.run yes test.cmd ${python.bin} test.py test.target test.env PYTHONPATH=${worksrcpath}/build/lib post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE README NEWS ${destroot}${docdir} } universal_variant no livecheck.check regex livecheck.regex /${my_name}-(\\d+(?:\\.\\d+)*)