summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-02-18 00:57:20 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-18 00:59:13 +0100
commit58f60f094d58d5fdf50d0ffa23ba915468200797 (patch)
tree80ba816058f9d811c42f8856da76242837aa6559 /gnu/packages/python-xyz.scm
parent4244d7e3e40e85576c4e0b1df997cbb567c8f9cc (diff)
gnu: Remove python-pygit2-1.11.
* gnu/packages/python-xyz.scm (python-pygit2-1.11): Delete variable. Fixes: guix/guix#5716 Change-Id: Ieb2e73fec34b362b296c5d9c79f4f51784f3c48f
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0ca752b6e37..d2836a5922a 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")