From 35f2fd68b0d1123ccb49c6b7884abab0cde4987d Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 1 Aug 2025 00:41:41 +0200 Subject: gnu: python-case: Move to (gnu packages python-check). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * /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 --- gnu/packages/python-check.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 37acecc8867..ad301745073 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -364,6 +364,26 @@ all the files it generates a report.") written in pure Python.") (license license:expat))) +(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-codacy-coverage (package (name "python-codacy-coverage") -- cgit v1.3