dev-python/ipy: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:32:57 +0000 (15:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:37:15 +0000 (15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ipy/ipy-0.83.ebuild
dev-python/ipy/ipy-1.00.ebuild

index a1e4591313727c09bc47fccd2202fe5315367b11..7ac7cac08ff4e2a51145f4d9aaf56347b4f41f8e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 42ba2236d026ebc7e02494742769d1ef503a2a49..3c1ec65b3a0a8e3539acc21b6d215181a52745bb 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1