summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-20 13:35:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-20 16:18:50 +0100
commit7905a6bc7e53441b4e9db45dcc4065b99f497209 (patch)
treeb30b61effcc10ec877d5430fa42475c712ba5189
parentffb37681c62caca2c06212c4efa33afc6c11ca24 (diff)
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
-rw-r--r--gnu/packages/python-xyz.scm21
1 files changed, 0 insertions, 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")