commit: 85741ad261c962df2bf91c18103962f710f7859c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 09:22:47 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 09:36:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85741ad2
dev-python/pyusb: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyusb/{pyusb-1.0.2.ebuild => pyusb-1.0.2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyusb/pyusb-1.0.2.ebuild
b/dev-python/pyusb/pyusb-1.0.2-r1.ebuild
similarity index 94%
rename from dev-python/pyusb/pyusb-1.0.2.ebuild
rename to dev-python/pyusb/pyusb-1.0.2-r1.ebuild
index f6dfae4b0c7..02a1d97b136 100644
--- a/dev-python/pyusb/pyusb-1.0.2.ebuild
+++ b/dev-python/pyusb/pyusb-1.0.2-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1