guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add python-shouldbe.


From: guix-commits
Subject: 02/04: gnu: Add python-shouldbe.
Date: Mon, 20 Jan 2020 07:51:28 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 9786258b4d6aabd686187c7eae9af5dfb523893a
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Mon Jan 13 08:46:49 2020 +0100

    gnu: Add python-shouldbe.
    
    * gnu/packages/python-xyz.scm (python-shouldbe): New variable.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 887c336..eb61d82 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17201,3 +17201,25 @@ and cuts down boilerplate code when testing libraries 
for asyncio.")
     (synopsis "Patch python built-in objects")
     (description "This project allows Python code to extend built-in types.")
     (license (list license:gpl3+ license:expat))))
+
+(define-public python-shouldbe
+  (package
+    (name "python-shouldbe")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "shouldbe" version))
+       (sha256
+        (base32
+         "16zbvjxf71dl4yfbgcr6idyim3mdrfvix1dv8b95p0s9z07372pj"))))
+    (build-system python-build-system)
+    (propagated-inputs
+      `(("python-forbiddenfruit" ,python-forbiddenfruit)))
+    (native-inputs
+     `(("python-nose" ,python-nose)))
+    (home-page "https://github.com/directxman12/should_be";)
+    (synopsis "Python Assertion Helpers inspired by Shouldly")
+    (description
+     "Python Assertion Helpers inspired by Shouldly.")
+    (license license:isc)))



reply via email to

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