unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 48454@debbugs.gnu.org
Subject: [bug#48454] [PATCH 1/1]: Add assay
Date: Sat, 15 May 2021 20:52:17 +0000	[thread overview]
Message-ID: <CAO+9K5rTZU_tF3BMS9Q2_bjfb9BSpqn=GsrrqT_c_c03PA911w@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-Add-assay.patch --]
[-- Type: text/x-patch, Size: 1560 bytes --]

From 7887efb4854ce131e67ba64e559b91317e843886 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 5 May 2021 23:05:39 +0100
Subject: [PATCH] gnu: Add assay

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

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 01922b0d9d..cdbeb8fbfc 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1389,3 +1389,25 @@ allows one to create a set of tests using @emph{pairwise combinations} method,
 reducing a number of combinations of variables into a lesser set that covers
 most situations.")
     (license license:expat)))
+
+(define-public python-assay
+  (let ((commit "d61a16e060c50f9c1a97df84ad9960825031915e")
+        (revision "1"))
+    (package
+     (name "python-assay")
+     (version (git-version "0.0.0" revision commit))
+     (source
+      (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/brandon-rhodes/assay")
+             (commit commit)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0shcbchwcdq1qqv8grfj34ap92mfm6l0hs9q69jb8gshnhsl8p7r"))))
+     (build-system python-build-system)
+     (home-page "https://github.com/brandon-rhodes/assay")
+     (synopsis "Python testing framework")
+     (description
+      "Simple experimental Python testing framework")
+     (license license:expat))))
-- 
2.31.1


                 reply	other threads:[~2021-05-15 20:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CAO+9K5rTZU_tF3BMS9Q2_bjfb9BSpqn=GsrrqT_c_c03PA911w@mail.gmail.com' \
    --to=sharlatanus@gmail.com \
    --cc=48454@debbugs.gnu.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).