# -*- 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-bracex
version             2.6
revision            0
python.versions     39 310 311 312 313

license             MIT
platforms           {darwin any}
supported_archs     noarch
maintainers         {judaew @judaew} openmaintainer

description         Bash style brace expansion for Python.
long_description    {*}${description} Brace expanding is used to generate \
                    arbitrary strings.
homepage            https://github.com/facelessuser/bracex

checksums           rmd160  440eb6c37447b27dd2a8695d6c524636797f3172 \
                    sha256  98f1347cd77e22ee8d967a30ad4e310b233f7754dbf31ff3fceb76145ba47dc7 \
                    size    26642

python.pep517_backend   hatch
