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

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

bug#59190: closed ([PATCH] gnu: Add python-pytest-parawtf.)


From: GNU bug Tracking System
Subject: bug#59190: closed ([PATCH] gnu: Add python-pytest-parawtf.)
Date: Tue, 29 Nov 2022 07:24:02 +0000

Your message dated Tue, 29 Nov 2022 09:23:43 +0200
with message-id <Y4Wzfz7ylQsKtMIH@3900XT>
and subject line Re: [PATCH v2] gnu: Add python-pytest-parawtf.
has caused the debbugs.gnu.org bug report #59190,
regarding [PATCH] gnu: Add python-pytest-parawtf.
to be marked as done.

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


-- 
59190: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59190
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-pytest-parawtf. Date: Fri, 11 Nov 2022 00:37:18 -0600
* gnu/packages/python-check.scm (python-pytest-parawtf): New variable.
---
 gnu/packages/python-check.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 749902271b..ca6c2eaca8 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -16,6 +16,7 @@
 ;;; Copyright © 2022 Malte Frank Gerdes <malte.f.gerdes@gmail.com>
 ;;; Copyright © 2022 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2022 Tomasz Jeneralczyk <tj@schwi.pl>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2439,6 +2440,25 @@ (define-public python-sybil
 provided for the main Python test runners.")
     (license license:expat)))
 
+(define-public python-pytest-parawtf
+  (package
+    (name "python-pytest-parawtf")
+    (version "1.0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "pytest-parawtf" version))
+              (sha256
+               (base32
+                "08s86hy58lvrd90cnayzydvac4slaflj0ph9yknakcc42anrm023"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-pytest))
+    (home-page "https://bitbucket.org/flub/pytest-parawtf";)
+    (synopsis "Finally spell paramete?ri[sz]e correctly")
+    (description 
+"@code{python-pytest} uses one of four different spellings of
+parametrize.  This plugin allows you to use all four.")
+    (license license:expat)))
+
 (define-public python-pytest-httpx
   (package
     (name "python-pytest-httpx")
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2] gnu: Add python-pytest-parawtf. Date: Tue, 29 Nov 2022 09:23:43 +0200
Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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