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 598BE1382C5 for ; Sat, 5 Dec 2020 02:40:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0495E092A; Sat, 5 Dec 2020 02:40:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 888ABE092A for ; Sat, 5 Dec 2020 02:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 85DFB340E6F for ; Sat, 5 Dec 2020 02:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 086A3479 for ; Sat, 5 Dec 2020 02:40:47 +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: <1607135895.a28d78202e4400a79e5237fba3c98a727b335030.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/pywebview-3.3.5.ebuild X-VCS-Directories: dev-python/pywebview/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: a28d78202e4400a79e5237fba3c98a727b335030 X-VCS-Branch: dev Date: Sat, 5 Dec 2020 02:40:47 +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: 7d31d33c-980d-4cdc-82ed-743db2fde8d7 X-Archives-Hash: 14fe118ae9badd8a00c147b1793006e0 commit: a28d78202e4400a79e5237fba3c98a727b335030 Author: Theo Anderson posteo de> AuthorDate: Sat Dec 5 02:38:15 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Sat Dec 5 02:38:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a28d7820 dev-python/pywebview: drop old 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/pywebview-3.3.5.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest index 8de8e4b1..1daeb1c9 100644 --- a/dev-python/pywebview/Manifest +++ b/dev-python/pywebview/Manifest @@ -1,2 +1 @@ -DIST 3.3.5.tar.gz 27632690 BLAKE2B fbf2013f7d6008e5f12dcfc42451afe35909d98facc7e0332862d21ffe3dd8af5f225f28d665d02278308c9897c18b5563bd45186e6488987fbd6b688128ebec SHA512 98aea66a18019a0ea0b7ea57f929546ed5197eb07e8b0685c762c5b0c37d3f2d5530c71ac0775920ce42eb1b6672fdbfa90d82705924c6b6089218d85e6d491d DIST 3.4.tar.gz 27831334 BLAKE2B 2d012194567564ce6a373b4542e365b680f4f2eb8adddb2f69aa2ee00cf1ee44808a7df8b9a3452f488c793d2f8af66e8451206e58bee2299920b9bc5be8c66d SHA512 1ac09716550d1eaff74294f99b91734a983ba6b2866788f149e3535753889c97c54bcbc35d08c63f368c91ee04926e032b3af1a19586f27377a337acce8b9d2c diff --git a/dev-python/pywebview/pywebview-3.3.5.ebuild b/dev-python/pywebview/pywebview-3.3.5.ebuild deleted file mode 100644 index 67bca1c2..00000000 --- a/dev-python/pywebview/pywebview-3.3.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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}] -"