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
This commit is contained in:
Sharlatan Hellseher 2025-09-20 13:35:07 +01:00
parent ffb37681c6
commit 7905a6bc7e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")