Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/selenium/
Date: Thu, 06 Feb 2020 06:00:02
Message-Id: 1580968776.7b237b639d7413d53e31b650dffaf270b82c7531.mgorny@gentoo
1 commit: 7b237b639d7413d53e31b650dffaf270b82c7531
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 05:45:54 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 05:59:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b237b63
7
8 dev-python/selenium: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/selenium/selenium-3.0.2.ebuild | 2 +-
13 dev-python/selenium/selenium-3.13.0.ebuild | 2 +-
14 dev-python/selenium/selenium-3.141.0.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/selenium/selenium-3.0.2.ebuild b/dev-python/selenium/selenium-3.0.2.ebuild
18 index 7612c95e7ec..f26b038c272 100644
19 --- a/dev-python/selenium/selenium-3.0.2.ebuild
20 +++ b/dev-python/selenium/selenium-3.0.2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python2_7 python3_6 )
26 +PYTHON_COMPAT=( python3_6 )
27
28 inherit distutils-r1
29
30
31 diff --git a/dev-python/selenium/selenium-3.13.0.ebuild b/dev-python/selenium/selenium-3.13.0.ebuild
32 index dea5ab9657e..855d36d7f0b 100644
33 --- a/dev-python/selenium/selenium-3.13.0.ebuild
34 +++ b/dev-python/selenium/selenium-3.13.0.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=6
38
39 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
40 +PYTHON_COMPAT=( python3_{6,7} )
41
42 inherit distutils-r1
43
44
45 diff --git a/dev-python/selenium/selenium-3.141.0.ebuild b/dev-python/selenium/selenium-3.141.0.ebuild
46 index 44a541d79ec..f5f8260d1b6 100644
47 --- a/dev-python/selenium/selenium-3.141.0.ebuild
48 +++ b/dev-python/selenium/selenium-3.141.0.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=7
52
53 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
54 +PYTHON_COMPAT=( python3_{6,7} )
55
56 inherit distutils-r1