easyconfigs-it4i/p/pyzmq/pyzmq-17.1.2-Py-2.7.eb
Lukáš Krupčík f1ae831b96 new file: a/argparse/argparse-1.4.0-Py-2.7.eb
modified:   b/binutils/binutils-2.27.eb
	new file:   g/greenlet/greenlet-0.4.15-Py-2.7.eb
	modified:   l/libpng/libpng-1.6.34.eb
	new file:   p/pyzmq/pyzmq-17.1.2-Py-2.7.eb
	new file:   r/Rucio/Rucio-1.18.5-Py-2.7.eb
	new file:   s/scoop/scoop-0.7.1.1-Py-2.7.eb
2018-11-26 12:10:27 +01:00

23 lines
490 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'pyzmq'
version = '17.1.2'
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'