dev-python/os-resource-classes: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 21:17:13 +0000 (22:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:19 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/os-resource-classes/os-resource-classes-0.3.0.ebuild
dev-python/os-resource-classes/os-resource-classes-0.5.0.ebuild

index 6ec2b543c5f56baf2d2e34a19fd14225a0e151c1..3a7777ee984947646d7b28de1b9f417ff729d06a 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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 6ec2b543c5f56baf2d2e34a19fd14225a0e151c1..3a7777ee984947646d7b28de1b9f417ff729d06a 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} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1