easyconfigs-it4i/h/hypothesis/hypothesis-6.13.1-GCC-10.2.0.eb
2021-07-02 11:52:11 +02:00

26 lines
727 B
Plaintext

# IT4Innovations 2021
# LK
easyblock = 'PythonPackage'
name = 'hypothesis'
version = '6.13.1'
homepage = "https://github.com/HypothesisWorks/hypothesis"
description = """Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized
by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets
you find more bugs in your code with less work."""
toolchain = {'name': 'GCC', 'version': '10.2.0'}
sources = [SOURCE_TAR_GZ]
checksums = ['074e27e514b305ba0b0c6bc0037faad1abbe2ea641ab4a8ec90e12a5e3238009']
dependencies = [('Python', '3.8.6')]
use_pip = True
download_dep_fail = True
sanity_pip_check = True
moduleclass = 'tools'