[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/21: gnu: Add python-hypothesmith.
From: |
guix-commits |
Subject: |
10/21: gnu: Add python-hypothesmith. |
Date: |
Wed, 29 Jul 2020 18:58:53 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit fdc61e32601776045eb51ac9d86e38a53adb0b7e
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Mon Jul 27 10:00:48 2020 +0200
gnu: Add python-hypothesmith.
* gnu/packages/check.scm (python-hypothesmith): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/check.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index ab1839e..eb12383 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1853,6 +1853,29 @@ seamlessly into your existing Python unit testing work
flow.")
`(("python2-enum34" ,python2-enum34)
,@(package-propagated-inputs hypothesis))))))
+(define-public python-hypothesmith
+ (package
+ (name "python-hypothesmith")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "hypothesmith" version))
+ (sha256
+ (base32
+ "09331sspknv459xcyn1k0lx5flqlc6gmnwp9370pfvg4kg1zmss6"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-hypothesis" ,python-hypothesis-5.23)
+ ("python-lark-parser" ,python-lark-parser)
+ ("python-libcst" ,python-libcst)))
+ (home-page "https://github.com/Zac-HD/hypothesmith")
+ (synopsis "Strategies for generating Python programs")
+ (description
+ "This package contains hypothesis strategies for generating Python
+programs, something like CSmith, a random generator of C programs.")
+ (license license:mpl2.0)))
+
(define-public python-lit
(package
(name "python-lit")
- branch master updated (4146cf8 -> d343e0f), guix-commits, 2020/07/29
- 02/21: gnu: ungoogled-chromium: Update to 84.0.4147.105-0.cc3e311., guix-commits, 2020/07/29
- 03/21: gnu: clang: Only install cfi_blacklist.txt for versions >= 3.8., guix-commits, 2020/07/29
- 08/21: gnu: Add python-libcst., guix-commits, 2020/07/29
- 01/21: gnu: json-modern-cxx: Update to 3.9.0., guix-commits, 2020/07/29
- 04/21: gnu: Add nfs4-acl-tools., guix-commits, 2020/07/29
- 05/21: gnu: Add python-mypy-extensions., guix-commits, 2020/07/29
- 06/21: gnu: Add python-typing-inspect., guix-commits, 2020/07/29
- 07/21: gnu: Add python-hypothesis-5.23., guix-commits, 2020/07/29
- 09/21: gnu: Add python-lark-parser., guix-commits, 2020/07/29
- 10/21: gnu: Add python-hypothesmith.,
guix-commits <=
- 14/21: gnu: python-slugify: Update to 4.0.1., guix-commits, 2020/07/29
- 13/21: gnu: Add python-mypy., guix-commits, 2020/07/29
- 15/21: gnu: csvkit: Fix problem caused by the update of python-slugify., guix-commits, 2020/07/29
- 11/21: gnu: Add python-flake8-bugbear., guix-commits, 2020/07/29
- 12/21: gnu: Add python-flake8-pyi., guix-commits, 2020/07/29
- 18/21: gnu: mumble: Update to 1.3.2., guix-commits, 2020/07/29
- 16/21: gnu: python-cookiecutter: Update to 1.7.2., guix-commits, 2020/07/29
- 17/21: gnu: python-slugify: Remove unused input., guix-commits, 2020/07/29
- 21/21: gnu: python-sqlparse: Update to 0.3.1., guix-commits, 2020/07/29
- 19/21: gnu: gnunet-gtk: Update to 0.13.1., guix-commits, 2020/07/29