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

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
23 lines
490 B
Plaintext
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'
|