mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00

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
31 lines
553 B
Plaintext
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'
|