gnu: Remove python2-pyparsing.
* gnu/packages/python-build.scm (python2-pyparsing): Delete variable. (python-pyparsing)[properties]: Delete field.
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
|
executing simple grammars, vs. the traditional lex/yacc approach, or the use
|
||||||
of regular expressions. The pyparsing module provides a library of classes
|
of regular expressions. The pyparsing module provides a library of classes
|
||||||
that client code uses to construct the grammar directly in Python code.")
|
that client code uses to construct the grammar directly in Python code.")
|
||||||
(license license:expat)
|
(license license:expat)))
|
||||||
(properties `((python2-variant . ,(delay python2-pyparsing))))))
|
|
||||||
|
|
||||||
;;; This is the last release compatible with Python 2.
|
;;; This is the last release compatible with Python 2.
|
||||||
(define-public python-pyparsing-2.4.7
|
(define-public python-pyparsing-2.4.7
|
||||||
|
@ -276,9 +275,6 @@ that client code uses to construct the grammar directly in Python code.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2"))))))
|
(base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2"))))))
|
||||||
|
|
||||||
(define-public python2-pyparsing
|
|
||||||
(package-with-python2 (strip-python2-variant python-pyparsing-2.4.7)))
|
|
||||||
|
|
||||||
(define-public python-packaging-bootstrap
|
(define-public python-packaging-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "python-packaging-bootstrap")
|
(name "python-packaging-bootstrap")
|
||||||
|
|
Reference in New Issue