1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: python-update-checker: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-update-checker)[build-system]:
Switch to pyproject-build-system.
[native-inputs]: Remove python-black and python-flake8; add
python-setuptools.

Change-Id: I144a705205698c36c417e882a66408de2914005c
This commit is contained in:
Sharlatan Hellseher
2025-10-12 20:49:17 +01:00
parent d2338b1e08
commit f766f080ff
+6 -3
View File
@@ -28775,9 +28775,12 @@ implemented using @code{ctypes}.")
(uri (pypi-uri "update-checker" version))
(sha256
(base32 "04yb5a9mi45ax50m2m0ih6gdvkk1j7gfmy83dd58i1f59axlabba"))))
(build-system python-build-system)
(propagated-inputs (list python-requests))
(native-inputs (list python-black python-flake8 python-pytest))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
python-setuptools))
(propagated-inputs
(list python-requests))
(home-page "https://github.com/bboe/update_checker")
(synopsis "Python module that will check for package updates")
(description "This package provides a Python module that will check for