From 58f60f094d58d5fdf50d0ffa23ba915468200797 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 18 Feb 2026 00:57:20 +0100 Subject: 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(-) (limited to 'gnu/packages/python-xyz.scm') 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") -- cgit v1.3