dev-python/nose-exclude: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:43:05 +0000 (17:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:53:01 +0000 (17:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/nose-exclude/nose-exclude-0.4.1.ebuild
dev-python/nose-exclude/nose-exclude-0.5.0.ebuild

index 72c6cd56a859a5dd18cfcb754e1e70a345d3aeb1..c675a7d23288861af91dab02c62c410552c365bf 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1
 
index c4906b4adbda72a22ec428ba64a7d7ec7114c3ae..3742931b221ad895f6f22a76ad277f363141b415 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1