easyconfigs-it4i/p/Python/Python-2.5.6-ictce-5.2.0-bare.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

27 lines
780 B
Plaintext

name = 'Python'
version = '2.5.6'
versionsuffix = '-bare'
homepage = 'http://python.org/'
description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively."
toolchain = {'name': 'ictce', 'version': '5.2.0'}
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/']
sources = [SOURCE_TGZ]
patches = ['Python-%(version)s_svnversion-cmd.patch']
dependencies = [
('bzip2', '1.0.6'),
('zlib', '1.2.7'),
('libreadline', '6.2'),
('ncurses', '5.9'),
# ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons
]
osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')]
moduleclass = 'lang'