Package Details: python-pywebview 4.2.2-1

Git Clone URL: https://aur.archlinux.org/python-pywebview.git (read-only, click to copy)
Package Base: python-pywebview
Description: Build GUI for your Python program with JavaScript, HTML, and CSS.
Upstream URL: https://github.com/r0x0r/pywebview
Licenses: BSD
Submitter: kruzah
Maintainer: Shae.sh
Last Packager: Shae.sh
Votes: 7
Popularity: 0.87
First Submitted: 2020-04-01 14:48 (UTC)
Last Updated: 2023-07-28 12:06 (UTC)

Latest Comments

Shae.sh commented on 2023-07-28 00:45 (UTC)

Fixed, thanks!

TomFryers commented on 2023-07-16 14:15 (UTC)

I think this package makedepends on python-setuptools-scm.

JP-Ellis commented on 2023-05-31 08:08 (UTC)

Is this still maintained? It was marked out of date nearly 1 year ago, and the PKGBUILD does not work currently as it points to the old LICENSE.md file which has been renamed to LICENSE.

kruzah commented on 2020-04-14 19:05 (UTC)

Thanks for the info @yochananmarqos. I've updated the dependencies.

yochananmarqos commented on 2020-04-13 16:10 (UTC)

The dependencies should be as follows, see Installation:

depends=('python')
makedepends=('python-setuptools')
optdepends=('python-gobject: use with GTK'
            'python-cairo: use with GTK'
            'webkit2gtk>=2.22: use with GTK'
            'python-pyqtwebengine: use with Qt'
            'qt5-webkit: use with Qt')

webkit2gtk depends on gtk3, no need to include it.