commit: dc6e749f5348620ea984af07aab4c9a584e2a4d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 05:46:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 05:59:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6e749f
dev-python/send2trash: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/send2trash/send2trash-1.3.0.ebuild | 2 +-
dev-python/send2trash/send2trash-1.5.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/send2trash/send2trash-1.3.0.ebuild
b/dev-python/send2trash/send2trash-1.3.0.ebuild
index 3420408e9af..ff1bbf61d81 100644
--- a/dev-python/send2trash/send2trash-1.3.0.ebuild
+++ b/dev-python/send2trash/send2trash-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/send2trash/send2trash-1.5.0.ebuild
b/dev-python/send2trash/send2trash-1.5.0.ebuild
index 121fde52dd1..8c20471c469 100644
--- a/dev-python/send2trash/send2trash-1.5.0.ebuild
+++ b/dev-python/send2trash/send2trash-1.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1