# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-dateutil python.rootname python-dateutil version 2.8.2 revision 0 platforms {darwin any} supported_archs noarch license BSD maintainers nomaintainer description Extensions to the standard Python datetime module long_description The dateutil module provides powerful extensions \ to the datetime module available in the Python \ standard library. homepage https://github.com/dateutil/dateutil/ checksums rmd160 b61a18d5135f4bb241831d7c7b3295999f6cb27e \ sha256 0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \ size 357324 python.versions 27 35 36 37 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm depends_run-append \ path:${python.pkgd}/pytz:py${python.version}-tz depends_lib-append \ port:py${python.version}-six depends_test-append \ port:py${python.version}-freezegun \ port:py${python.version}-hypothesis if {${python.version} eq 27} { depends_test-append \ port:py${python.version}-mock } test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} \ LICENSE README.rst NEWS \ ${destroot}${docdir} } }