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/traceback2/
Date: Sun, 31 May 2020 15:42:57
Message-Id: 1590939741.a85fa13c113b1919890ccced42296c564c385931.mgorny@gentoo
1 commit: a85fa13c113b1919890ccced42296c564c385931
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 14:29:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 15:42:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85fa13c
7
8 dev-python/traceback2: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/traceback2/traceback2-1.4.0.ebuild | 12 ++++--------
13 1 file changed, 4 insertions(+), 8 deletions(-)
14
15 diff --git a/dev-python/traceback2/traceback2-1.4.0.ebuild b/dev-python/traceback2/traceback2-1.4.0.ebuild
16 index 19846f5c3da..ab201321028 100644
17 --- a/dev-python/traceback2/traceback2-1.4.0.ebuild
18 +++ b/dev-python/traceback2/traceback2-1.4.0.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2020 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
27 +PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
28
29 inherit distutils-r1
30
31 @@ -14,12 +14,8 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
32 LICENSE="PSF-2"
33 SLOT="0"
34 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
35 -IUSE=""
36 -
37 -DEPEND="
38 - dev-python/setuptools[${PYTHON_USEDEP}]
39 - dev-python/pbr[${PYTHON_USEDEP}]"
40
41 RDEPEND="
42 - ${DEPEND}
43 dev-python/linecache2[${PYTHON_USEDEP}]"
44 +BDEPEND="
45 + dev-python/pbr[${PYTHON_USEDEP}]"