summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 15:32:57 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:37:15 +0100
commit59a33b4ed9e0c184bcf2aced0584934375e88a01 (patch)
tree79fe46ed4395c2ca5a068c62260fd785647e60dc
parentdev-python/ioflo: Remove py2 (diff)
downloadgentoo-59a33b4ed9e0c184bcf2aced0584934375e88a01.tar.gz
gentoo-59a33b4ed9e0c184bcf2aced0584934375e88a01.tar.bz2
gentoo-59a33b4ed9e0c184bcf2aced0584934375e88a01.zip
dev-python/ipy: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/ipy/ipy-0.83.ebuild2
-rw-r--r--dev-python/ipy/ipy-1.00.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipy/ipy-0.83.ebuild b/dev-python/ipy/ipy-0.83.ebuild
index a1e459131372..7ac7cac08ff4 100644
--- a/dev-python/ipy/ipy-0.83.ebuild
+++ b/dev-python/ipy/ipy-0.83.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/ipy/ipy-1.00.ebuild b/dev-python/ipy/ipy-1.00.ebuild
index 42ba2236d026..3c1ec65b3a0a 100644
--- a/dev-python/ipy/ipy-1.00.ebuild
+++ b/dev-python/ipy/ipy-1.00.ebuild
@@ -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