guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: Remove python-resolvelib@0.5.


From: guix-commits
Subject: 09/13: gnu: Remove python-resolvelib@0.5.
Date: Mon, 30 Oct 2023 07:19:55 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 4af23bc03c1e05a4f8275e53a61a702ca708c251
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Fri Oct 27 09:46:03 2023 -0400

    gnu: Remove python-resolvelib@0.5.
    
    * gnu/packages/python-xyz.scm (python-resolvelib-0.5): Delete
    variable. This was only used by ansible-core which can now use the
    newer version.
    
    Change-Id: Ic40e21561807ed5faae466e13193892e4f9aa6ae
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/python-xyz.scm | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c95defd999..aa75bc9226 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13791,22 +13791,6 @@ similar to the Python standard library's @code{json} 
module.")
 includes dependency resolution logic.")
     (license license:isc)))
 
-;;; This older version is required by ansible-core.
-(define-public python-resolvelib-0.5
-  (package/inherit python-resolvelib
-    (name "python-resolvelib")
-    (version "0.5.4")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/sarugaku/resolvelib";)
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "0697y330sqhiclk25v151qxg7aixzpj434lbg5qib0qlna5zg9la"))))))
-
 (define-public python-commonmark
   (package
     (name "python-commonmark")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]