summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-28 14:31:19 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-28 14:34:02 +0100
commit093fed8f265431000c631d91dc36da0461f2d5d4 (patch)
tree2dbd509edb7653ac0b63ccf4c7115892052fd9a5 /dev-python/testrepository
parentdev-python/stestr: Remove py2 (diff)
downloadgentoo-093fed8f265431000c631d91dc36da0461f2d5d4.tar.gz
gentoo-093fed8f265431000c631d91dc36da0461f2d5d4.tar.bz2
gentoo-093fed8f265431000c631d91dc36da0461f2d5d4.zip
dev-python/testrepository: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testrepository')
-rw-r--r--dev-python/testrepository/testrepository-0.0.18-r1.ebuild2
-rw-r--r--dev-python/testrepository/testrepository-0.0.20.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testrepository/testrepository-0.0.18-r1.ebuild b/dev-python/testrepository/testrepository-0.0.18-r1.ebuild
index 4720ccea7f86..332e0dc0652d 100644
--- a/dev-python/testrepository/testrepository-0.0.18-r1.ebuild
+++ b/dev-python/testrepository/testrepository-0.0.18-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
diff --git a/dev-python/testrepository/testrepository-0.0.20.ebuild b/dev-python/testrepository/testrepository-0.0.20.ebuild
index 663ff4106119..7602730f893b 100644
--- a/dev-python/testrepository/testrepository-0.0.20.ebuild
+++ b/dev-python/testrepository/testrepository-0.0.20.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1