easyconfigs-it4i/p/pyzmq/pyzmq-16.0.4-Py-2.7.eb
Lukáš Krupčík 88a59d21f3 new file: b/Boost/Boost-1.66.0-foss-2017a-Py-2.7.eb
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
2018-02-09 09:09:24 +01:00

23 lines
490 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'pyzmq'
version = '16.0.4'
homepage = 'https://pypi.python.org/pypi/pyzmq'
description = 'Python bindings for 0MQ.'
toolchain = {'name': 'Py', 'version': '2.7'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
options = {'modulename': 'zmq'}
sanity_check_paths = {
'dirs': ['lib/python2.7/site-packages/zmq'],
'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg-info'],
}
moduleclass = 'python'