# -*- 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-pipfile
version             0.0.2
revision            0
platforms           darwin
license             {Apache-2 BSD}
maintainers         nomaintainer

description         The pipfile specification and parser
long_description    ${description}

homepage            https://github.com/pypa/${python.rootname}

python.versions     27 36 37 38

checksums           rmd160  64f77af16928ae627ba14705f93b3eaa3853b9ea \
                    sha256  f7d9f15de8b660986557eb3cc5391aa1a16207ac41bc378d03f414762d36c984 \
                    size    18065

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

    depends_lib-append \
                    port:py${python.version}-toml

    livecheck.type  none
}

