dev-python/testpath: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:20:51 +0000 (07:20 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:38:11 +0000 (07:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/testpath/testpath-0.3.1.ebuild
dev-python/testpath/testpath-0.4.4.ebuild

index da39fc5e486bca3f557585e7224aedc9539888a5..d7c94e75a1f1e3cd6447e233cdf5b76b2490e3cd 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1
 
index fd9d7bfa7f9231d05f704cec58d2e241ec9bdfad..1e4a6f0d2462d22ebcb6d793478e896147e45c3e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
 
 inherit distutils-r1