diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-10 22:28:09 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-17 09:07:30 +0100 |
commit | cd352d6533ad514143b34c5d02cf7f4b7870e0e4 (patch) | |
tree | 49069eade32928feea1d28625dc54a7b91606661 | |
parent | 5f73f0e629c6fc4df257dbb8d5d9c03ed840d00a (diff) |
gnu: Remove python-pyparsing-2.4.7.
* gnu/packages/python-build.scm (python-pyparsing-2.4.7): Delete variable.
Change-Id: Ib6bd245d629dae72e56fd6b07f04aec9366bb6ac
-rw-r--r-- | gnu/packages/python-build.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 5ee415d7e2..34e2adace2 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -458,19 +458,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") |