a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-dateutil
version 1.0
categories python
platforms darwin
maintainers nomaintainer@macports.org
description powerful extensions to the standard python datetime module
long_description "${description}"
homepage http://labix.org/download/python-dateutil
master_sites http://labix.org/download/python-dateutil
checksums md5 764659b7b763fa551a5fbcec96d86d6d
distname python-dateutil-${version}
use_bzip2 yes
test.run yes
test.cmd ${python.bin} test.py
test.target
test.env PYTHONPATH=${worksrcpath}/build/lib
post-destroot {
xinstall -m 644 -W ${worksrcpath} LICENSE README \
${destroot}${prefix}/share/doc/${name}
}