mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 05:26:34 +01:00
gnu: Add python-pathspec.
* gnu/packages/python-xyz.scm (python-pathspec): New variable. Change-Id: I8576103866117aa46ef3d5fc7274926b8a4878d9
This commit is contained in:
parent
7aae0e2c15
commit
da69a9e151
1 changed files with 18 additions and 0 deletions
|
@ -38033,6 +38033,24 @@ (define-public python-hypy-utils
|
|||
and setting the color of terminal output, via HyDEV.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pathspec
|
||||
(package
|
||||
(name "python-pathspec")
|
||||
(version "0.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pathspec" version))
|
||||
(sha256
|
||||
(base32 "04jpkzic8f58z6paq7f3f7fdnlv9l89khv3sqsqk7ax10caxb0m4"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-flit-core python-setuptools))
|
||||
(home-page "https://github.com/cpburnz/python-pathspec")
|
||||
(synopsis "Gitignore style pattern matching of file paths")
|
||||
(description
|
||||
"Utility library for gitignore style pattern matching of file paths.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public python-mike
|
||||
(package
|
||||
(name "python-mike")
|
||||
|
|
Loading…
Reference in a new issue