summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:13:23 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:24:31 +0100
commit4a0b7d19912e635dd726e677b23863a1b836f28c (patch)
tree56d9975e2e84cc20b4923972d15e48bcd64a06a2 /dev-python/llvmlite
parentdev-python/llfuse: Remove py2 (diff)
downloadgentoo-4a0b7d19912e635dd726e677b23863a1b836f28c.tar.gz
gentoo-4a0b7d19912e635dd726e677b23863a1b836f28c.tar.bz2
gentoo-4a0b7d19912e635dd726e677b23863a1b836f28c.zip
dev-python/llvmlite: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/llvmlite')
-rw-r--r--dev-python/llvmlite/llvmlite-0.28.0.ebuild2
-rw-r--r--dev-python/llvmlite/llvmlite-0.29.0.ebuild2
-rw-r--r--dev-python/llvmlite/llvmlite-0.30.0.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/llvmlite/llvmlite-0.28.0.ebuild b/dev-python/llvmlite/llvmlite-0.28.0.ebuild
index c52d19b9934c..4307ec0db32b 100644
--- a/dev-python/llvmlite/llvmlite-0.28.0.ebuild
+++ b/dev-python/llvmlite/llvmlite-0.28.0.ebuild
@@ -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 llvm
diff --git a/dev-python/llvmlite/llvmlite-0.29.0.ebuild b/dev-python/llvmlite/llvmlite-0.29.0.ebuild
index 81241167a8c7..33f86ddb7d20 100644
--- a/dev-python/llvmlite/llvmlite-0.29.0.ebuild
+++ b/dev-python/llvmlite/llvmlite-0.29.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1 llvm
diff --git a/dev-python/llvmlite/llvmlite-0.30.0.ebuild b/dev-python/llvmlite/llvmlite-0.30.0.ebuild
index 6554258314b4..11e5368b53e4 100644
--- a/dev-python/llvmlite/llvmlite-0.30.0.ebuild
+++ b/dev-python/llvmlite/llvmlite-0.30.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1 llvm