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/flake8/
Date: Sat, 30 Mar 2019 17:43:36
Message-Id: 1553967779.b264e34d02984140e9f5e537f70a081ab5a8fb6c.mgorny@gentoo
1 commit: b264e34d02984140e9f5e537f70a081ab5a8fb6c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 16:11:27 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 17:42:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b264e34d
7
8 dev-python/flake8: Use virtual/python-enum34
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flake8/flake8-3.5.0.ebuild | 4 ++--
13 dev-python/flake8/flake8-3.6.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/flake8/flake8-3.5.0.ebuild b/dev-python/flake8/flake8-3.5.0.ebuild
17 index 7cae569b8d2..d80a4ee8b4a 100644
18 --- a/dev-python/flake8/flake8-3.5.0.ebuild
19 +++ b/dev-python/flake8/flake8-3.5.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -22,7 +22,7 @@ RDEPEND="
27 <dev-python/pyflakes-1.7.0[${PYTHON_USEDEP}]
28 >=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
29 <dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}]
30 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 'pypy*' )
31 + virtual/python-enum34[${PYTHON_USEDEP}]
32 $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 'python2*' pypy )
33 "
34 PDEPEND="
35
36 diff --git a/dev-python/flake8/flake8-3.6.0.ebuild b/dev-python/flake8/flake8-3.6.0.ebuild
37 index 7cda3bb3473..4dcb1e7eda1 100644
38 --- a/dev-python/flake8/flake8-3.6.0.ebuild
39 +++ b/dev-python/flake8/flake8-3.6.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2018 Gentoo Authors
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -22,7 +22,7 @@ RDEPEND="
47 <dev-python/pyflakes-2.1.0[${PYTHON_USEDEP}]
48 >=dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}]
49 <dev-python/pycodestyle-2.5.0[${PYTHON_USEDEP}]
50 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 'pypy*' )
51 + virtual/python-enum34[${PYTHON_USEDEP}]
52 $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 'python2*' pypy )
53 "
54 PDEPEND="