Port details |
- py-pywebview-gtk Build GUI for your Python program with JavaScript, HTML, and CSS (gtk)
- 5.3.2_2 www
=0 5.3.2_1Version of this port present on the latest quarterly branch. - Maintainer: DtxdF@disroot.org
 - Port Added: 2024-11-08 02:27:06
- Last Update: 2025-01-21 03:12:20
- Commit Hash: bc2e3ed
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/r0x0r/pywebview
- Description:
- pywebview is a lightweight cross-platform wrapper around a webview
component that allows to display HTML content in its own native GUI
window. It gives you the power of web technologies in your desktop
application, hiding the fact that the GUI is browser based. Available
for Windows, macOS, Linux and Android. You can use pywebview either
with a 3rd party web framework or on its own with a two way bridge
between Python and DOM.
¦ ¦ ¦ ¦ 
- 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}pywebview-gtk>0:www/py-pywebview-gtk@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/py-pywebview-gtk/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-pywebview-gtk
- pkg install py311-pywebview-gtk
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-pywebview-gtk listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pywebview-gtk
- Package flavors (<flavor>: <package>)
- py311: py311-pywebview-gtk
- distinfo:
- TIMESTAMP = 1730049620
SHA256 (pywebview-5.3.2.tar.gz) = 77b88a63e65e12913d269205e9c6d357666d4864826749c738bf432bd3ad23d9
SIZE (pywebview-5.3.2.tar.gz) = 443072
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-setuptools-scm>=0 : devel/py-setuptools-scm@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-bottle>=0 : www/py-bottle@py311
- py311-proxy_tools>=0 : www/py-proxy_tools@py311
- py311-typing-extensions>=0 : devel/py-typing-extensions@py311
- py311-pygobject>=0 : devel/py-pygobject@py311
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libwebkit2gtk-4.0.so : www/webkit2-gtk@40
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-pywebview-gtk
- USES:
- gnome python
- pkg-message:
- For install:
- You need at least one font installed on your system or you will see a blank window.
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3.2_2 21 Jan 2025 03:12:20
    |
Charlie Li (vishwin)  |
www/webkit2-gtk: bump consumer PORTREVISIONs after port consolidation
With hat: gnome
PR: 275914 |
5.3.2_1 21 Jan 2025 03:12:19
    |
Charlie Li (vishwin)  |
www/webkit2-gtk: update to 2.46.5
Changelog:
https://github.com/WebKit/WebKit/blob/webkitgtk-2.46.5/Source/WebKit/gtk/NEWS
Now consolidated into one port with flavours since the codebase is
the same, just linked with different libraries resulting in different
SONAMEs and APIs. SONAMEs/flavours:
* GTK3 + libsoup = libwebkit2gtk-4.0 (40)
* GTK3 + libsoup3 = libwebkit2gtk-4.1 (41)
* GTK4 + libsoup3 = libwebkitgtk-6.0 (60)
Despite upstream's recommendation to use clang for better skia
optimisation, this port now USE_GCC due to extensive std::pair copy
constructor use that is not trivial to continue patching to stay
working with our libc++ version 1 ABI. See review D35327 for some
details.
Reported by: eduardo
PR: 275914
Differential Revision: https://reviews.freebsd.org/D45878 |
5.3.2_1 22 Nov 2024 22:31:54
    |
Charlie Li (vishwin)  |
devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722 |
5.3.2 08 Nov 2024 02:22:13
    |
Jose Alonso Cardenas Marquez (acm)  Author: Jesús Daniel Colmenares Oviedo |
www/py-pywebview-gtk: New port: Build GUI for your Python program with
JavaScript, HTML, and CSS (gtk)
pywebview is a lightweight cross-platform wrapper around a webview
component that allows to display HTML content in its own native GUI
window. It gives you the power of web technologies in your desktop
application, hiding the fact that the GUI is browser based. Available
for Windows, macOS, Linux and Android. You can use pywebview either
with a 3rd party web framework or on its own with a two way bridge
between Python and DOM.
WWW: https://github.com/r0x0r/pywebview
PR: 282459 |
Number of commits found: 4
|