guix-commits
[Top][All Lists]
Advanced

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

302/361: gnu: Remove python-pluggy-next.


From: guix-commits
Subject: 302/361: gnu: Remove python-pluggy-next.
Date: Thu, 21 Nov 2024 06:29:39 -0500 (EST)

sharlatan pushed a commit to branch python-team
in repository guix.

commit 27b26fa194ffa9354700ca4975134aee4fde6d99
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 23:12:35 2024 +0000

    gnu: Remove python-pluggy-next.
    
    * gnu/packages/python-build.scm (python-pluggy-next): Delete variable.
    
    Change-Id: I330400172055bcee35161fcc6a151f6ecada3d8e
---
 gnu/packages/python-build.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index bfe72ea91b..47409e2b2a 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -90,18 +90,6 @@ matching of file paths.")
 stripped of Pytest specific details.")
     (license license:expat)))
 
-(define-public python-pluggy-next
-  (package/inherit python-pluggy
-    (name "python-pluggy")
-    (version "1.5.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "pluggy" version))
-       (sha256
-        (base32 "1w8c3mpliqm9biqw75ci8cfj1x5pb6g5zwblqp27ijgxjj7aizrc"))))
-    (build-system pyproject-build-system)))
-
 (define-public python-toml
   (package
     (name "python-toml")



reply via email to

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