easyconfigs-it4i/w/wheel/wheel-0.34.2-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

21 lines
429 B
Plaintext

# IT4Innovations 2020
easyblock = "PythonPackage"
name = 'wheel'
version = '0.34.2'
homepage = 'https://pypi.python.org/pypi/wheel'
description = 'A built-package format for Python.'
toolchain = {'name': 'Py', 'version': '3.7'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.7/site-packages/%(name)s-%(version)s-py3.7.egg'],
}
moduleclass = 'python'