You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 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 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 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-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
|
||
}
|
||
}
|