dev-python/pytest-isort: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:03:47 +0000 (21:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:10:58 +0000 (21:10 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
dev-python/pytest-isort/pytest-isort-0.3.1.ebuild

index ce98c8967112bdbce744ccf66b265ef7db66a261..3b31825daf79e4a8d8467c71c0397c4171e5309c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 65bef8ecd039fa144c2b6110fc3a6b43e116d35a..3925e5eb29b6b9bb2e4132a91ecd5bceecef24dc 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1