# -*- 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-userpath
version             1.4.1
categories-append   devel
license             {MIT Apache-2}
maintainers         {@0az 0az@afzhou.com} openmaintainer
supported_archs     noarch
platforms           darwin

description         A tool and library for adding locations to user PATH
long_description    ${description}
homepage            https://github.com/ofek/userpath

checksums           rmd160  0b54a24b92b4882afb0d2d7da90a06ed2f100052 \
                    sha256  211544ea02d8715fdc06f429cf66cd18c9877a31751d966d6de11b24faaed255 \
                    size    19906

python.versions     36 37 38

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

    livecheck.type      none
}
