diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-26 18:12:31 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-29 15:28:36 +0000 |
| commit | 051252201ff802def0c671ef2b416e3f0ba4eaa2 (patch) | |
| tree | b6d75730b704c1a4ca8823ccee281055ff32c6f4 /gnu/packages | |
| parent | e4fd402e362d47293261a26c7105f7e5165fd044 (diff) | |
gnu: python-globber: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-globber):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: Ifcde6333973d4769574174c291b1876ecc2fdae6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 59c1fe1b6ae..26ab58f3b8a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27340,9 +27340,9 @@ Features include, but are not limited to: (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 - "055xf7ja7zjhxis0ab5fnfsx16fsvr5fvc6mixqybanwxh8sgfjk")))) - (build-system python-build-system) + (base32 "055xf7ja7zjhxis0ab5fnfsx16fsvr5fvc6mixqybanwxh8sgfjk")))) + (build-system pyproject-build-system) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://github.com/asharov/globber") (synopsis "Library for string matching with glob patterns") (description |
