hypothesis-6.13.1-GCCcore-11.2.0.eb 747 B

123456789101112131415161718192021222324
  1. easyblock = 'PythonPackage'
  2. name = 'hypothesis'
  3. version = '6.13.1'
  4. homepage = "https://github.com/HypothesisWorks/hypothesis"
  5. description = """Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized
  6. by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets
  7. you find more bugs in your code with less work."""
  8. toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
  9. sources = [SOURCE_TAR_GZ]
  10. checksums = ['074e27e514b305ba0b0c6bc0037faad1abbe2ea641ab4a8ec90e12a5e3238009']
  11. builddependencies = [('binutils', '2.37')]
  12. dependencies = [('Python', '3.8.6')]
  13. use_pip = True
  14. download_dep_fail = True
  15. sanity_pip_check = True
  16. moduleclass = 'tools'