py-wxPython40 aka Phoenix is a reborn of wxPython and in particular it allows to use wxWidgets with Python3. - Add x11-toolkits/py-wxPython40 - Replace wxPython30 by wxPython40 when python wxWidgets is required - Fix cad/kicad and cad/kicad-devel to use wxPython40 "Phoenix" - Update comms/congruity, graphics/py-mayavi from wx 2.8 to 3.0 - While I'm here fix portlint per emulators/playonbsd - Remove RUN_DEPENDS from USE_WX per graphics/djvusmooth - Bump portversion - Fix unicode on x11-toolkits/wxgtk30 and take Maintainer'ship PR: 241893 Reviewed by: koobs, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21915 Exp-run by: antoine
7 lines
366 B
Text
7 lines
366 B
Text
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++.
|
|
|
|
WWW: http://www.wxpython.org
|