unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42390] [PATCH] gnu: Add python-mamba.
@ 2020-07-16 12:25 Tanguy Le Carrour
  2020-07-21 16:41 ` bug#42390: " Ludovic Courtès
  2020-07-31  6:42 ` Tanguy Le Carrour
  0 siblings, 2 replies; 12+ messages in thread
From: Tanguy Le Carrour @ 2020-07-16 12:25 UTC (permalink / raw)
  To: 42390; +Cc: Tanguy Le Carrour

* gnu/packages/python-xyz.scm (python-mamba): New variable.
---
 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 15d9e097c5..b5485caa3a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14394,6 +14394,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")
-- 
2.27.0





^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-07-31  6:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 12:25 [bug#42390] [PATCH] gnu: Add python-mamba Tanguy Le Carrour
2020-07-21 16:41 ` bug#42390: " Ludovic Courtès
2020-07-22  7:36   ` [bug#42390] " Tanguy Le Carrour
2020-07-22 10:38     ` Ludovic Courtès
2020-07-23 19:19       ` Hartmut Goebel
2020-07-24  6:36         ` Tanguy Le Carrour
2020-07-24 13:14         ` Ludovic Courtès
2020-07-27  7:47           ` Hartmut Goebel
2020-07-27  8:10             ` Tanguy Le Carrour
2020-07-28 21:56               ` Ludovic Courtès
2020-07-29  6:52                 ` Tanguy Le Carrour
2020-07-31  6:42 ` Tanguy Le Carrour

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).