You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
908 B
Tcl
26 lines
908 B
Tcl
# -*- 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 310 311 312 313 314
|
|
|
|
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
|