mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

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
24 lines
444 B
Plaintext
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'
|