VER_MAJOR = 2 # The first three must match wxWidgets
VER_MINOR = 5
VER_RELEASE = 2
-VER_SUBREL = 8 # wxPython release num for x.y.z release of wxWidgets
+VER_SUBREL = 9 # wxPython release num for x.y.z release of wxWidgets
VER_FLAGS = "p" # release flags, such as prerelease num, unicode, etc.
DESCRIPTION = "Cross platform GUI toolkit for Python"
swig_deps = [ opj(WXPY_SRC, 'src/my_typemaps.i'),
+ opj(WXPY_SRC, 'src/my_fragments.i'),
opj(WXPY_SRC, 'src/common.swg'),
opj(WXPY_SRC, 'src/pyrun.swg'),
+ opj(WXPY_SRC, 'src/python.swg'),
]
depends = [ #'include/wx/wxPython/wxPython.h',