dev-python/rednose: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:59 +0000 (19:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:51 +0000 (19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rednose/rednose-0.4.1.ebuild
dev-python/rednose/rednose-0.4.3.ebuild

index 4af2f8bafdcb674cc216ec652fc6afe5cdf64b52..f0f5566be64fcaed4d79c8cebca4ec1e5b774c00 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 b9138dc20652065a3780073a2aeb9ffc29d49a81..7b2d5dd372c7217922f90e2abadd700776db6c30 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