mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-pyparsing-2.4.7.
* gnu/packages/python-build.scm (python-pyparsing-2.4.7): Delete variable. Change-Id: Ib6bd245d629dae72e56fd6b07f04aec9366bb6ac
This commit is contained in:
parent
dc6885a81f
commit
0e88a26199
1 changed files with 0 additions and 13 deletions
|
@ -460,19 +460,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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue