diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-11-18 17:38:05 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-18 17:38:14 +0100 |
| commit | 20436b9d324b71a3876bb5a274faee93d7d6d5e8 (patch) | |
| tree | ab31639e28fadf9daf1143898d542e98dd35bb31 /gnu/packages/python-xyz.scm | |
| parent | c86a44827aea90e521ca5f2139e338bc9492a947 (diff) | |
gnu: Remove python-backports-abc.
* gnu/packages/python-xyz.scm (python-backports-abc): Delete variable.
Fixes: guix/guix#3621
Change-Id: I324785373001c5a0d3dd2df7eb06909fa50a96f8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5dbaed0c604..b90312e2b14 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |
