easyconfigs-it4i/g/greenlet/greenlet-0.4.15-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

25 lines
528 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'greenlet'
version = '0.4.15'
homepage = 'https://pypi.python.org/pypi/greenlet'
description = 'Greenlets are lightweight coroutines for in-process concurrent programming.'
toolchain = {'name': 'Py', 'version': '2.7'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
#ependencies = [
# ('MarkupSafe', '1.0'),
#
sanity_check_paths = {
'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg-info'],
'dirs': [],
}
moduleclass = 'python'