# -*- 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-humanfriendly
version             4.18
checksums           rmd160  3f94abf1bb0ea8748bd874ed1c19454d9f89fdf7 \
                    sha256  33ee8ceb63f1db61cce8b5c800c531e1a61023ac5488ccde2ba574a85be00a85 \
                    size    345853

categories-append   devel
platforms           darwin
license             MIT
maintainers         {ijackson @JacksonIsaac} openmaintainer
supported_archs     noarch

description         Human friendly output for text interfaces using Python
long_description    ${description}
homepage            https://humanfriendly.readthedocs.io/

master_sites        pypi:h/${python.rootname}
distname            ${python.rootname}-${version}

python.versions     36 37

if {${name} ne ${subport}} {
    depends_lib-append  \
        port:py${python.version}-setuptools
    livecheck.type  none
}