guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 7ac58c4ff8f868734d867a49750f0ab958ae1e90
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sun Aug 10 22:28:09 2025 +0100

    gnu: Remove python-pyparsing-2.4.7.
    
    * gnu/packages/python-build.scm (python-pyparsing-2.4.7): Delete variable.
    
    Change-Id: Ib6bd245d629dae72e56fd6b07f04aec9366bb6ac
---
 gnu/packages/python-build.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 1c0115b1be..889b2202e4 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -472,19 +472,6 @@ of regular expressions.  The pyparsing module provides a 
library of classes
 that client code uses to construct the grammar directly in Python code.")
     (license license:expat)))
 
-;;; This is the last release compatible with Python 2.
-(define-public python-pyparsing-2.4.7
-  (package
-    (inherit python-pyparsing)
-    (version "2.4.7")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "pyparsing" version))
-       (sha256
-        (base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2"))))
-    (native-inputs (list python-setuptools python-wheel))))
-
 (define-public python-packaging-bootstrap
   (package
     (name "python-packaging-bootstrap")

Reply via email to