dev-python/pywebview: bump to 3.4

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-12-05 15:37:53 +13:00
parent 83d3b86918
commit 0fed7ea861
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST 3.3.5.tar.gz 27632690 BLAKE2B fbf2013f7d6008e5f12dcfc42451afe35909d98facc7e0332862d21ffe3dd8af5f225f28d665d02278308c9897c18b5563bd45186e6488987fbd6b688128ebec SHA512 98aea66a18019a0ea0b7ea57f929546ed5197eb07e8b0685c762c5b0c37d3f2d5530c71ac0775920ce42eb1b6672fdbfa90d82705924c6b6089218d85e6d491d
DIST 3.4.tar.gz 27831334 BLAKE2B 2d012194567564ce6a373b4542e365b680f4f2eb8adddb2f69aa2ee00cf1ee44808a7df8b9a3452f488c793d2f8af66e8451206e58bee2299920b9bc5be8c66d SHA512 1ac09716550d1eaff74294f99b91734a983ba6b2866788f149e3535753889c97c54bcbc35d08c63f368c91ee04926e032b3af1a19586f27377a337acce8b9d2c

View File

@@ -0,0 +1,22 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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="https://github.com/r0x0r/pywebview/archive/${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/PyQt5[${PYTHON_USEDEP}]
dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
"