mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pygit2: Update to 1.11.1.
* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.11.1. [build-system]: Use pyproject-build-system. [arguments]: Delete field. [propagated-inputs]: Remove python-cached-property.
This commit is contained in:
parent
1b78b94f06
commit
f1234c7569
1 changed files with 5 additions and 13 deletions
|
@ -6500,24 +6500,16 @@ readable format.")
|
||||||
(define-public python-pygit2
|
(define-public python-pygit2
|
||||||
(package
|
(package
|
||||||
(name "python-pygit2")
|
(name "python-pygit2")
|
||||||
(version "1.9.2")
|
(version "1.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pygit2" version))
|
(uri (pypi-uri "pygit2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "068bwhirigbh2435abyv4shdxgxvyfqf4dxfmhd4hihivwrl9290"))))
|
(base32 "1v34xdvh6i5cn5srwicvp0i2kvv8fzsv0v9p72ng081nsczmhgvr"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(propagated-inputs (list python-cffi libgit2))
|
||||||
`(#:phases (modify-phases %standard-phases
|
(native-inputs (list python-pytest))
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
(invoke "pytest" "-v")))))))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-cached-property python-cffi libgit2))
|
|
||||||
(native-inputs
|
|
||||||
(list python-pytest))
|
|
||||||
(home-page "https://github.com/libgit2/pygit2")
|
(home-page "https://github.com/libgit2/pygit2")
|
||||||
(synopsis "Python bindings for libgit2")
|
(synopsis "Python bindings for libgit2")
|
||||||
(description "Pygit2 is a set of Python bindings to the libgit2 shared library.")
|
(description "Pygit2 is a set of Python bindings to the libgit2 shared library.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue