mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-readme-renderer: Update to 32.0.
* gnu/packages/python-xyz.scm (python-readme-renderer): Update to 32.0.
This commit is contained in:
parent
789ef87470
commit
aa05f6a963
1 changed files with 8 additions and 3 deletions
|
@ -25798,17 +25798,22 @@ positioning, and keyboard input.")
|
||||||
(define-public python-readme-renderer
|
(define-public python-readme-renderer
|
||||||
(package
|
(package
|
||||||
(name "python-readme-renderer")
|
(name "python-readme-renderer")
|
||||||
(version "26.0")
|
(version "32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "readme_renderer" version))
|
(uri (pypi-uri "readme_renderer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13fnrv7z3y0yfafzcjbl55cqxncvbxadr72ql4l29pgyvrqxpsfb"))))
|
"11av194kgq6mvp2afpapkb6vyn3y14gingmgsp3n10krlspvw4mm"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
(replace 'check
|
||||||
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
|
(when tests? (invoke "pytest" "-vv")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-bleach python-docutils python-pygments python-six))
|
(list python-bleach python-docutils python-pygments))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mock python-pytest))
|
(list python-mock python-pytest))
|
||||||
(home-page "https://github.com/pypa/readme_renderer")
|
(home-page "https://github.com/pypa/readme_renderer")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue