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:
Andreas Enge 2025-11-18 17:38:05 +01:00
parent c86a44827a
commit 20436b9d32
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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