GNU bug report logs - #28364
[PATCH] gnu: Add python-betamax-matchers.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Wed, 6 Sep 2017 08:19:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28364 in the body.
You can then email your comments to 28364 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#28364; Package guix-patches. (Wed, 06 Sep 2017 08:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 06 Sep 2017 08:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-betamax-matchers.
Date: Wed, 06 Sep 2017 11:18:04 +0300
[0001-gnu-Add-python-betamax-matchers.patch (text/x-patch, inline)]
From 77ab5817e700319114c9b472229844c6388fdce4 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Wed, 6 Sep 2017 10:01:23 +0300
Subject: [PATCH] gnu: Add python-betamax-matchers.

* gnu/packages/python.scm (python-betamax-matchers, python2-betamax-matchers):
  New variables.
---
 gnu/packages/python.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 346faf434..4c19d7e66 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13169,6 +13169,30 @@ replay them during future tests.  It is designed to work with python-requests.")
 (define-public python2-betamax
   (package-with-python2 python-betamax))
 
+(define-public python-betamax-matchers
+  (package
+    (name "python-betamax-matchers")
+    (version "0.4.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "betamax-matchers" version))
+       (sha256
+        (base32
+         "07qpwjyq2i2aqhz5iwghnj4pqr2ys5n45v1vmpcfx9r5mhwrsq43"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-betamax" ,python-betamax)
+       ("python-requests-toolbelt" ,python-requests-toolbelt)))
+    (home-page "https://github.com/sigmavirus24/betamax_matchers")
+    (synopsis "VCR imitation for python-requests")
+    (description "@code{betamax-matchers} provides a set of Matchers for
+Betamax.")
+    (license license:asl2.0)))
+
+(define-public python2-betamax-matchers
+  (package-with-python2 python-betamax-matchers))
+
 (define-public python-s3transfer
   (package
     (name "python-s3transfer")
-- 
2.14.1





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Fri, 08 Sep 2017 16:16:02 GMT) Full text and rfc822 format available.

Notification sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
bug acknowledged by developer. (Fri, 08 Sep 2017 16:16:02 GMT) Full text and rfc822 format available.

Message #10 received at 28364-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 28364-done <at> debbugs.gnu.org
Subject: Re: [bug#28364] [PATCH] gnu: Add python-betamax-matchers.
Date: Fri, 08 Sep 2017 18:14:51 +0200
Oleg Pykhalov <go.wigust <at> gmail.com> skribis:

>>From 77ab5817e700319114c9b472229844c6388fdce4 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Wed, 6 Sep 2017 10:01:23 +0300
> Subject: [PATCH] gnu: Add python-betamax-matchers.
>
> * gnu/packages/python.scm (python-betamax-matchers, python2-betamax-matchers):
>   New variables.

Applied!

> +    (home-page "https://github.com/sigmavirus24/betamax_matchers")
> +    (synopsis "VCR imitation for python-requests")
> +    (description "@code{betamax-matchers} provides a set of Matchers for
> +Betamax.")

Not very useful though…  :-)

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 07 Oct 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 318 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.