mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: n/NAMD/NAMD-2.9-intel-2017c-mpi.eb new file: p/PSI4/PSI4-1.3.2-intel-2020a-Python-3.8.2-karolina.eb new file: p/pybind11/pybind11-2.7.1-GCCcore-10.2.0.eb modified: p/pytest/pytest-6.0.1-intel-2020a-Python-3.8.2.eb new file: s/SciPy-bundle/SciPy-bundle-2020.03-AOCC-3.1.0-OAMD-2021a.eb new file: s/SciPy-bundle/test-SciPy-bundle-2021.10-AOCC-3.1.0-OAMD-2021a.eb
30 lines
528 B
Plaintext
30 lines
528 B
Plaintext
# JH 2020
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'pytest'
|
|
version = '6.0.1'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = 'http://pytest.org'
|
|
description = 'Simple powerful testing with Python'
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020a'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
#download_dep_fail = True
|
|
use_pip = False
|
|
|
|
dependencies = [
|
|
('Python', '3.8.2'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.8/site-packages/%(name)s-%(version)s-py3.8.egg'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|