summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 16:29:47 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 17:42:21 +0200
commita85fa13c113b1919890ccced42296c564c385931 (patch)
treec349c05bf37ad6776cbd5ca5b8bd7dc4c8c87d62 /dev-python/traceback2
parentdev-python/linecache2: Port to py39 (diff)
downloadgentoo-a85fa13c113b1919890ccced42296c564c385931.tar.gz
gentoo-a85fa13c113b1919890ccced42296c564c385931.tar.bz2
gentoo-a85fa13c113b1919890ccced42296c564c385931.zip
dev-python/traceback2: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/traceback2')
-rw-r--r--dev-python/traceback2/traceback2-1.4.0.ebuild12
1 files 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 19846f5c3da3..ab2013210289 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}]"