You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 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 1.1.1
|
||
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 ee7a70f18d7f7775a4d9ace4283920510e8ae8f6 \
|
||
sha256 17db5ecd524104a120e173814c90367a96a98d07c45b2e10c2f3919fff91bf5a \
|
||
size 135180
|
||
|
||
python.versions 310 311 312 313 314
|
||
python.pep517_backend flit
|