# Id$

PortSystem 1.0
PortGroup python25 1.0

name			py25-dateutil
version			1.2
categories		python
platforms		darwin
maintainers		nomaintainer@macports.org
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
checksums		md5 6ff3de3ab61fd4ad92dceea36f7121b4
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}
}
