[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: Add python-mamba.
From: |
guix-commits |
Subject: |
06/07: gnu: Add python-mamba. |
Date: |
Tue, 21 Jul 2020 12:43:14 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0c50cad2381e6b3c4189b9ff56ff3df63b289dc7
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Thu Jul 16 14:25:30 2020 +0200
gnu: Add python-mamba.
* gnu/packages/python-xyz.scm (python-mamba): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8350e4e..5969384 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14538,6 +14538,28 @@ in other versions.")
(define-public python2-configparser
(package-with-python2 python-configparser))
+(define-public python-mamba
+ (package
+ (name "python-mamba")
+ (version "0.11.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "mamba" version))
+ (sha256
+ (base32
+ "0bpbgz9v63rpanjjpc8bnvrr8fkms5rzylh77xrcki1x6az7gnsz"))))
+ (build-system python-build-system)
+ (arguments `(#:tests? #f)) ; No test
+ (propagated-inputs
+ `(("python-clint" ,python-clint)
+ ("python-coverage" ,python-coverage)))
+ (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-mando
(package
(name "python-mando")
- branch master updated (2313be9 -> 0a93e8c), guix-commits, 2020/07/21
- 01/07: doc: Mention the 'savannah' updater., guix-commits, 2020/07/21
- 03/07: lint: source: Always return a list., guix-commits, 2020/07/21
- 02/07: upstream: 'download-tarball' gracefully handles missing signatures., guix-commits, 2020/07/21
- 04/07: git-authenticate: Show fingerprint in missing-key error message., guix-commits, 2020/07/21
- 05/07: gnu: g-golf: Update to git revision 804., guix-commits, 2020/07/21
- 06/07: gnu: Add python-mamba.,
guix-commits <=
- 07/07: gnu: Add python-isbnlib., guix-commits, 2020/07/21