# -*- 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-wcwidth
version             0.7.0
revision            0
platforms           {darwin any}
license             MIT
maintainers         nomaintainer
description         Library for building powerful interactive command lines in Python
long_description    {*}${description}
homepage            https://github.com/jquast/wcwidth
checksums           rmd160  d44bba8141e2f3fa150e0ae3377f9f41384dd0f5 \
                    sha256  90e3a7ea092341c44b99562e75d09e4d5160fe7a3974c6fb842a101a95e7eed0 \
                    size    182132
supported_archs     noarch

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