# -*- 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-humanize
version             4.14.0
license             MIT

supported_archs     noarch
platforms           {darwin any}
maintainers         nomaintainer
description         Python humanize utilities
long_description    {*}${description}

python.pep517_backend   hatch
python.versions     39 310 311 312 313

homepage            https://github.com/python-humanize/humanize

checksums           rmd160  1ca59fbfdc09fed3ddcbf0106a0e04520a7a7a0b \
                    sha256  2fa092705ea640d605c435b1ca82b2866a1b601cdf96f076d70b79a855eba90d \
                    size    82939

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