guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 58f60f094d58d5fdf50d0ffa23ba915468200797
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Feb 18 00:57:20 2026 +0100
gnu: Remove python-pygit2-1.11.
* gnu/packages/python-xyz.scm (python-pygit2-1.11): Delete variable.
Fixes: guix/guix#5716
Change-Id: Ieb2e73fec34b362b296c5d9c79f4f51784f3c48f
---
gnu/packages/python-xyz.scm | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0ca752b6e3..d2836a5922 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11452,25 +11452,6 @@ parser that can be used to decode raw
NTLM/SPNEGO/Kerberos tokens into a human
readable format.")
(license license:expat)))
-(define-public python-pygit2-1.11
- (package
- (name "python-pygit2")
- (version "1.11.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pygit2" version))
- (sha256
- (base32 "1v34xdvh6i5cn5srwicvp0i2kvv8fzsv0v9p72ng081nsczmhgvr"))))
- (build-system pyproject-build-system)
- (propagated-inputs (list python-cffi libgit2-1.5))
- (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-pygit2
(package
(name "python-pygit2")