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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A15B4158089 for ; Thu, 28 Sep 2023 15:54:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC8302BC019; Thu, 28 Sep 2023 15:54:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B74452BC019 for ; Thu, 28 Sep 2023 15:54:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 069A6335CE9 for ; Thu, 28 Sep 2023 15:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A602123E for ; Thu, 28 Sep 2023 15:54:52 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1695905111.4a73b7bb21ad8dcaa9d209f2d3113f6a202f287c.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pywebview/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pywebview/Manifest dev-python/pywebview/pywebview-4.1.ebuild X-VCS-Directories: dev-python/pywebview/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4a73b7bb21ad8dcaa9d209f2d3113f6a202f287c X-VCS-Branch: master Date: Thu, 28 Sep 2023 15:54:52 +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: 2fb917a3-a816-41fb-95ff-5f64029f9e1c X-Archives-Hash: 9c525dcc782a862c217a81ae35df1444 commit: 4a73b7bb21ad8dcaa9d209f2d3113f6a202f287c Author: tastytea tastytea de> AuthorDate: Thu Sep 28 12:37:55 2023 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 28 12:45:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a73b7bb dev-python/pywebview: drop 4.1 Signed-off-by: tastytea tastytea.de> dev-python/pywebview/Manifest | 1 - dev-python/pywebview/pywebview-4.1.ebuild | 37 ------------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest index 0ebdaff9eb..8c53a0cd3f 100644 --- a/dev-python/pywebview/Manifest +++ b/dev-python/pywebview/Manifest @@ -1,3 +1,2 @@ -DIST pywebview-4.1.tar.gz 30069532 BLAKE2B ca11bb04c4146204d379414fc6de0cd1e583c36feb126c859d8c8bb0e896bf5eb8de946943729e41d0c564c704d140baf765de2807aec0311348e97624c00f3a SHA512 5cca2912adda83043c86f4b1386c70583fa547424b10c19dc2bfc713407cd9001515844b820e2050962fe84373febfaab495f646c56ab1d48207b47f2c535208 DIST pywebview-4.2.2.tar.gz 30105686 BLAKE2B fd6cd5131fd42326046e1126951294f7c87245a0580c7269d4bbb8a9fd04048e0db3a5864ff32c646d21734519ac568903dd82de5b750c3d7bcdb90857fe958b SHA512 6922d31bfc7a461948698b96d7e507162ac8718408ca0d8defa138d86c74d653c8026f5b0aa2d62d2147d7a64391f7e4d7726b5fcac0d836907fe5751bd82936 DIST pywebview-4.3.3.tar.gz 30107570 BLAKE2B 6907d928c2f0471547b75ce385636330e4ae2891c8082b24d659a75e525b84259a2db4bf4f8767c4d30c152724fc20c864456156fab8242e72753be32e908a49 SHA512 beaa481fc786ebd07d0d198167bbdfefb50e45b0c768b450c75385e6ed8f72df2cfebbcc7b5356632309300290d0d7b340bbd714e8d8aceaeca56e945857f007 diff --git a/dev-python/pywebview/pywebview-4.1.ebuild b/dev-python/pywebview/pywebview-4.1.ebuild deleted file mode 100644 index 3df2e37aa1..0000000000 --- a/dev-python/pywebview/pywebview-4.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -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/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="gtk qt5" -REQUIRED_USE="|| ( gtk qt5 )" - -RDEPEND=" - dev-python/bottle - dev-python/cryptography - dev-python/proxy_tools - gtk? ( - dev-python/pygobject[cairo,${PYTHON_USEDEP}] - net-libs/webkit-gtk - ) - qt5? ( - dev-python/pyside2[${PYTHON_USEDEP},webengine] - dev-python/QtPy[${PYTHON_USEDEP},webengine] - ) -" - -distutils_enable_tests pytest - -RESTRICT="test" # FIXME: tests fail without message