mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 04:00:49 +01:00

new file: m/matplotlib/matplotlib-2.1.1-Python-3.6.2-base.eb new file: p/pyparsing/pyparsing-2.2.0-Python-3.6.2-base.eb new file: p/python-dateutil/python-dateutil-2.6.1-Python-3.6.2-base.eb modified: s/scipy/scipy-1.0.0-Python-3.6.2-base.eb new file: s/six/six-1.11.0-Python-3.6.2-base.eb deleted: a/ASE/.ASE-3.15.0-Python-3.6.2-base.eb.swp
26 lines
559 B
Plaintext
26 lines
559 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'six'
|
|
version = '1.11.0'
|
|
versionsuffix = "-Python-%(pyver)s-base"
|
|
|
|
homepage = 'https://github.com/benjaminp/six'
|
|
description = 'Python 2 and 3 compatibility library.'
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['https://github.com/benjaminp/six/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('Python', '3.6.2', '-base'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|