commit: 88a8fca52c748f7cdafe07cedbb97f75e5f63aa4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 10:19:43 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 10:24:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a8fca5
dev-python/pytest-xprocess: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{pytest-xprocess-0.13.1.ebuild => pytest-xprocess-0.13.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild
b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1-r1.ebuild
similarity index 92%
rename from dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild
rename to dev-python/pytest-xprocess/pytest-xprocess-0.13.1-r1.ebuild
index 058e9c69034..2405f97ecce 100644
--- a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild
+++ b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1