~ruther/guix-local

cf5795c4cb79737e1135cea587cc40b294cbc336 — Sharlatan Hellseher 2 months ago 461eaba
gnu: python-cligj: Switch to pypproject.

* gnu/packages/python-xyz.scm (python-cligj):
[build-system]: Switch to pypproject-build-system.
[native-inputs]: Remove python-pytest-cov; add python-pytest and
python-setuptools.

Change-Id: I9c1f1ab5f4689eb2443b6720bbe111e291bc3df6
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -3
@@ 7927,11 7927,12 @@ connecting ClickHouse to Python, Pandas, and Superset.")
        (sha256
          (base32
            "09vbkik6kyn6yrqzl2r74vaybjk8kjykvi975hy3fsrm4gb17g54"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (native-inputs
      (list python-pytest
            python-setuptools))
    (propagated-inputs
      (list python-click))
    (native-inputs
      (list python-pytest-cov))
    (home-page "https://github.com/mapbox/cligj")
    (synopsis "Click params for command line interfaces to GeoJSON")
    (description