easyconfigs-it4i/s/six/six-1.11.0-Python-3.6.2-base.eb
Lukáš Krupčík ad92fa9702 modified: a/ASE/ASE-3.15.0-Python-3.6.2-base.eb
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
2018-01-03 12:13:18 +01:00

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'