easyconfigs-it4i/ARCHIVE/w/wxPython/wxPython-3.0.2.0-intel-2016a-Python-2.7.11.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

37 lines
1.0 KiB
Plaintext

name = 'wxPython'
version = '3.0.2.0'
versionsuffix = "-Python-%(local_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'