easyconfigs-it4i/a/attrs/attrs-19.1.0-Py-3.6.eb
Lukáš Krupčík 588ae96583 new file: a/attrs/attrs-19.1.0-Py-3.6.eb
modified:   i/IPython/IPython-7.7.0-Py-3.6.eb
	modified:   j/jupyter/jupyter-1.0.0-Py-3.6.eb
	new file:   s/SDE/SDE-8.35.0.eb
	deleted:    j/jupyter-notebook/jupyter-notebook-1.0.0-Py-3.6.eb
	deleted:    n/notebook/notebook-6.0.2-Py-3.6.eb
2019-11-11 09:39:14 +01:00

24 lines
444 B
Plaintext

# IT4Innovations 2019
easyblock = 'PythonPackage'
name = 'attrs'
version = '19.1.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'