mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00

new file: b/backports_abc/backports_abc-0.5-Py-2.7.eb new file: c/certifi/certifi-2018.1.18-Py-2.7.eb new file: c/certifi/certifi-2018.1.18-Py-3.6.eb new file: i/ipython/ipython-6.2.1-Py-2.7.eb new file: i/ipython/ipython-6.2.1-Py-3.6.eb new file: j/Jinja2/Jinja2-2.10-Py-2.7.eb new file: l/latexcodec/latexcodec-1.0.5-Py-3.6.eb new file: m/Mako/Mako-1.0.7-Py-2.7.eb new file: m/MarkupSafe/MarkupSafe-1.0-Py-2.7.eb new file: m/monty/monty-1.0.2-Py-3.6.eb new file: m/mpmath/mpmath-1.0.0-Py-3.6.eb new file: p/PyYAML/PyYAML-3.12-Py-3.6.eb new file: p/pandas/pandas-0.22.0-Py-3.6.eb new file: p/pybtex/pybtex-0.21-Py-3.6.eb new file: p/pymatgen/pymatgen-Py-3.6.eb new file: p/pyzmq/pyzmq-16.0.4-Py-2.7.eb new file: r/requests/requests-2.18.4-Py-3.6.eb new file: r/ruamel.yaml/ruamel.yaml-0.15.35-Py-3.6.eb new file: s/singledispatch/singledispatch-3.4.0.3-Py-2.7.eb new file: s/sympy/sympy-1.1.1-Py-3.6.eb modified: t/TRIQS/TRIQS-1.4.1-foss-2017a.eb new file: t/tornado/tornado-4.5.3-Py-2.7.eb new file: u/urllib3/urllib3-1.22-Py-3.6.eb new file: v/virtualenv/virtualenv-15.1.0-Py-2.7.eb
25 lines
490 B
Plaintext
25 lines
490 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'ipython'
|
|
version = '6.2.1'
|
|
|
|
homepage = 'https://pypi.python.org/pypi/ipython'
|
|
description = 'IPython: Productive Interactive Computing.'
|
|
|
|
toolchain = {'name': 'Py', 'version': '2.7'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
#dependencies = [
|
|
# ('MarkupSafe', '1.0'),
|
|
#]
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
|
|
}
|
|
|
|
moduleclass = 'python'
|