diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-10 22:28:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:29 +0100 |
| commit | 0e88a261999e09d011ac6c07e002fdd9ddf6b47d (patch) | |
| tree | b458b384858f71cea4ac3cecac0e974863662bdf /gnu/packages/python-build.scm | |
| parent | dc6885a81f432c113b819a6ae9f7133f549bf867 (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 d05f6a25237..3d6dbb383bd 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -460,19 +460,6 @@ of regular expressions. The pyparsing module provides a library of classes | |||
| 460 | that client code uses to construct the grammar directly in Python code.") | 460 | that client code uses to construct the grammar directly in Python code.") |
| 461 | (license license:expat))) | 461 | (license license:expat))) |
| 462 | 462 | ||
| 463 | ;;; This is the last release compatible with Python 2. | ||
| 464 | (define-public python-pyparsing-2.4.7 | ||
| 465 | (package | ||
| 466 | (inherit python-pyparsing) | ||
| 467 | (version "2.4.7") | ||
| 468 | (source | ||
| 469 | (origin | ||
| 470 | (method url-fetch) | ||
| 471 | (uri (pypi-uri "pyparsing" version)) | ||
| 472 | (sha256 | ||
| 473 | (base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2")))) | ||
| 474 | (native-inputs (list python-setuptools python-wheel)))) | ||
| 475 | |||
| 476 | (define-public python-packaging-bootstrap | 463 | (define-public python-packaging-bootstrap |
| 477 | (package | 464 | (package |
| 478 | (name "python-packaging-bootstrap") | 465 | (name "python-packaging-bootstrap") |
