From e7d8921099101f36f7ba0d5b2ccf46cba00f0828 Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Fri, 12 Nov 2021 12:51:09 +0100 Subject: [PATCH] adding easyconfigs: hypothesis-6.14.6-GCCcore-11.2.0.eb --- .../hypothesis-6.14.6-GCCcore-11.2.0.eb | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Golden_Repo/h/hypothesis/hypothesis-6.14.6-GCCcore-11.2.0.eb 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 000000000..c0818d95b --- /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' -- GitLab