easyconfigs-it4i/p/PyYAML/PyYAML-5.3.1-Py-3.7.eb
Lukáš Krupčík 61102f5a70 new file: p/PyYAML/PyYAML-5.3.1-Py-3.7.eb
new file:   p/phonopy/phonopy-2.6.1-intel-2020a-Py-3.7.eb
	modified:   s/Score-P/Score-P-6.0-intel-2020a.eb
	new file:   w/wheel/wheel-0.34.2-Py-3.7.eb
2020-05-18 10:20:51 +02:00

31 lines
553 B
Plaintext

# JH 2019
easyblock = 'PythonPackage'
name = 'PyYAML'
version = '5.3.1'
homepage = "https://github.com/yaml/pyyaml"
description = """PyYAML is a YAML parser and emitter for the Python programming language."""
toolchain = {'name': 'Py', 'version': '3.7'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('libyaml', '0.2.2', '', True),
]
use_pip = True
download_dep_fail = True
options = {'modulename': 'yaml'}
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.7/site-packages'],
}
moduleclass = 'lib'