summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-01 23:09:24 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-01-01 23:09:32 +0000
commitd3315c31efbd73e2f5e7e834cb30b99bb1f4fbec (patch)
treee2a7b0743f1c7ff9723e9ac6e07363c7b5caba4c /gnu/packages/python-check.scm
parentcce1e4bb1c877b39963ecc05e9849a59a8cd1dde (diff)
gnu: Remove python-pyux.
* gnu/packages/python-check.scm (python-pyux): Delete variable. Fixes: guix/guix#4608 Change-Id: Ibef7cc801511ee13e87793b7546e44b80cde45bf
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 1f46123c611..0328aabf6c9 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -4264,28 +4264,6 @@ framework.")
4264 "This package provides a Pytest plugin to run Xvfb for tests.") 4264 "This package provides a Pytest plugin to run Xvfb for tests.")
4265 (license license:expat))) 4265 (license license:expat)))
4266 4266
4267(define-public python-pyux
4268 (package
4269 (name "python-pyux")
4270 (version "0.0.6")
4271 (source
4272 (origin
4273 (method url-fetch)
4274 (uri (pypi-uri "pyux" version))
4275 (sha256
4276 (base32
4277 "1i17xh4dy238ibrjdgh8vn78fk5q6dj37mcznpvdfzidj57js7ca"))))
4278 (build-system pyproject-build-system)
4279 (arguments
4280 `(#:tests? #f)) ;the mini test suite fails
4281 (native-inputs
4282 (list python-pytest python-setuptools))
4283 (home-page "https://github.com/farizrahman4u/pyux")
4284 (synopsis "Utility to check API integrity in Python libraries")
4285 (description "The pyux utility detects API changes in Python
4286libraries.")
4287 (license license:expat)))
4288
4289(define-public python-re-assert 4267(define-public python-re-assert
4290 (package 4268 (package
4291 (name "python-re-assert") 4269 (name "python-re-assert")