commit:     a85fa13c113b1919890ccced42296c564c385931
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 14:29:47 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 15:42:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85fa13c

dev-python/traceback2: Port to py39

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/traceback2/traceback2-1.4.0.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-python/traceback2/traceback2-1.4.0.ebuild 
b/dev-python/traceback2/traceback2-1.4.0.ebuild
index 19846f5c3da..ab201321028 100644
--- a/dev-python/traceback2/traceback2-1.4.0.ebuild
+++ b/dev-python/traceback2/traceback2-1.4.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
 
 inherit distutils-r1
 
@@ -14,12 +14,8 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 LICENSE="PSF-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
-IUSE=""
-
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/pbr[${PYTHON_USEDEP}]"
 
 RDEPEND="
-       ${DEPEND}
        dev-python/linecache2[${PYTHON_USEDEP}]"
+BDEPEND="
+       dev-python/pbr[${PYTHON_USEDEP}]"

Reply via email to