diff --git a/Golden_Repo/h/hypothesis/hypothesis-6.14.6-GCCcore-11.2.0.eb b/Golden_Repo/h/hypothesis/hypothesis-6.14.6-GCCcore-11.2.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..c0818d95bc7926c097749afe983388c385bbb127 --- /dev/null +++ b/Golden_Repo/h/hypothesis/hypothesis-6.14.6-GCCcore-11.2.0.eb @@ -0,0 +1,24 @@ +easyblock = 'PythonPackage' + +name = 'hypothesis' +version = '6.14.6' + +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 = ['2586eae07e48b35ab5a2d61d607d29ba76939ce140c427d66ccf5db4ddc788d2'] + +builddependencies = [('binutils', '2.37')] + +dependencies = [('Python', '3.9.6')] + +use_pip = True +download_dep_fail = True +sanity_pip_check = True + +moduleclass = 'tools'