guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 20436b9d324b71a3876bb5a274faee93d7d6d5e8
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Nov 18 17:38:05 2025 +0100

    gnu: Remove python-backports-abc.
    
    * gnu/packages/python-xyz.scm (python-backports-abc): Delete variable.
    
    Fixes: guix/guix#3621
    Change-Id: I324785373001c5a0d3dd2df7eb06909fa50a96f8
---
 gnu/packages/python-xyz.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5dbaed0c60..b90312e2b1 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")

Reply via email to