mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05: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 @@ (define-public python-nb-clean
|
|||
(define-public python-bleach
|
||||
(package
|
||||
(name "python-bleach")
|
||||
(version "5.0.0")
|
||||
(version "5.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "bleach" version))
|
||||
(sha256
|
||||
(base32 "0rc5avysbsl3w3i2qvb6522263zhwlvf50w0ifs8776w9c2wrmn6"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests? (invoke "pytest" "-vv")))))))
|
||||
(base32 "0p089853pkwzf1j2zjlmw67pwbkk0whpzfx9dbrd56zb8xf2a0qd"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-tinycss2 python-webencodings))
|
||||
(native-inputs (list python-pytest))
|
||||
(home-page "https://github.com/mozilla/bleach")
|
||||
|
|
Loading…
Reference in a new issue