mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove python-backports-abc.
* gnu/packages/python-xyz.scm (python-backports-abc): Delete variable. Fixes: guix/guix#3621 Change-Id: I324785373001c5a0d3dd2df7eb06909fa50a96f8
This commit is contained in:
parent
c86a44827a
commit
20436b9d32
1 changed files with 0 additions and 20 deletions
|
|
@ -15652,26 +15652,6 @@ tie-resolvement is accelerated by numba.")
|
|||
2.6-3.3.")
|
||||
(license license:expat)))
|
||||
|
||||
;; the python- version can be removed with python-3.5
|
||||
(define-public python-backports-abc
|
||||
(package
|
||||
(name "python-backports-abc")
|
||||
(version "0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "backports_abc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pkv8d1zxj5f9i227dxbjczncbv7ks7ywnjwyxfjagm02i2yafq3"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/cython/backports_abc")
|
||||
(synopsis "Backport of additions to the 'collections.abc' module")
|
||||
(description
|
||||
"Python-backports-abc provides a backport of additions to the
|
||||
@code{collections.abc} module in Python-3.5.")
|
||||
(license license:psfl)))
|
||||
|
||||
(define-public python-backports-csv
|
||||
(package
|
||||
(name "python-backports-csv")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue