# -*- 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.11.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  72f17bee86ff5c5158e5734618cec58b4c191ace \
                    sha256  e66f36020a2d5a974c504bd2555cf770621dbdbb6d82f94a6857c0b1ea2608be \
                    size    80374

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