File: control

package info (click to toggle)
python-pathspec 0.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: python: 1,000; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 885 bytes parent folder | download
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.