diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-01 00:41:41 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-07 18:33:36 +0100 |
| commit | 35f2fd68b0d1123ccb49c6b7884abab0cde4987d (patch) | |
| tree | a122e21dd045eafecd7e3a1e700f317001b34c22 /gnu/packages/python-xyz.scm | |
| parent | 2484aec81eb1f8fcca0e70fb481023c28a4726f5 (diff) | |
gnu: python-case: Move to (gnu packages python-check).
* /gnu/packages/python-xyz.scm (python-case): Move from here…
* gnu/packages/python-check.scm (python-case): …to here.
Change-Id: I59379226031edbd4dc63c70f15725b488668d05c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d4a39b7d29..ccbdac144a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5348,29 +5348,6 @@ for additional processing.") "Fastprogress is a progress bar for Jupyter Notebook and console.") (license license:asl2.0))) -(define-public python-case - (package - (name "python-case") - (version "1.5.3") - (source - (origin - (method url-fetch) - (uri (pypi-uri "case" version)) - (sha256 - (base32 - "1cagg06vfph864s6l5jb0zqliwxh647bki8j6lf4a4qrv40jnhs8")))) - (build-system pyproject-build-system) - (propagated-inputs - (list python-mock python-nose python-six)) - (native-inputs - (list python-setuptools python-wheel)) - (home-page "https://github.com/celery/case") - (synopsis "Unittest utilities and convenience methods") - (description - "The @code{case} package provides utilities on top of unittest, including -some helpful Python 2 compatibility convenience methods.") - (license license:bsd-3))) - (define-public python-verboselogs (package (name "python-verboselogs") |
