diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-22 01:17:11 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:32:10 +0100 |
| commit | 7b1f7c7e8c812e8000e1d53b247e0ca0b9518f60 (patch) | |
| tree | 6ee0ef6bf23cc2bf314f1c497da010ec6f6cde95 /gnu/packages/python-xyz.scm | |
| parent | 56a1addaeddda66a7f0b60ff46c10e8f3d0edabd (diff) | |
gnu: python-clint: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-clint):
[arguments]<#:phases>: Delete 'check phase.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I02ebd2b167dc9dafa3af44f2ed588b713279bba2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5dfe89e9c2..03ffbea491 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20163,14 +20163,9 @@ minimal and fast API targeting the following uses: (sha256 (base32 "1an5lkkqk1zha47198p42ji3m94xmzx1a03dn7866m87n4r4q8h5")))) - (build-system python-build-system) - (arguments - '(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda _ (invoke "py.test" "-v")))))) + (build-system pyproject-build-system) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools python-wheel)) (propagated-inputs (list python-args)) (home-page "https://github.com/kennethreitz/clint") |
