# -*- 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
PortGroup           github           1.0

name                py-plac
version             1.0.0
revision            0
github.setup        micheles plac ${version} plac-

checksums           rmd160  2a5cc1594701dbb7310662f623cb39cf9acc4fb2 \
                    sha256  f6a7633468b58f9dcb5c96bf771661f879b7b73ba9734c7aff2994a35766de9e \
                    size    151859

platforms           darwin
supported_archs     noarch

license             BSD

maintainers         {jonesc @cjones051073} openmaintainer

description         Plac: Parsing the Command Line the Easy Way
long_description    ${description}

# Support python versions
python.versions     27 35 36 37 38 39

if {${name} ne ${subport}} {

    depends_build-append \
        port:py${python.version}-setuptools

    livecheck.type none 

}
