1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: python-pathspec
Priority: optional
Maintainer: Philipp Huebner <debalance@debian.org>
Build-Depends: debhelper (>= 11~), dh-python, python3-all, python3-setuptools
Standards-Version: 4.2.1
Section: python
Homepage: https://github.com/cpburnz/python-path-specification
Vcs-Git: https://salsa.debian.org/debian/python-pathspec.git
Vcs-Browser: https://salsa.debian.org/debian/python-pathspec
Testsuite: autopkgtest-pkg-python
Package: python3-pathspec
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: utility library for gitignore style pattern matching of file paths (Python 3)
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.
.
This package installs the library for Python 3.
|