notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-pywebview-gtk Build GUI for your Python program with JavaScript, HTML, and CSS (gtk)
5.3.2_2 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.3.2_1Version of this port present on the latest quarterly branch.
Maintainer: DtxdF@disroot.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • www/py-pywebview-qt
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):
py311-pywebview-gtk
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.3.2_25.3.2_2------
FreeBSD:13:quarterly5.3.2_15.3.2_1-5.3.2_15.3.2_1---
FreeBSD:14:latest-5.3.2_2------
FreeBSD:14:quarterly5.3.2_15.3.2_1-5.3.2_15.3.2_1---
FreeBSD:15:latest5.3.2_25.3.2_2n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools-scm>=0 : devel/py-setuptools-scm@py311
  2. py311-setuptools>=0 : devel/py-setuptools@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-bottle>=0 : www/py-bottle@py311
  2. py311-proxy_tools>=0 : www/py-proxy_tools@py311
  3. py311-typing-extensions>=0 : devel/py-typing-extensions@py311
  4. py311-pygobject>=0 : devel/py-pygobject@py311
  5. py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
  6. python3.11 : lang/python311
Library dependencies:
  1. libwebkit2gtk-4.0.so : www/webkit2-gtk@40
  2. libatk-1.0.so : accessibility/at-spi2-core
  3. libcairo.so : graphics/cairo
  4. libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
  5. libglib-2.0.so : devel/glib20
  6. libintl.so : devel/gettext-runtime
  7. libgtk-3.so : x11-toolkits/gtk30
  8. libharfbuzz.so : print/harfbuzz
  9. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pywebview/
  2. https://pypi.org/packages/source/p/pywebview/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.3.2_2
21 Jan 2025 03:12:20
commit hash: bc2e3ed90ba084d29a08ce4c87329e05b61bd317commit hash: bc2e3ed90ba084d29a08ce4c87329e05b61bd317commit hash: bc2e3ed90ba084d29a08ce4c87329e05b61bd317commit hash: bc2e3ed90ba084d29a08ce4c87329e05b61bd317 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
www/webkit2-gtk: bump consumer PORTREVISIONs after port consolidation

With hat: gnome
PR: 275914
5.3.2_1
21 Jan 2025 03:12:19
commit hash: 94310012886105252763e218ec45dfccf778e55ecommit hash: 94310012886105252763e218ec45dfccf778e55ecommit hash: 94310012886105252763e218ec45dfccf778e55ecommit hash: 94310012886105252763e218ec45dfccf778e55e files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 32a55d206da74eb98a7350e72352b2e4b55a81f9commit hash: 32a55d206da74eb98a7350e72352b2e4b55a81f9commit hash: 32a55d206da74eb98a7350e72352b2e4b55a81f9commit hash: 32a55d206da74eb98a7350e72352b2e4b55a81f9 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-pygobject: bump consumer PORTREVISIONs after port rename

With hat: gnome
PR: 273722
5.3.2
08 Nov 2024 02:22:13
commit hash: f295c24f7ceef41142fa7bb35a16bf8c0c688c93commit hash: f295c24f7ceef41142fa7bb35a16bf8c0c688c93commit hash: f295c24f7ceef41142fa7bb35a16bf8c0c688c93commit hash: f295c24f7ceef41142fa7bb35a16bf8c0c688c93 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
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