You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
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-wcmatch
|
|
version 10.1
|
|
revision 0
|
|
|
|
license MIT
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description Wilcard File Name matching library.
|
|
long_description \
|
|
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in \
|
|
order to provide file matching and globbing that more closely follows the \
|
|
features found in Bash.
|
|
homepage https://github.com/facelessuser/wcmatch
|
|
|
|
checksums rmd160 b2bb7b9ed90c6f122aad3aaab8c89c79169c527f \
|
|
sha256 f11f94208c8c8484a16f4f48638a85d771d9513f4ab3f37595978801cb9465af \
|
|
size 117421
|
|
|
|
python.versions 310 311 312 313 314
|
|
python.pep517_backend hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append port:py${python.version}-bracex
|
|
}
|