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

new file: m/mumax/mumax-3.10beta-CUDA-10.2.89.eb new file: m/mumax/mumax-3.9.3-CUDA-10.2.89.eb new file: m/mumax/mumax-go.patch new file: m/mumax/mumax-new-cuda.patch modified: p/Py/Py-2.7.eb new file: p/Python/Python-system.eb new file: r/rpmrebuild/rpmrebuild-2.14.eb new file: w/wheel/wheel-0.33.4-Py-system.eb
21 lines
432 B
Plaintext
21 lines
432 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'wheel'
|
|
version = '0.33.4'
|
|
|
|
homepage = 'https://pypi.python.org/pypi/wheel'
|
|
description = 'A built-package format for Python.'
|
|
|
|
toolchain = {'name': 'Py', 'version': 'system'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
|
|
}
|
|
|
|
moduleclass = 'python'
|