easyconfigs-it4i/a/attrs/attrs-14.4.0-Py-3.6.eb
Lukáš Krupčík 4a78fe201f new file: a/attrs/attrs-14.4.0-Py-3.6.eb
new file:   p/pluggy/pluggy-0.6.0-Py-3.6.eb
	new file:   p/pytest/pytest-3.3.2-Py-3.6.eb
	modified:   s/scipy/scipy-1.0.0-Py-3.6.eb
2018-01-08 13:53:38 +01:00

24 lines
444 B
Plaintext

# IT4Innovations 2018
easyblock = 'PythonPackage'
name = 'attrs'
version = '17.4.0'
homepage = 'http://www.attrs.org/'
description = 'Classes Without Boilerplate'
toolchain = {'name': 'Py', 'version': '3.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
options = {'modulename': 'attr'}
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
}
moduleclass = 'python'