mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ffb37681c6
commit
7905a6bc7e
1 changed files with 0 additions and 21 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue