diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-26 18:12:37 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-29 15:28:36 +0000 |
| commit | 87a41ed724936fc4290f783e3475c505d1ea7511 (patch) | |
| tree | 09f5f31c47cdd2092a2188f7abddf9501e182a05 /gnu/packages/python-xyz.scm | |
| parent | 051252201ff802def0c671ef2b416e3f0ba4eaa2 (diff) | |
gnu: python-gitignore-parser: Update to 0.1.13.
* gnu/packages/python-xyz.scm (python-gitignore-parser): Update to 0.1.13.
[arguments]: Replace <#:phases> with <#:test-backend>.
[native-inputs]: Remove python-wheel.
Change-Id: Iacb4eb8dfbe8c8bf7916f51b060d4cdb26619110
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 26ab58f3b8a..f30d884dce6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27398,7 +27398,7 @@ commit, but it also includes some other useful statistics.") (define-public python-gitignore-parser (package (name "python-gitignore-parser") - (version "0.1.12") + (version "0.1.13") (source (origin (method git-fetch) @@ -27407,18 +27407,10 @@ commit, but it also includes some other useful statistics.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00s8vvslnlbqnmkgnmc374mjzbsw7b167gh7wf5ygigd79cpnnxk")))) + (base32 "0lx1lip9p70my7z77szxc6izg3dj3000r6z71f2bnx2z13rl5pld")))) (build-system pyproject-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - ;; Tests are missing in PyPI. - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (invoke "python" "-m" "unittest"))))))) - (native-inputs (list python-setuptools python-wheel)) + (arguments (list #:test-backend #~'unittest)) + (native-inputs (list python-setuptools)) (home-page "https://github.com/mherrmann/gitignore_parser") (synopsis "Spec-compliant gitignore parser for Python") (description |
