# -*- 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-strict-rfc3339
version             0.7
revision            0
categories-append   devel
platforms           darwin
license             GPL-3
supported_archs     noarch

python.versions     27 35 36

maintainers         {stromnov @stromnov} openmaintainer

description         Strict, simple, lightweight RFC3339 functions.
long_description    ${description}

homepage            http://www.danielrichman.co.uk/libraries/strict-rfc3339.html
master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}

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

checksums           rmd160  8a75fa64b25e9c81a451b7291c38909e75dbf5e2 \
                    sha256  5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac5e1277

if {${name} ne ${subport}} {
    livecheck.type      none
}
