You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
34 lines
1.1 KiB
Tcl
34 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-pathspec
|
||
version 0.8.1
|
||
platforms darwin
|
||
supported_archs noarch
|
||
license MPL-2
|
||
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 Git’s wildmatch pattern matching which \
|
||
itself is derived from Rsync’s wildmatch. Git uses wildmatch for \
|
||
its gitignore files.
|
||
|
||
homepage https://github.com/cpburnz/python-path-specification
|
||
|
||
checksums rmd160 3bbdd512486fe16f990d7ea83c9096a454d6fb7e \
|
||
sha256 86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd \
|
||
size 26644
|
||
|
||
python.versions 36 37 38 39
|
||
|
||
if {${name} ne ${subport}} {
|
||
depends_build-append \
|
||
port:py${python.version}-setuptools
|
||
|
||
livecheck.type none
|
||
}
|