dev-python/virtualenv-clone: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:53:37 +0000 (07:53 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:10 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild
dev-python/virtualenv-clone/virtualenv-clone-0.5.3.ebuild

index 73f4bcf275ceec4b34cd856f56d9f09094ff52a8..11a857e4a923aff85b937f677ae539a54e17387c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
index 58aa0a783d08fd95769af494cb9fde6b89530163..8c0b8ccfa4bf4bae6de0b72d20ead41789b336d6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 # rdepend is correct despite warning, see https://bugs.gentoo.org/705362
 DISTUTILS_USE_SETUPTOOLS=rdepend