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 A4CF6138359 for ; Sat, 1 Aug 2020 23:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F378E0AF9; Sat, 1 Aug 2020 23:20:36 +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 EC01DE0AF9 for ; Sat, 1 Aug 2020 23:20:35 +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 F3E1E34EF9F for ; Sat, 1 Aug 2020 23:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C1D930C for ; Sat, 1 Aug 2020 23:20:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1596323978.c7e82d442cfa917c5b96f053b1169cc0aca42b77.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQtWebEngine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild X-VCS-Directories: dev-python/PyQtWebEngine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c7e82d442cfa917c5b96f053b1169cc0aca42b77 X-VCS-Branch: master Date: Sat, 1 Aug 2020 23:20:01 +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: 2fbf1110-9ecc-4727-8f4e-b7dc8f981b8d X-Archives-Hash: 2a6a106368d43c573e022d59b18d54d9 commit: c7e82d442cfa917c5b96f053b1169cc0aca42b77 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 1 15:12:41 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 1 23:19:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e82d44 dev-python/PyQtWebEngine: Drop python2_7 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild | 2 +- dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild index 7846273daf9..0f869cca536 100644 --- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit python-r1 qmake-utils DESCRIPTION="Python bindings for QtWebEngine" diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild index 4d322572d51..94183f43f9b 100644 --- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit python-r1 qmake-utils DESCRIPTION="Python bindings for QtWebEngine"