unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Antero Mejr via Guix-patches via <guix-patches@gnu.org>
To: 63814@debbugs.gnu.org
Subject: [bug#63814] [PATCH 1/6] gnu: Add subunit.
Date: Wed, 31 May 2023 19:27:01 +0000	[thread overview]
Message-ID: <20230531192706.17155-1-antero@mailbox.org> (raw)
In-Reply-To: <20230531192350.17026-1-antero@mailbox.org>

* gnu/packages/check.scm (subunit): New variable.
---
 gnu/packages/check.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 87728fefa3..4acac531c2 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3554,3 +3554,36 @@ (define-public guile-proba
 to run test collections, and a library that includes a test runner and
 helpers for writing tests.")
     (license license:public-domain)))
+
+(define-public subunit
+  (package
+    (name "subunit")
+    (version "1.4.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/testing-cabal/subunit")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "16n1zxwnmhb7vzixngvmm5zzk4q5jaqqjwyr6pr6w0ys60b7xja3"))))
+    (build-system gnu-build-system)
+    (native-inputs (list autoconf
+                         automake
+                         check
+                         cppunit
+                         libtool
+                         pkg-config
+                         python-fixtures
+                         python-hypothesis
+                         python-testscenarios))
+    (inputs (list perl python))
+    (propagated-inputs (list python-testtools))
+    (home-page "https://github.com/testing-cabal/subunit")
+    (synopsis "Test reporting and control protocol")
+    (description
+     "Subunit is a streaming protocol for test results.  Subunit comes with
+command line filters to process a subunit stream and language bindings for
+Python, C, C++ and shell.  Bindings are easy to write for other languages.")
+    (license (list license:asl2.0 license:bsd-3)))) ;user can pick
-- 
2.39.2





  reply	other threads:[~2023-05-31 19:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-31 19:23 [bug#63814] [PATCH 0/6] gnu: Add le-biniou Antero Mejr via Guix-patches via
2023-05-31 19:27 ` Antero Mejr via Guix-patches via [this message]
2023-05-31 19:27   ` [bug#63814] [PATCH 2/6] gnu: Add orcania Antero Mejr via Guix-patches via
2023-05-31 19:27   ` [bug#63814] [PATCH 3/6] gnu: Add yder Antero Mejr via Guix-patches via
2023-05-31 19:27   ` [bug#63814] [PATCH 4/6] gnu: Add ulfius Antero Mejr via Guix-patches via
2023-05-31 19:27   ` [bug#63814] [PATCH 5/6] gnu: Add le-biniou-data Antero Mejr via Guix-patches via
2023-05-31 19:27   ` [bug#63814] [PATCH 6/6] gnu: Add le-biniou Antero Mejr via Guix-patches via
2023-06-24 15:05 ` bug#63814: [PATCH 0/6] " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230531192706.17155-1-antero@mailbox.org \
    --to=guix-patches@gnu.org \
    --cc=63814@debbugs.gnu.org \
    --cc=antero@mailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).