diff options
| -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.") | |||
| 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 | ||
| 4286 | libraries.") | ||
| 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") |
