Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQtWebEngine/
Date: Sat, 01 Aug 2020 23:20:39
Message-Id: 1596323978.c7e82d442cfa917c5b96f053b1169cc0aca42b77.asturm@gentoo
1 commit: c7e82d442cfa917c5b96f053b1169cc0aca42b77
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 15:12:41 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 23:19:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e82d44
7
8 dev-python/PyQtWebEngine: Drop python2_7
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild | 2 +-
14 dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild
18 index 7846273daf9..0f869cca536 100644
19 --- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild
20 +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python2_7 python3_{6..9} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27 inherit python-r1 qmake-utils
28
29 DESCRIPTION="Python bindings for QtWebEngine"
30
31 diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild
32 index 4d322572d51..94183f43f9b 100644
33 --- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild
34 +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.1_pre2006110847.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python2_7 python3_{6..9} )
40 +PYTHON_COMPAT=( python3_{6..9} )
41 inherit python-r1 qmake-utils
42
43 DESCRIPTION="Python bindings for QtWebEngine"