gnu: python-pycparser: Update to 2.19.
* gnu/packages/python-xyz.scm (python-pycparser): Update to 2.19. [arguments]: End phases on #t.
This commit is contained in:
parent
4c1cfe0faf
commit
c6c0940ea3
|
@ -4413,14 +4413,14 @@ a general image processing tool.")
|
||||||
(define-public python-pycparser
|
(define-public python-pycparser
|
||||||
(package
|
(package
|
||||||
(name "python-pycparser")
|
(name "python-pycparser")
|
||||||
(version "2.18")
|
(version "2.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pycparser" version))
|
(uri (pypi-uri "pycparser" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09mjyw82ibqzl449g7swy8bfxnfpmas0815d2rkdjlcqw81wma4r"))))
|
"1cr5dcj9628lkz1qlwq3fv97c25363qppkmcayqvd05dpy573259"))))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -4443,7 +4443,8 @@ a general image processing tool.")
|
||||||
(copy-file (string-append "." file)
|
(copy-file (string-append "." file)
|
||||||
(string-append doc file)))
|
(string-append doc file)))
|
||||||
'("/README.rst" "/CHANGES" "/LICENSE"))
|
'("/README.rst" "/CHANGES" "/LICENSE"))
|
||||||
(copy-recursively "examples" examples)))))))
|
(copy-recursively "examples" examples)
|
||||||
|
#t))))))
|
||||||
(home-page "https://github.com/eliben/pycparser")
|
(home-page "https://github.com/eliben/pycparser")
|
||||||
(synopsis "C parser in Python")
|
(synopsis "C parser in Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue