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/pbr/
Date: Sun, 31 May 2020 14:20:48
Message-Id: 1590934740.b0ef64f5a6dccfa0af81fb7393f4913894abf893.mgorny@gentoo
1 commit: b0ef64f5a6dccfa0af81fb7393f4913894abf893
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 14:19:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 14:19:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ef64f5
7
8 dev-python/pbr: Bump to EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pbr/pbr-5.4.5.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pbr/pbr-5.4.5.ebuild b/dev-python/pbr/pbr-5.4.5.ebuild
16 index df887424540..16bbd60f00a 100644
17 --- a/dev-python/pbr/pbr-5.4.5.ebuild
18 +++ b/dev-python/pbr/pbr-5.4.5.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2020 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
27 PYTHON_REQ_USE="threads(+)"
28 @@ -23,8 +23,7 @@ RESTRICT="!test? ( test )"
29 # git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038
30 # docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848
31 # stestr is run as external tool
32 -DEPEND="
33 - dev-python/setuptools[${PYTHON_USEDEP}]
34 +BDEPEND="
35 test? (
36 $(python_gen_cond_dep '
37 >=dev-python/wheel-0.32.0[${PYTHON_USEDEP}]