1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2025-12-15 13:07:39 +00:00
committed by Andreas Enge
parent 461eaba666
commit cf5795c4cb

View File

@@ -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