# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
python.rootname python-dateutil
description Extensions to the standard Python datetime module
long_description The dateutil module provides powerful extensions \
to the datetime module available in the Python \
homepage https://github.com/dateutil/dateutil/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}/
distname ${python.rootname}-${version}
checksums rmd160 2fda28c33329be5ccee005ca6cce55bd9500f0df \
sha256 c89805f6f4d64db21ed966fda138f8a5ed7a4fdbc1a8ee329ce1b74e3c74da9e \
python.versions 27 34 35 36 37
if {${name} ne ${subport}} {
port:py${python.version}-setuptools \
port:py${python.version}-setuptools_scm
path:${python.pkgd}/pytz:py${python.version}-tz
port:py${python.version}-six
port:py${python.version}-pytest \
port:py${python.version}-freezegun \
port:py${python.version}-mock
test.cmd py.test-${python.branch}
test.env PYTHONPATH=${worksrcpath}/build/lib
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} \
LICENSE README.rst NEWS \