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': 'goolf', 'version': '1.4.10'} 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'