From 3acb2b42449196249fc427f06e729b286f0a900b Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 4 Jun 2026 15:37:58 +0200 Subject: gnu: Remove python-mamba. * gnu/packages/python-check.scm (python-mamba): Delete variable. Fixes: guix/guix#8361 Change-Id: Iac106af739f4d00f934c5fa2343f5c22d54d25cb --- gnu/packages/python-check.scm | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 6df96a5e8b2..04d8e477004 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1726,31 +1726,6 @@ adds linting, code actions and formatting capabilities that are provided by Ruff.") (license license:expat))) -(define-public python-mamba - (package - (name "python-mamba") - (version "0.11.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/nestorsalceda/mamba") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0kyqd6q216srmylklm9ryjkrxrby3b4bs1v9a5wg4aanxmalh6j7")))) - (build-system pyproject-build-system) - (arguments - `(#:tests? #f)) ;No test - (propagated-inputs (list python-clint python-coverage)) - (native-inputs (list python-setuptools python-wheel)) - (home-page "https://nestorsalceda.com/mamba/") - (synopsis "Test runner for Python") - (description - "Mamba is a Behaviour-Driven Development tool for Python developers. - Is heavily influenced from RSpec, Mocha, Jasmine or Ginkgo.") - (license license:expat))) - (define-public python-memory-profiler (package (name "python-memory-profiler") -- cgit v1.2.3