gnu: Remove python2-pyparsing.
* gnu/packages/python-build.scm (python2-pyparsing): Delete variable. (python-pyparsing)[properties]: Delete field.
This commit is contained in:
parent
9165283a1c
commit
28bddb7d4f
@ -261,8 +261,7 @@ Python file, so it can be easily copied into your project.")
|
||||
executing simple grammars, vs. the traditional lex/yacc approach, or the use
|
||||
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)
|
||||
(properties `((python2-variant . ,(delay python2-pyparsing))))))
|
||||
(license license:expat)))
|
||||
|
||||
;;; This is the last release compatible with Python 2.
|
||||
(define-public python-pyparsing-2.4.7
|
||||
@ -276,9 +275,6 @@ that client code uses to construct the grammar directly in Python code.")
|
||||
(sha256
|
||||
(base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2"))))))
|
||||
|
||||
(define-public python2-pyparsing
|
||||
(package-with-python2 (strip-python2-variant python-pyparsing-2.4.7)))
|
||||
|
||||
(define-public python-packaging-bootstrap
|
||||
(package
|
||||
(name "python-packaging-bootstrap")
|
||||
|
Loading…
Reference in New Issue
Block a user