mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-15 23:05:20 +02:00
gnu: python-cairosvg: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-cairosvg): [build-system]: Move to pyproject-build-system. [arguments]: Remove field. Change-Id: Ibf6d045ddaea5f6a83c70fea2c307f25a9fed730 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
1a09cdc12e
commit
345068655b
@@ -30605,12 +30605,7 @@ information in various formats.")
|
||||
(uri (pypi-uri "CairoSVG" version))
|
||||
(sha256
|
||||
(base32 "1ylsisha2cc4w0yydxwhy7idkfw1inl9fsipxsrm7vyby080vi9z"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _ (invoke "pytest"))))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-cairocffi python-cssselect2 python-defusedxml
|
||||
python-pillow python-tinycss2))
|
||||
|
||||
Reference in New Issue
Block a user