mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-bleach: Update to 5.0.1.
* gnu/packages/python-xyz.scm (python-bleach): Update to 5.0.1. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase.
This commit is contained in:
parent
e118b92cfe
commit
030a90bf9c
1 changed files with 3 additions and 8 deletions
|
@ -14276,19 +14276,14 @@ systems, as a command line tool, and as a Python library.")
|
||||||
(define-public python-bleach
|
(define-public python-bleach
|
||||||
(package
|
(package
|
||||||
(name "python-bleach")
|
(name "python-bleach")
|
||||||
(version "5.0.0")
|
(version "5.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "bleach" version))
|
(uri (pypi-uri "bleach" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rc5avysbsl3w3i2qvb6522263zhwlvf50w0ifs8776w9c2wrmn6"))))
|
(base32 "0p089853pkwzf1j2zjlmw67pwbkk0whpzfx9dbrd56zb8xf2a0qd"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
'(#:phases (modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests? (invoke "pytest" "-vv")))))))
|
|
||||||
(propagated-inputs (list python-tinycss2 python-webencodings))
|
(propagated-inputs (list python-tinycss2 python-webencodings))
|
||||||
(native-inputs (list python-pytest))
|
(native-inputs (list python-pytest))
|
||||||
(home-page "https://github.com/mozilla/bleach")
|
(home-page "https://github.com/mozilla/bleach")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue