# -*- 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-iso8601
version             0.1.12
revision            0
categories-append   devel
platforms           darwin
license             MIT
supported_archs     noarch

python.versions     27 34 35 36 37

maintainers         {stromnov @stromnov} openmaintainer

description         Simple module to parse ISO 8601 dates
long_description    ${description}

homepage            https://bitbucket.org/micktwomey/pyiso8601
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

distname            ${python.rootname}-${version}

checksums           rmd160  ae52894b339afe833b31371931c0250dfc5992b8 \
                    sha256  49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
}