mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00

new file: d/DynaPhoPy/DynaPhoPy-1.15-intel-2017a-Python-2.7.13-base.eb new file: d/DynaPhoPy/DynaPhoPy-1.16.3-Py-3.6.eb modified: g/GLib/GLib-2.40.0.eb new file: l/lxml/lxml-4.1.1-Py-3.6.eb new file: p/phonopy/phonopy-1.12.6.66-Py-3.6.eb modified: q/Qt5/Qt5-5.8.0-GCC-6.3.0-2.27.eb new file: s/seaborn/graph-salomon.dot new file: s/seaborn/seaborn-0.8.1-Py-3.6.eb modified: x/X11/X11-20160819.eb deleted: d/DynaPhoPy/DynaPhoPy-1.15.eb
28 lines
561 B
Plaintext
28 lines
561 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'seaborn'
|
|
version = '0.8.1'
|
|
|
|
homepage = 'https://pypi.python.org/pypi/seaborn'
|
|
description = 'Seaborn: statistical data visualization'
|
|
|
|
toolchain = {'name': 'Py', 'version': '3.6'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('numpy', '1.13.3'),
|
|
('scipy', '1.0.0'),
|
|
('matplotlib', '2.1.1'),
|
|
('pandas', '0.22.0'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
|
|
}
|
|
|
|
moduleclass = 'python'
|