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: virtual/python-enum34/
Date: Sat, 30 Mar 2019 17:43:37
Message-Id: 1553967780.0d9eb4d33f7f3e34f4a42396684ab1e2e9a23a57.mgorny@gentoo
1 commit: 0d9eb4d33f7f3e34f4a42396684ab1e2e9a23a57
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 14:43:27 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 17:43:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9eb4d3
7
8 virtual/python-enum34: pypy3 no longer requires enum34
9
10 Bug: https://bugs.gentoo.org/682012
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../{python-enum34-1.ebuild => python-enum34-2.ebuild} | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/virtual/python-enum34/python-enum34-1.ebuild b/virtual/python-enum34/python-enum34-2.ebuild
17 similarity index 86%
18 rename from virtual/python-enum34/python-enum34-1.ebuild
19 rename to virtual/python-enum34/python-enum34-2.ebuild
20 index cd977436439..0d67c5d7b34 100644
21 --- a/virtual/python-enum34/python-enum34-1.ebuild
22 +++ b/virtual/python-enum34/python-enum34-2.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=7
30
31 PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
32
33 @@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34
35 RDEPEND="${PYTHON_DEPS}
36 $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' \
37 - 'python2*' python3_3 'pypy*')"
38 + 'python2*' python3_3 pypy)"