From a49741064a1901ee0262175b8d78bdb1b62f7fb4 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 5 Oct 2025 13:53:09 +0200 Subject: [PATCH] gnu: python-isoweek: Switch to pyproject. * gnu/packages/python-xyz.scm (python-isoweek): [build-system]: Switch to pyproject-build-system. [arguments]<#:test-backend>: Set it. [native-inputs]: Add python-setuptools. Change-Id: Ic3a9a6859a945ca811c94442c518f32bcd462628 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8696916da7d612c9d89ba00ea9b9b4190f50f33f..9df03f43ca79ff51fbf55a4cdd0a55c6b5a6081e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28445,9 +28445,10 @@ Examples are: (method url-fetch) (uri (pypi-uri "isoweek" version)) (sha256 - (base32 - "1s7zsf0pab0l9gn6456qadnz5i5h90hafcjwnhx5mq23qjxggwvk")))) - (build-system python-build-system) + (base32 "1s7zsf0pab0l9gn6456qadnz5i5h90hafcjwnhx5mq23qjxggwvk")))) + (build-system pyproject-build-system) + (arguments (list #:test-backend #~'unittest)) + (native-inputs (list python-setuptools)) (home-page "https://github.com/gisle/isoweek") (synopsis "Objects representing a week") (description "The @code{isoweek} module provide the class Week that