commit: d64085ee3b7ff68df49c9f47c5d8ada4f1ce75b8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 06:20:51 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 06:38:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64085ee
dev-python/testpath: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/testpath/testpath-0.3.1.ebuild | 2 +-
dev-python/testpath/testpath-0.4.4.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/testpath/testpath-0.3.1.ebuild
b/dev-python/testpath/testpath-0.3.1.ebuild
index da39fc5e486..d7c94e75a1f 100644
--- a/dev-python/testpath/testpath-0.3.1.ebuild
+++ b/dev-python/testpath/testpath-0.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/testpath/testpath-0.4.4.ebuild
b/dev-python/testpath/testpath-0.4.4.ebuild
index fd9d7bfa7f9..1e4a6f0d246 100644
--- a/dev-python/testpath/testpath-0.4.4.ebuild
+++ b/dev-python/testpath/testpath-0.4.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1