dev-python/intelhex: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:13:00 +0000 (17:13 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:13:00 +0000 (17:13 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/intelhex/intelhex-2.0.ebuild
dev-python/intelhex/intelhex-2.2.1.ebuild

index f9ac87b0a07a1ce3491b684f45a43b6e05ced44f..82efdf429ad1e29cb4be2e13af76c93ebca32030 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 
index e43b69d61d6f86cf503442dcd74baa85d20577b7..441dbea2d847d1e18276c70a4f871b8169a0c41e 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1