* [bug#48454] [PATCH 1/1]: Add assay
@ 2021-05-15 20:52 Sharlatan Hellseher
2024-11-06 15:23 ` bug#48454: " Sharlatan Hellseher
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* bug#48454: [PATCH 1/1]: Add assay
2021-05-15 20:52 [bug#48454] [PATCH 1/1]: Add assay Sharlatan Hellseher
@ 2024-11-06 15:23 ` Sharlatan Hellseher
0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-11-06 15:23 UTC (permalink / raw)
To: 48454-done
[-- Attachment #1: Type: text/plain, Size: 62 bytes --]
Added in fbece5a8e0f55d00c91edf082d01e1f9778a0913.
Closing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-06 15:25 UTC | newest]
Thread overview: 2+ messages (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
2024-11-06 15:23 ` bug#48454: " 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).