Files
2026-01-28 09:25:40 -05:00

41 lines
1.4 KiB
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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-pathspec
version 1.0.4
revision 0
supported_archs noarch
platforms {darwin any}
license {MPL-2 LGPL-2.1+}
maintainers {danchr @danchr} openmaintainer
description Utility library for gitignore style pattern matching of file paths.
long_description \
pathspec is a utility library for pattern matching of file paths. \
So far this only includes Gits wildmatch pattern matching which \
itself is derived from Rsyncs wildmatch. Git uses wildmatch for \
its gitignore files.
homepage https://github.com/cpburnz/python-pathspec
checksums rmd160 c365523014c312a54526ac800723d52df12b58ee \
sha256 0210e2ae8a21a9137c0d470578cb0e595af87edaa6ebf12ff176f14a02e0e645 \
size 131200
python.versions 37 38 39 310 311 312 313 314
python.pep517_backend flit
if {${name} ne ${subport}} {
if {${python.version} < 38} {
version 0.11.2
revision 0
checksums rmd160 07337b30e8d9c5bfa11e25aaa9301ce679368fae \
sha256 e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3 \
size 47032
}
}