mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-09 00:12:12 +01:00

new file: g/gperftools/gperftools-2.8-GCCcore-9.3.0.eb modified: l/LAMMPS/LAMMPS-20200505-intel-2020a.eb modified: n/netCDF/netCDF-4.7.3-intel-2020a.eb new file: p/pytest/pytest-6.0.1-intel-2020a-Python-3.8.2.eb deleted: c/CGAL/CGAL-4.11.1-intel-2020a.eb deleted: p/pytest/pytest-6.0.1-Python-3.8.2.eb
30 lines
531 B
Plaintext
30 lines
531 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 = 'python'
|