easyconfigs-it4i/archive/w/wxPython/wxPython-3.0.2.0-intel-2016a-Python-2.7.11.eb
2019-09-23 07:19:27 +02:00

37 lines
1.0 KiB
Plaintext

name = 'wxPython'
version = '3.0.2.0'
versionsuffix = "-Python-%(pyver)s"
homepage = 'http://www.wxpython.org'
description = """wxPython is a GUI toolkit for the Python programming language.
It allows Python programmers to create programs with a robust,
highly functional graphical user interface, simply and easily.
It is implemented as a Python extension module (native code)
that wraps the popular wxWidgets cross platform GUI library,
which is written in C++."""
toolchain = {'name': 'intel', 'version': '2016a'}
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%(name)s-src-%(version)s.tar.bz2']
patches = ['%(name)s_%(version)s_intel.patch']
dependencies = [
('Python', '2.7.11'),
('libpng', '1.6.21'),
('zlib', '1.2.8'),
('libjpeg-turbo', '1.4.2'),
('LibTIFF', '4.0.6'),
('expat', '2.1.0'),
('GTK+', '2.24.28'),
('GConf', '3.2.6'),
('GST-plugins-base', '0.10.36'),
('Mesa', '11.1.2'),
('libGLU', '9.0.0'),
('libSM', '1.2.2'),
('libXxf86vm', '1.1.4'),
]
moduleclass = 'vis'