commit: 542fa77e7c6ba01fa72c3ee1247438fee2a26696
Author: James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Mon Oct 4 07:22:47 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Oct 4 07:22:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=542fa77e
dev-python/pywebview: add 3.5
Signed-off-by: James Beddek <telans <AT> posteo.de>
dev-python/pywebview/Manifest | 1 +
dev-python/pywebview/pywebview-3.5.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 178771567..db7f7ea7e 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1 +1,2 @@
DIST pywebview-3.4.tar.gz 307993 BLAKE2B
a838514ebbca25b8d54cbc2e9dd4a6caad01a05593cc82d6bb371398b2f70642fe1321b57f45f56121ca0cddeaa62eba05eebc0aa94f9cf0b36736bf8fe3f331
SHA512
a30c8c726e1351f3a5cc96c2774246a0a6326e8b6a2e9c25fe6e3bb7d866ff0c7cbd16da0428f6891c8316eafc70fd96c13255515b63d907ef20459a6cabd70a
+DIST pywebview-3.5.tar.gz 336741 BLAKE2B
332a71499d034acb94e2151771399007d441d85485bf596fb510e7513a417ac8dd1f1091db7796a767b535089d024affaea979567d6992f1bbe1154452cfcd80
SHA512
0d4e60a1389a11a9406634ac05446bc11bdea30ed4d81aca311ef01d8e9613d3582cf480c0a79bfe2b5a8c803c56c437abc0bb86ef4ba243bff638fcd6de9490
diff --git a/dev-python/pywebview/pywebview-3.5.ebuild
b/dev-python/pywebview/pywebview-3.5.ebuild
new file mode 100644
index 000000000..6ba1acf3f
--- /dev/null
+++ b/dev-python/pywebview/pywebview-3.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
+HOMEPAGE="https://github.com/r0x0r/pywebview"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/PyQt5[${PYTHON_USEDEP}]
+ dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+"