Version: 3.0.2.0, Package name: py-wxPython-3.0.2.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
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++. |
Filesize: 56938.422 KB |
Version History (View Complete History) |
|
2021-11-18 09:22:37 by Omar Polo | Files touched by this commit (2) |
Log message: disable the webview to avoid the dependency on the newly added wxWidgets-webkit spotted by naddy@, ok sthen@ |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-01-21 07:33:26 by Jeremie Courreges-Anglas | Files touched by this commit (4) |
Log message: Drop MAINTAINER Discussed with Aleksander (former MAINTAINER). |
2019-01-02 05:43:19 by Jeremie Courreges-Anglas | Files touched by this commit (16) |
Log message: Update to unbreak following the wxWidgets3 update ok ajacoutot@ landry@ giovanni@ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2016-03-20 10:12:27 by Christian Weisgerber | Files touched by this commit (104) |
Log message: drop SHARED_ONLY from python and ruby ports |
2015-12-23 00:58:56 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: Update Alek's mail address here too |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-06-08 11:41:58 by Remi Pointel | Files touched by this commit (48) |
Log message: bump after default python version switch. |
2011-05-22 02:21:34 by David Coppa | Files touched by this commit (5) |
Log message: Update to wxPython-2.8.12.0. Based on a diff for 2.8.11.0 by rpointel@ Tested in a bulk build by landry@ OK rpointel@, landry@, alek@ (maintainer) |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-11-06 17:49:20 by Marc Espie | Files touched by this commit (10) |
Log message: convert LIB_DEPENDS in x11 ports |
2010-08-30 15:47:46 by Stuart Henderson | Files touched by this commit (24) |
Log message: bumps for python |
2010-07-30 00:59:02 by Antoine Jacoutot | Files touched by this commit (256) |
Log message: First pass at new REVISION/DEPENDS... not finished yet. |
2009-03-23 14:17:57 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - more missing bumps |
2007-10-23 05:45:14 by Steven Mestdagh | Files touched by this commit (5) |
Log message: update to 2.8.6.0 tested by mbalmer |
2007-10-08 02:22:44 by Steven Mestdagh | Files touched by this commit (216) |
Log message: bump PKGNAME after python version switch |
2007-09-15 14:04:29 by Michael Erdely | Files touched by this commit (312) |
Log message: Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN |
2007-04-05 11:36:28 by Marc Espie | Files touched by this commit (363) |
Log message: more base64 checksums |
2006-10-18 10:37:12 by Aleksander Piotrowski | Files touched by this commit (3) |
Log message: Instal wxversion module |