dev-python/blockdiag: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 13:18:54 +0000 (14:18 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 13:24:31 +0000 (14:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/blockdiag/blockdiag-1.5.3-r1.ebuild
dev-python/blockdiag/blockdiag-1.5.4.ebuild

index 8a137320716c7001f2a3b61ecb43c53145193380..273bc00389b8a2dc775c895a83361995fbbf911c 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 88a33caf9ca2ac9071b57b6d798ed51a468e55d6..f3cc9634ab332e5e179a4f0ffe86391410eeb277 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1