unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48454] [PATCH 1/1]: Add assay
@ 2021-05-15 20:52 Sharlatan Hellseher
  0 siblings, 0 replies; only message in thread
From: Sharlatan Hellseher @ 2021-05-15 20:52 UTC (permalink / raw)
  To: 48454

[-- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-15 20:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-15 20:52 [bug#48454] [PATCH 1/1]: Add assay Sharlatan Hellseher

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).