mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +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
25 lines
528 B
Plaintext
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'
|