diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-19 19:20:51 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-27 17:24:44 +0000 |
| commit | 3916b479f7bb4cd0ccbf294898191b26672b93f1 (patch) | |
| tree | fcb8a71213724b6ef2b124735bfbcc5cd943411c /gnu/packages/python-check.scm | |
| parent | a326afb85ff8cb02a0be5b72bd096c914912cee2 (diff) | |
gnu: python-pyux: Switch to pyproject.
* gnu/packages/python-check.scm (python-pyux):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest and python-setuptools.
Change-Id: Ic1ba57fce6a1e4936a3610753229aef3ff120a2d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 6798f4a2516..05a941cfbfa 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -4214,9 +4214,11 @@ framework.") (sha256 (base32 "1i17xh4dy238ibrjdgh8vn78fk5q6dj37mcznpvdfzidj57js7ca")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments `(#:tests? #f)) ;the mini test suite fails + (native-inputs + (list python-pytest python-setuptools)) (home-page "https://github.com/farizrahman4u/pyux") (synopsis "Utility to check API integrity in Python libraries") (description "The pyux utility detects API changes in Python |
