dev-python/send2trash: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:46:38 +0000 (06:46 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:59:39 +0000 (06:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/send2trash/send2trash-1.3.0.ebuild
dev-python/send2trash/send2trash-1.5.0.ebuild

index 3420408e9afa294f7628460d71d15b8e3eb7ca0d..ff1bbf61d817d908b827fe03eac815e8c9575be2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 121fde52dd1adada95672d4b7986a184e6d59850..8c20471c469f85997230d55ae69feecafc38c22f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1