pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pywebview: add version 4.0.1.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Feb 5 13:19:41 2023 +0000
Changeset:	a50fee49cab1d29d0d81911c98fb4a2c0c7c161d

Added Files:
	py-pywebview/DESCR
	py-pywebview/Makefile
	py-pywebview/PLIST
	py-pywebview/distinfo

Log Message:
py-pywebview: add version 4.0.1.

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 power of web technologies in your desktop
application, hiding the fact that GUI is browser based. You can
use pywebview either with a lightweight web framework like Flask
or Bottle or on its own with a two way bridge between Python and
DOM.

pywebview uses native GUI for creating a web component window:
WinForms on Windows, Cocoa on macOS and QT or GTK on Linux. If you
choose to freeze your application, pywebview does not bundle a
heavy GUI toolkit or web renderer with it keeping the executable
size small. pywebview is compatible with Python 3.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a50fee49cab1d29d0d81911c98fb4a2c0c7c161d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pywebview/DESCR    | 13 ++++++++
 py-pywebview/Makefile | 31 ++++++++++++++++++
 py-pywebview/PLIST    | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++
 py-pywebview/distinfo |  5 +++
 4 files changed, 138 insertions(+)

diffs:
diff --git a/py-pywebview/DESCR b/py-pywebview/DESCR
new file mode 100644
index 0000000000..f86429384e
--- /dev/null
+++ b/py-pywebview/DESCR
@@ -0,0 +1,13 @@
+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 power of web technologies in your desktop
+application, hiding the fact that GUI is browser based. You can
+use pywebview either with a lightweight web framework like Flask
+or Bottle or on its own with a two way bridge between Python and
+DOM.
+
+pywebview uses native GUI for creating a web component window:
+WinForms on Windows, Cocoa on macOS and QT or GTK on Linux. If you
+choose to freeze your application, pywebview does not bundle a
+heavy GUI toolkit or web renderer with it keeping the executable
+size small. pywebview is compatible with Python 3.
diff --git a/py-pywebview/Makefile b/py-pywebview/Makefile
new file mode 100644
index 0000000000..73a808a1db
--- /dev/null
+++ b/py-pywebview/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+DISTNAME=	pywebview-4.0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pywebview/}
+CATEGORIES=	www
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/r0x0r/pywebview
+COMMENT=	Lightweight wrapper around a webview component
+LICENSE=	2-clause-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+DEPENDS+=	${PYPKGPREFIX}-bottle-[0-9]*:../../www/py-bottle
+DEPENDS+=	${PYPKGPREFIX}-proxy_tools-[0-9]*:../../wip/py-proxy_tools
+
+# Optional, but feature 'qt' requires also other modules
+#DEPENDS+=	${PYPKGPREFIX}-QtPy-[0-9]*:../../wip/py-qtpy
+
+# Not yet packaged:
+#   Needed:
+#   Optional:
+#DEPENDS+=	${PYPKGPREFIX}-QtPy5-[0-9]*:../../wip/py-qtpy5
+#DEPENDS+=	${PYPKGPREFIX}-cefpython3-[0-9]*:../../wip/py-cefpython3
+#DEPENDS+=	${PYPKGPREFIX}-pyside2-[0-9]*:../../wip/py-pyside2
+#DEPENDS+=	${PYPKGPREFIX}-pyside6-[0-9]*:../../wip/py-pyside6
+#DEPENDS+=	${PYPKGPREFIX}-pyqtwebengine-[0-9]*:../../wip/py-pyqtwebengine
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pywebview/PLIST b/py-pywebview/PLIST
new file mode 100644
index 0000000000..eb521b82ef
--- /dev/null
+++ b/py-pywebview/PLIST
@@ -0,0 +1,89 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/webview/__init__.py
+${PYSITELIB}/webview/__init__.pyc
+${PYSITELIB}/webview/__init__.pyo
+${PYSITELIB}/webview/event.py
+${PYSITELIB}/webview/event.pyc
+${PYSITELIB}/webview/event.pyo
+${PYSITELIB}/webview/guilib.py
+${PYSITELIB}/webview/guilib.pyc
+${PYSITELIB}/webview/guilib.pyo
+${PYSITELIB}/webview/http.py
+${PYSITELIB}/webview/http.pyc
+${PYSITELIB}/webview/http.pyo
+${PYSITELIB}/webview/js/__init__.py
+${PYSITELIB}/webview/js/__init__.pyc
+${PYSITELIB}/webview/js/__init__.pyo
+${PYSITELIB}/webview/js/alert.py
+${PYSITELIB}/webview/js/alert.pyc
+${PYSITELIB}/webview/js/alert.pyo
+${PYSITELIB}/webview/js/api.py
+${PYSITELIB}/webview/js/api.pyc
+${PYSITELIB}/webview/js/api.pyo
+${PYSITELIB}/webview/js/css.py
+${PYSITELIB}/webview/js/css.pyc
+${PYSITELIB}/webview/js/css.pyo
+${PYSITELIB}/webview/js/dom.py
+${PYSITELIB}/webview/js/dom.pyc
+${PYSITELIB}/webview/js/dom.pyo
+${PYSITELIB}/webview/js/drag.py
+${PYSITELIB}/webview/js/drag.pyc
+${PYSITELIB}/webview/js/drag.pyo
+${PYSITELIB}/webview/js/event.py
+${PYSITELIB}/webview/js/event.pyc
+${PYSITELIB}/webview/js/event.pyo
+${PYSITELIB}/webview/js/npo.py
+${PYSITELIB}/webview/js/npo.pyc
+${PYSITELIB}/webview/js/npo.pyo
+${PYSITELIB}/webview/lib/Microsoft.Web.WebView2.Core.dll
+${PYSITELIB}/webview/lib/Microsoft.Web.WebView2.LICENSE.md
+${PYSITELIB}/webview/lib/Microsoft.Web.WebView2.WinForms.dll
+${PYSITELIB}/webview/lib/WebBrowserInterop.x64.dll
+${PYSITELIB}/webview/lib/WebBrowserInterop.x86.dll
+${PYSITELIB}/webview/lib/arm64/WebView2Loader.dll
+${PYSITELIB}/webview/lib/x64/WebView2Loader.dll
+${PYSITELIB}/webview/lib/x86/WebView2Loader.dll
+${PYSITELIB}/webview/localization.py
+${PYSITELIB}/webview/localization.pyc
+${PYSITELIB}/webview/localization.pyo
+${PYSITELIB}/webview/menu.py
+${PYSITELIB}/webview/menu.pyc
+${PYSITELIB}/webview/menu.pyo
+${PYSITELIB}/webview/platforms/__init__.py
+${PYSITELIB}/webview/platforms/__init__.pyc
+${PYSITELIB}/webview/platforms/__init__.pyo
+${PYSITELIB}/webview/platforms/cef.py
+${PYSITELIB}/webview/platforms/cef.pyc
+${PYSITELIB}/webview/platforms/cef.pyo
+${PYSITELIB}/webview/platforms/cocoa.py
+${PYSITELIB}/webview/platforms/cocoa.pyc
+${PYSITELIB}/webview/platforms/cocoa.pyo
+${PYSITELIB}/webview/platforms/edgechromium.py
+${PYSITELIB}/webview/platforms/edgechromium.pyc
+${PYSITELIB}/webview/platforms/edgechromium.pyo
+${PYSITELIB}/webview/platforms/gtk.py
+${PYSITELIB}/webview/platforms/gtk.pyc
+${PYSITELIB}/webview/platforms/gtk.pyo
+${PYSITELIB}/webview/platforms/mshtml.py
+${PYSITELIB}/webview/platforms/mshtml.pyc
+${PYSITELIB}/webview/platforms/mshtml.pyo
+${PYSITELIB}/webview/platforms/qt.py
+${PYSITELIB}/webview/platforms/qt.pyc
+${PYSITELIB}/webview/platforms/qt.pyo
+${PYSITELIB}/webview/platforms/winforms.py
+${PYSITELIB}/webview/platforms/winforms.pyc
+${PYSITELIB}/webview/platforms/winforms.pyo
+${PYSITELIB}/webview/screen.py
+${PYSITELIB}/webview/screen.pyc
+${PYSITELIB}/webview/screen.pyo
+${PYSITELIB}/webview/util.py
+${PYSITELIB}/webview/util.pyc
+${PYSITELIB}/webview/util.pyo
+${PYSITELIB}/webview/window.py
+${PYSITELIB}/webview/window.pyc
+${PYSITELIB}/webview/window.pyo
diff --git a/py-pywebview/distinfo b/py-pywebview/distinfo
new file mode 100644
index 0000000000..2153e58ea5
--- /dev/null
+++ b/py-pywebview/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pywebview-4.0.1.tar.gz) = 841f0fa7df91123f99481fd6deccaf63bf912d0c68238941b665d4a1a86142ac
+SHA512 (pywebview-4.0.1.tar.gz) = 193841e3ba692b7e16cac5d3daa56085e6579217e109fcbc7dbe96273f4c1585e55ace03c2f6cc513c8fa993480550b63205b6602e9e9bbcb53fb2f55aa6bd23
+Size (pywebview-4.0.1.tar.gz) = 390221 bytes


Home | Main Index | Thread Index | Old Index