emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42364: closed ([PATCH] gnu: Add python-robber.)


From: GNU bug Tracking System
Subject: bug#42364: closed ([PATCH] gnu: Add python-robber.)
Date: Thu, 24 Sep 2020 15:51:02 +0000

Your message dated Thu, 24 Sep 2020 17:49:59 +0200
with message-id <87r1qr5g48.fsf@gnu.org>
and subject line Re: [bug#42364] [PATCH v3] gnu: Add python-robber.
has caused the debbugs.gnu.org bug report #42364,
regarding [PATCH] gnu: Add python-robber.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42364: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42364
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-robber. Date: Wed, 15 Jul 2020 14:28:32 +0200
* gnu/packages/python-xyz.scm (python-robber): New variable.
---
 gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 15d9e097c5..f6afb73fcb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3522,6 +3522,26 @@ designed to be used by Robot Framework and tools and 
libraries in its
 ecosystem, but can naturally be used also by other projects.")
     (license license:asl2.0)))
 
+(define-public python-robber
+  (package
+    (name "python-robber")
+    (version "1.1.5")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "robber" version))
+              (sha256
+               (base32
+                "0xp5csgv2g9q38hscml6bc5i1nm4xy5lzqqiimm2drxsf0hw2nq5"))))
+    (build-system python-build-system)
+    (arguments '(#:tests? #f))  ; no tests
+    (propagated-inputs
+     `(("python-mock" ,python-mock)
+       ("python-termcolor" ,python-termcolor)))
+    (home-page "https://github.com/vesln/robber.py";)
+    (synopsis "BDD / TDD assertion library for Python")
+    (description "Robber is a BDD / TDD assertion library for Python.")
+    (license license:expat)))
+
 (define-public python-robotframework
   (package
     (name "python-robotframework")
-- 
2.27.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42364] [PATCH v3] gnu: Add python-robber. Date: Thu, 24 Sep 2020 17:49:59 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi,

Tanguy Le Carrour <tanguy@bioneland.org> skribis:

> * gnu/packages/python-xyz.scm (python-robber): New variable.

[...]

> +    (synopsis "BDD / TDD assertion library for Python")
> +    (description "Robber is a BDD / TDD assertion library for Python.")

I tweaked these and applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]