easyconfigs-it4i/p/pytest/pytest-6.0.1-intel-2020a-Python-3.8.2.eb
Lukáš Krupčík 2e84da0024 modified: a/arpack-ng/arpack-ng-3.5.0-intel-2020a.eb
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
2020-09-02 08:35:15 +02:00

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'