~ruther/guix-local

e2438542676a700bcad167eb5be11e94c7360e0b — Sharlatan Hellseher 6 months ago f41d7cc
gnu: python-svgutils: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-svgutils)[build-system]: Switch to
pyproject-build-system.
[arguments] <tests?>: No tests in PyPI archive.
[native-inputs]: Add python-setuptools.

Change-Id: Ic84b861d21605e1ecb2917552f439784585594e9
1 files changed, 6 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +6 -3
@@ 30927,9 30927,12 @@ that may need or want to use SVG files as geometric data.")
       (method url-fetch)
       (uri (pypi-uri "svgutils" version))
       (sha256
        (base32
         "0lz0w2ajdvwd269a7ppnzawmx8px0116j0nx8xvhlihxrd28zx4y"))))
    (build-system python-build-system)
        (base32 "0lz0w2ajdvwd269a7ppnzawmx8px0116j0nx8xvhlihxrd28zx4y"))))
    (build-system pyproject-build-system)
    (arguments
     (list #:tests? #f))         ;no test in PyPI archive, depend on Nose
    (native-inputs
     (list python-setuptools))
    (propagated-inputs
     (list python-lxml))
    (home-page "https://svgutils.readthedocs.io")