From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 354CE1382C5 for ; Fri, 4 Dec 2020 03:40:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E4CFE0921; Fri, 4 Dec 2020 03:40:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BABDCE08F5 for ; Fri, 4 Dec 2020 03:40:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 950C93410B1 for ; Fri, 4 Dec 2020 03:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8FB142F for ; Fri, 4 Dec 2020 03:40:26 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1607052691.a0418fc1681a6a9148889d2abdcb8d17ed6c4423.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pywebview/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pywebview/Manifest dev-python/pywebview/metadata.xml dev-python/pywebview/pywebview-3.3.5.ebuild X-VCS-Directories: dev-python/pywebview/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: a0418fc1681a6a9148889d2abdcb8d17ed6c4423 X-VCS-Branch: dev Date: Fri, 4 Dec 2020 03:40:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 302e0316-b412-43ca-a238-e08a42b29219 X-Archives-Hash: 6985c739954e59721eee17f9a6dd4742 commit: a0418fc1681a6a9148889d2abdcb8d17ed6c4423 Author: Theo Anderson posteo de> AuthorDate: Fri Dec 4 03:31:31 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Fri Dec 4 03:31:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0418fc1 dev-python/pywebview: new package 3.3.5 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-python/pywebview/Manifest | 1 + dev-python/pywebview/metadata.xml | 8 ++++++++ dev-python/pywebview/pywebview-3.3.5.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest new file mode 100644 index 00000000..e6d78d15 --- /dev/null +++ b/dev-python/pywebview/Manifest @@ -0,0 +1 @@ +DIST 3.3.5.tar.gz 27632690 BLAKE2B fbf2013f7d6008e5f12dcfc42451afe35909d98facc7e0332862d21ffe3dd8af5f225f28d665d02278308c9897c18b5563bd45186e6488987fbd6b688128ebec SHA512 98aea66a18019a0ea0b7ea57f929546ed5197eb07e8b0685c762c5b0c37d3f2d5530c71ac0775920ce42eb1b6672fdbfa90d82705924c6b6089218d85e6d491d diff --git a/dev-python/pywebview/metadata.xml b/dev-python/pywebview/metadata.xml new file mode 100644 index 00000000..d3ad614d --- /dev/null +++ b/dev-python/pywebview/metadata.xml @@ -0,0 +1,8 @@ + + + + + telans@posteo.de + Theo Anderson + + diff --git a/dev-python/pywebview/pywebview-3.3.5.ebuild b/dev-python/pywebview/pywebview-3.3.5.ebuild new file mode 100644 index 00000000..67bca1c2 --- /dev/null +++ b/dev-python/pywebview/pywebview-3.3.5.ebuild @@ -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}] +"