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-util/vint/
Date: Mon, 03 Feb 2020 20:46:17
Message-Id: 1580762758.436a18f7e44aa3b70eb5f8d0dfb508b0cc620f87.mgorny@gentoo
1 commit: 436a18f7e44aa3b70eb5f8d0dfb508b0cc620f87
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 20:38:27 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 20:45:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436a18f7
7
8 dev-util/vint: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/vint/vint-0.3.18.ebuild | 2 +-
13 dev-util/vint/vint-0.3.19.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/vint/vint-0.3.18.ebuild b/dev-util/vint/vint-0.3.18.ebuild
17 index 31bbe3b8b53..a8842c4b162 100644
18 --- a/dev-util/vint/vint-0.3.18.ebuild
19 +++ b/dev-util/vint/vint-0.3.18.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit distutils-r1
28
29
30 diff --git a/dev-util/vint/vint-0.3.19.ebuild b/dev-util/vint/vint-0.3.19.ebuild
31 index b91fdf6bce9..37d2eeb1dbc 100644
32 --- a/dev-util/vint/vint-0.3.19.ebuild
33 +++ b/dev-util/vint/vint-0.3.19.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=6
37
38 -PYTHON_COMPAT=( python{2_7,3_6} )
39 +PYTHON_COMPAT=( python3_6 )
40
41 inherit distutils-r1
42
43 @@ -29,7 +29,6 @@ RDEPEND="
44 DEPEND="${RDEPEND}
45 test? (
46 >=dev-python/pytest-3.3.2[${PYTHON_USEDEP}]
47 - $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
48 )
49 "