Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
e7d89210
Commit
e7d89210
authored
3 years ago
by
Sebastian Achilles
Browse files
Options
Downloads
Patches
Plain Diff
adding easyconfigs: hypothesis-6.14.6-GCCcore-11.2.0.eb
parent
a5266cc9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/h/hypothesis/hypothesis-6.14.6-GCCcore-11.2.0.eb
+24
-0
24 additions, 0 deletions
Golden_Repo/h/hypothesis/hypothesis-6.14.6-GCCcore-11.2.0.eb
with
24 additions
and
0 deletions
Golden_Repo/h/hypothesis/hypothesis-6.14.6-GCCcore-11.2.0.eb
0 → 100644
+
24
−
0
View file @
e7d89210
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'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment