1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 00:25:58 +02:00

gnu: python-style: Switch to pyproject.

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

Change-Id: I79a4dff8a1a90a850986159802bcf8b7f7c1d9bd
This commit is contained in:
Sharlatan Hellseher
2025-10-25 11:52:33 +01:00
parent e243854267
commit f5664f96cb
+5 -1
View File
@@ -34871,7 +34871,11 @@ Python CLI apps.")
(uri (pypi-uri "style" version))
(sha256
(base32 "1dcfb578v9mrwh92rgms87gql0gp4vgj6l9hpgyfg0wbd3rh3bfh"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ;no tests in PyPI, package is 6y old
(native-inputs
(list python-setuptools))
(home-page "https://github.com/lmittmann/style")
(synopsis "Terminal string styling")
(description