Port details |
- py-wxPython4 GUI toolkit for the Python programming language
- 4.2.2_1 x11-toolkits
=2 4.2.0_2Version of this port present on the latest quarterly branch. - Maintainer: desktop@FreeBSD.org
 - Port Added: 2022-02-25 18:12:07
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: WXWINDOWS LGPL21+ GPLv2+
- WWW:
- https://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++.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}wxPython42>0:x11-toolkits/py-wxPython4@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/x11-toolkits/py-wxPython4/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/py-wxPython4
- pkg install py311-wxPython42
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-wxPython42 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-wxPython42
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1736528844
SHA256 (python/wxPython-4.2.2.tar.gz) = 5dbcb0650f67fdc2c5965795a255ffaa3d7b09fb149aa8da2d0d9aa44e38e2ba
SIZE (python/wxPython-4.2.2.tar.gz) = 57358880
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-pathlib2>0 : devel/py-pathlib2@py311
- pkgconf>=1.3.0_1 : devel/pkgconf
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- xorgproto>=0 : x11/xorgproto
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libGLU.so : graphics/libGLU
- libintl.so : devel/gettext-runtime
- libwx_baseu-3.2.so : x11-toolkits/wxgtk32@gtk3
- This port is required by:
- for Build
-
- cad/kicad
- cad/kicad-devel
- multimedia/photofilmstrip
- for Run
-
- cad/kicad
- cad/kicad-devel
- comms/chirp
- comms/gnuradio
- comms/quisk
- databases/grass7
- databases/grass8
Configuration Options:
- ===> The following configuration options are available for py311-wxPython42-4.2.2_1:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- x11-toolkits_py-wxPython4
- USES:
- compiler:c++11-lib gl localbase pkgconfig python gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.2_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
4.2.2 22 Jan 2025 05:02:08
    |
Loïc Bartoletti (lbartoletti)  |
x11-toolkits/py-wxPython4: Update to 4.2.2 |
4.2.0_2 25 Nov 2024 12:07:22
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/wxgtk32
New version of wxgtk32 in tree |
4.2.0_1 23 Nov 2023 11:20:28
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/wxgtk32
New version of wxWidgets in tree |
4.2.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.2.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
4.2.0 29 Dec 2022 14:31:24
    |
Charlie Li (vishwin)  |
x11-toolkits/py-wxPython4: pull in upstream patch removing attrdict
attrdict is abandonware and broken on Python >= 3.10, and upstream
declared the functionality only used on Windows.
Approved by: mentors (implicit) |
4.2.0 25 Oct 2022 05:44:03
    |
Loïc Bartoletti (lbartoletti)  |
x11-toolkits/py-wxPython4: Update to 4.2.0
- use wxgtk32
PR: 265093 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.1.1 06 Jul 2022 11:35:47
    |
Loïc Bartoletti (lbartoletti)  |
x11-toolkits/*wx*: set desktop as maintainer |
4.1.1 25 Feb 2022 18:10:24
    |
Loïc Bartoletti (lbartoletti)  |
x11-toolkits/py-wxPython4: Update to 4.1
- Rename wxPython40 to wxPython4
- Update to 4.1 version
- Fix wxgtk31 for string
- Use wxGtk31 instead of wxgtk30
- Fix kicad* ports with wxgtk31/wxPython 4.1
Changes:
- https://www.wxpython.org/news/2020-11-21-wxpython-411-release/index.html
Reviewed by: tcberner
Approved by: yuri, bofh
Differential Revision: D34080 |