Port details |
- py-pywebview-qt Build GUI for your Python program with JavaScript, HTML, and CSS (qt)
- 5.3.2 www
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: DtxdF@disroot.org
- Port Added: 2024-11-08 02:27:09
- Last Update: 2024-11-08 02:26:22
- Commit Hash: 283eb43
- 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-qt>0:www/py-pywebview-qt@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/py-pywebview-qt/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-pywebview-qt
- pkg install py311-pywebview-qt
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-qt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pywebview-qt
- Package flavors (<flavor>: <package>)
- py311: py311-pywebview-qt
- 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-pyside2>=0 : devel/pyside2@py311
- py311-QtPy>=0 : devel/py-QtPy@py311
- py311-typing-extensions>=0 : devel/py-typing-extensions@py311
- py311-qt5-webengine>=5.15.7 : www/py-qt5-webengine@py311
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- www/py-nicegui
Configuration Options:
- No options to configure
- Options name:
- www_py-pywebview-qt
- USES:
- pyqt:5 python
- pkg-message:
- For install:
- If the error 'Could not initialize GLX' is displayed, set the 'QT_XCB_GL_INTEGRATION=none'
environment variable or install 'graphics/mesa-dri' and add your user to the 'video' group.
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3.2 08 Nov 2024 02:26:22 |
Jose Alonso Cardenas Marquez (acm) Author: Jesús Daniel Colmenares Oviedo |
www/py-pywebview-qt: New port: Build GUI for your Python program with
JavaScript, HTML, and CSS (qt)
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: 1
|