dev-python/git-python: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:26:27 +0000 (17:26 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:26:27 +0000 (17:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/git-python/git-python-1.0.2.ebuild
dev-python/git-python/git-python-2.1.11.ebuild
dev-python/git-python/git-python-2.1.7.ebuild

index a9272b7f703a74c720a06141954d064581213317..5bf25e7aeaa5588807fcd33f32a45771541096fd 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index 50bd8d006a11e4f23d3e257d42766b02b449068d..f913b11117bf49a79f5ac2d74ffe88752dc28c3e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index 34c1d99d1ab907f921963cec2166a91a8702dfbe..d162d0654d7c3c366c5de0f9a646527dec7867f4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1