mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pathspec: Update to 0.12.1.
* gnu/packages/python-build.scm (python-pathspec): Update to 0.12.1. [build-system]: Use pyproject. [arguments] <test-backend>: Use 'unittest. [native-inputs]: Add python-flit-core and python-setuptools. Change-Id: I2ac5abfd1acc54849ad523cde8afd5da320849e0
This commit is contained in:
parent
bed5a79d56
commit
bbb175f55a
1 changed files with 7 additions and 4 deletions
|
@ -55,15 +55,18 @@
|
||||||
(define-public python-pathspec
|
(define-public python-pathspec
|
||||||
(package
|
(package
|
||||||
(name "python-pathspec")
|
(name "python-pathspec")
|
||||||
(version "0.11.1")
|
(version "0.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pathspec" version))
|
(uri (pypi-uri "pathspec" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "04jpkzic8f58z6paq7f3f7fdnlv9l89khv3sqsqk7ax10caxb0m4"))))
|
||||||
"11qnlcanr1mqcpqpq1hmnwrs26csbsa2bafc7biq09x91y0dx617"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(arguments (list #:test-backend #~'unittest))
|
||||||
|
(native-inputs
|
||||||
|
(list python-flit-core
|
||||||
|
python-setuptools))
|
||||||
(home-page "https://github.com/cpburnz/python-pathspec")
|
(home-page "https://github.com/cpburnz/python-pathspec")
|
||||||
(synopsis "Utility library for gitignore style pattern matching of file paths")
|
(synopsis "Utility library for gitignore style pattern matching of file paths")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue