mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flask-restful: Update to 0.3.8.
* gnu/packages/patches/python-flask-restful-werkzeug-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-web.scm (python-flask-restful): Update to 0.3.8. [source](patches): New field. [native-inputs]: Remove PYTHON-SPHINX.
This commit is contained in:
parent
8f29817ed5
commit
0a044f75b5
3 changed files with 41 additions and 4 deletions
|
@ -2173,14 +2173,15 @@ pretty printer and a tree visitor.")
|
|||
(define-public python-flask-restful
|
||||
(package
|
||||
(name "python-flask-restful")
|
||||
(version "0.3.7")
|
||||
(version "0.3.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Flask-RESTful" version))
|
||||
(patches (search-patches "python-flask-restful-werkzeug-compat.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a9cbwkr6krryyzq4sd3f415nkkc6dyfls5i3pgyibs94g0hw97q"))))
|
||||
"05b9lzx5yc3wgml2bcq50lq35h66m8zpj6dc9advcb5z3acsbaay"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-aniso8601" ,python-aniso8601)
|
||||
|
@ -2191,8 +2192,7 @@ pretty printer and a tree visitor.")
|
|||
`(;; Optional dependency of Flask. Tests need it.
|
||||
("python-blinker" ,python-blinker)
|
||||
("python-mock" ,python-mock) ; For tests
|
||||
("python-nose" ,python-nose) ; For tests
|
||||
("python-sphinx" ,python-sphinx)))
|
||||
("python-nose" ,python-nose))) ;for tests
|
||||
(home-page
|
||||
"https://www.github.com/flask-restful/flask-restful/")
|
||||
(synopsis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue