diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-06-04 15:37:58 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-04 15:38:01 +0200 |
| commit | 3acb2b42449196249fc427f06e729b286f0a900b (patch) | |
| tree | 8bd68fb4963b83079fc41f56b7ba1fea75d7cbbe /gnu/packages/python-check.scm | |
| parent | e5dcc9a29dfa18be5b63aa6f6f456ef61dfa17fb (diff) | |
gnu: Remove python-mamba.
* gnu/packages/python-check.scm (python-mamba): Delete variable.
Fixes: guix/guix#8361
Change-Id: Iac106af739f4d00f934c5fa2343f5c22d54d25cb
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 25 |
1 files changed, 0 insertions, 25 deletions
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 | |||
| 1726 | Ruff.") | 1726 | Ruff.") |
| 1727 | (license license:expat))) | 1727 | (license license:expat))) |
| 1728 | 1728 | ||
| 1729 | (define-public python-mamba | ||
| 1730 | (package | ||
| 1731 | (name "python-mamba") | ||
| 1732 | (version "0.11.3") | ||
| 1733 | (source | ||
| 1734 | (origin | ||
| 1735 | (method git-fetch) | ||
| 1736 | (uri (git-reference | ||
| 1737 | (url "https://github.com/nestorsalceda/mamba") | ||
| 1738 | (commit (string-append "v" version)))) | ||
| 1739 | (file-name (git-file-name name version)) | ||
| 1740 | (sha256 | ||
| 1741 | (base32 "0kyqd6q216srmylklm9ryjkrxrby3b4bs1v9a5wg4aanxmalh6j7")))) | ||
| 1742 | (build-system pyproject-build-system) | ||
| 1743 | (arguments | ||
| 1744 | `(#:tests? #f)) ;No test | ||
| 1745 | (propagated-inputs (list python-clint python-coverage)) | ||
| 1746 | (native-inputs (list python-setuptools python-wheel)) | ||
| 1747 | (home-page "https://nestorsalceda.com/mamba/") | ||
| 1748 | (synopsis "Test runner for Python") | ||
| 1749 | (description | ||
| 1750 | "Mamba is a Behaviour-Driven Development tool for Python developers. | ||
| 1751 | Is heavily influenced from RSpec, Mocha, Jasmine or Ginkgo.") | ||
| 1752 | (license license:expat))) | ||
| 1753 | |||
| 1754 | (define-public python-memory-profiler | 1729 | (define-public python-memory-profiler |
| 1755 | (package | 1730 | (package |
| 1756 | (name "python-memory-profiler") | 1731 | (name "python-memory-profiler") |
