summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-30 18:30:25 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-30 18:30:25 +0100
commit1073f7ea015c31e295528d141656eadc0aee1eaf (patch)
tree696f8c0a710b832bf47d043ffd99665b0b5b6adf /dev-python/numexpr
parentdev-python/pytables: Remove py2 (diff)
downloadgentoo-1073f7ea015c31e295528d141656eadc0aee1eaf.tar.gz
gentoo-1073f7ea015c31e295528d141656eadc0aee1eaf.tar.bz2
gentoo-1073f7ea015c31e295528d141656eadc0aee1eaf.zip
dev-python/numexpr: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/numexpr')
-rw-r--r--dev-python/numexpr/numexpr-2.6.8.ebuild2
-rw-r--r--dev-python/numexpr/numexpr-2.6.9.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/numexpr/numexpr-2.6.8.ebuild b/dev-python/numexpr/numexpr-2.6.8.ebuild
index 960a34ddb3fd..525466c4dca4 100644
--- a/dev-python/numexpr/numexpr-2.6.8.ebuild
+++ b/dev-python/numexpr/numexpr-2.6.8.ebuild
@@ -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 flag-o-matic
diff --git a/dev-python/numexpr/numexpr-2.6.9.ebuild b/dev-python/numexpr/numexpr-2.6.9.ebuild
index 4c0c0b417c4b..315336382eea 100644
--- a/dev-python/numexpr/numexpr-2.6.9.ebuild
+++ b/dev-python/numexpr/numexpr-2.6.9.ebuild
@@ -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 flag-o-matic