Package Details: python-pywebview 5.0.5-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: keutain
Last Packager: keutain
Votes: 7
Popularity: 0.53
First Submitted: 2020-04-01 14:48 (UTC)
Last Updated: 2024-03-18 20:23 (UTC)

Latest Comments

keutain commented on 2024-03-18 17:14 (UTC)

@Shae.sh Thanks you for your previous work on this package !

Shae.sh commented on 2024-03-18 17:10 (UTC)

It has become clear to me that I am not reliable enough to maintain this package to the standard I'd like. As such, I will be disowning this package. I apologize for not maintaining it, and thank whoever happens to pick it up.

Shae.sh commented on 2024-01-17 07:34 (UTC) (edited on 2024-01-17 07:38 (UTC) by Shae.sh)

Thanks @yochananmarqos I haven't been using this package at all recently, so updates may be less prompt. I'm willing to continue maintaining it for now, but if anyone more able to keep up with updates wishes to pick it up (or become a co-maintainer), I certainly wouldn't complain.

yochananmarqos commented on 2023-12-04 18:20 (UTC)

Updated and improved PKGBUILD.

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.