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

commit f30b5558ae85d83ba01eaaa0b5d1eeceaf1ed3ee
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Sep 20 13:35:07 2025 +0100

    gnu: Remove python-extras.
    
    1.0.0 was released in 2016 as helper for python-testtols,
    python-fixtures and python-subunit. Now it's no longer required. There
    are no users in Guix.
    
    * gnu/packages/python-xyz.scm (python-extras): Delete variable.
    
    Change-Id: Id328d826052ac5a27cc4e7c0a6042f0a5df2bd14
---
 gnu/packages/python-xyz.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3d78a131d5..6b76b4f39a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6798,27 +6798,6 @@ developed by the Astropy project but is intended to be 
general and usable by
 any Python package.")
     (license license:bsd-3)))
 
-(define-public python-extras
-  (package
-    (name "python-extras")
-    (version "1.0.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "extras" version))
-       (sha256
-        (base32
-         "0khvm08rcwm62wc47j8niyl6h13f8w51c8669ifivjdr23g3cbhk"))))
-    (build-system python-build-system)
-    (arguments
-     ;; FIXME: Circular dependency on testtools.
-     '(#:tests? #f))
-    (home-page "https://github.com/testing-cabal/extras";)
-    (synopsis "Useful extensions to the Python standard library")
-    (description
-     "Extras is a set of extensions to the Python standard library.")
-    (license license:expat)))
-
 (define-public python-types-colorama
   (package
     (name "python-types-colorama")

Reply via email to