1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-pygit2: Disinherit from python-pygit2-1.11,

* gnu/packages/python-xyz.scm: Do not inherit from python-pygit2-1.11,
but copy-paste fields.

Change-Id: I98616f5ce9705869223215c6946837e7997feb9f
This commit is contained in:
Andreas Enge
2026-02-18 00:56:19 +01:00
parent dfab9ce6e0
commit 4244d7e3e4

View File

@@ -11472,7 +11472,7 @@ readable format.")
(license license:gpl2)))
(define-public python-pygit2
(package/inherit python-pygit2-1.11
(package
(name "python-pygit2")
(version "1.18.2")
(source
@@ -11481,7 +11481,14 @@ readable format.")
(uri (pypi-uri "pygit2" version))
(sha256
(base32 "0m8g8s72c0xwwayykpj1hf8c1wldhmg1sj8kgxdp2rf9c837xa7c"))))
(propagated-inputs (list python-cffi libgit2))))
(build-system pyproject-build-system)
(propagated-inputs (list python-cffi libgit2))
(native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/libgit2/pygit2")
(synopsis "Python bindings for libgit2")
(description "Pygit2 is a set of Python bindings to the libgit2 shared library.")
;; GPL2.0 only, with linking exception.
(license license:gpl2)))
(define-public python-patiencediff
(package