PortSystem          1.0

PortGroup           python 1.0
PortGroup           github 1.0

# This port doesn't actually work with python3.  I would suggest
# to obsolete it.
# 8+ year old https://github.com/kennethreitz-archive/args/issues/6
github.setup        kennethreitz args 0.1.0 v
name                py-args

platforms           darwin
license             BSD
maintainers         nomaintainer

description         Argument Parsing for Humans.
long_description    ${description}

checksums           rmd160  fb98638d2955be9cdb6ad5b6bb048a7637334230 \
                    sha256  a7e399fcec436661818de646eabce66a7cff5a931c040a8184206ea11155a30d

python.versions     27 35 36 37

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

    livecheck.type  none
}
