123456789101112131415161718192021222324 |
- 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': 'GCCcore', 'version': '11.2.0'}
- sources = [SOURCE_TAR_GZ]
- checksums = ['074e27e514b305ba0b0c6bc0037faad1abbe2ea641ab4a8ec90e12a5e3238009']
- builddependencies = [('binutils', '2.37')]
- dependencies = [('Python', '3.8.6')]
- use_pip = True
- download_dep_fail = True
- sanity_pip_check = True
- moduleclass = 'tools'
|