summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2025-12-19 19:20:51 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-27 17:24:44 +0000
commit3916b479f7bb4cd0ccbf294898191b26672b93f1 (patch)
treefcb8a71213724b6ef2b124735bfbcc5cd943411c /gnu/packages/python-check.scm
parenta326afb85ff8cb02a0be5b72bd096c914912cee2 (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.scm4
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.")
4214 (sha256 4214 (sha256
4215 (base32 4215 (base32
4216 "1i17xh4dy238ibrjdgh8vn78fk5q6dj37mcznpvdfzidj57js7ca")))) 4216 "1i17xh4dy238ibrjdgh8vn78fk5q6dj37mcznpvdfzidj57js7ca"))))
4217 (build-system python-build-system) 4217 (build-system pyproject-build-system)
4218 (arguments 4218 (arguments
4219 `(#:tests? #f)) ;the mini test suite fails 4219 `(#:tests? #f)) ;the mini test suite fails
4220 (native-inputs
4221 (list python-pytest python-setuptools))
4220 (home-page "https://github.com/farizrahman4u/pyux") 4222 (home-page "https://github.com/farizrahman4u/pyux")
4221 (synopsis "Utility to check API integrity in Python libraries") 4223 (synopsis "Utility to check API integrity in Python libraries")
4222 (description "The pyux utility detects API changes in Python 4224 (description "The pyux utility detects API changes in Python