guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f766f080ff1d5bfe9036668423c07212749bca13
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Oct 12 20:49:17 2025 +0100
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
---
gnu/packages/python-xyz.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 322cdada42..dccbc4172b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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