diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-01 23:09:24 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-01 23:09:32 +0000 |
| commit | d3315c31efbd73e2f5e7e834cb30b99bb1f4fbec (patch) | |
| tree | e2a7b0743f1c7ff9723e9ac6e07363c7b5caba4c /gnu/packages/python-check.scm | |
| parent | cce1e4bb1c877b39963ecc05e9849a59a8cd1dde (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.scm | 22 |
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.") "This package provides a Pytest plugin to run Xvfb for tests.") (license license:expat))) -(define-public python-pyux - (package - (name "python-pyux") - (version "0.0.6") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pyux" version)) - (sha256 - (base32 - "1i17xh4dy238ibrjdgh8vn78fk5q6dj37mcznpvdfzidj57js7ca")))) - (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 -libraries.") - (license license:expat))) - (define-public python-re-assert (package (name "python-re-assert") |
