mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00
27 lines
780 B
Plaintext
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'
|