diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-10 22:28:09 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-23 16:58:45 +0100 |
commit | 289dd6e67ec8ac63a9f2e33426794c61d56114fd (patch) | |
tree | 144ea891111a1d5d5904fb73e2a7d1f5324ba55b /gnu/packages/python-build.scm | |
parent | 45422e4e61df77187a1d86ecf2b6c08085dd2d8e (diff) |
gnu: Remove python-pyparsing-2.4.7.
* gnu/packages/python-build.scm (python-pyparsing-2.4.7): Delete variable.
Change-Id: Ib6bd245d629dae72e56fd6b07f04aec9366bb6ac
Diffstat (limited to 'gnu/packages/python-build.scm')
-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") |