diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-11-10 11:42:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-11-10 11:49:10 +0100 |
commit | fea79ef09081f73f491f9a7d76f2bb9b50b5b92b (patch) | |
tree | 5eba510352a4f04275e2ec91bde86a77bbe9d29e /dev-python | |
parent | dev-ada/gnatcoll: verbose compile (diff) | |
download | gentoo-fea79ef09081f73f491f9a7d76f2bb9b50b5b92b.tar.gz gentoo-fea79ef09081f73f491f9a7d76f2bb9b50b5b92b.tar.bz2 gentoo-fea79ef09081f73f491f9a7d76f2bb9b50b5b92b.zip |
dev-python/clang-python: Tested on py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/clang-python/clang-python-7.0.0.ebuild b/dev-python/clang-python/clang-python-7.0.0.ebuild index cb4c02ae7491..72bb446b4911 100644 --- a/dev-python/clang-python/clang-python-7.0.0.ebuild +++ b/dev-python/clang-python/clang-python-7.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit python-r1 MY_P=cfe-${PV/_/}.src diff --git a/dev-python/clang-python/clang-python-7.0.1_rc2.ebuild b/dev-python/clang-python/clang-python-7.0.1_rc2.ebuild index 0f0cb8be6c8a..02fc25d374b6 100644 --- a/dev-python/clang-python/clang-python-7.0.1_rc2.ebuild +++ b/dev-python/clang-python/clang-python-7.0.1_rc2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit python-r1 MY_P=cfe-${PV/_/}.src diff --git a/dev-python/clang-python/clang-python-7.0.9999.ebuild b/dev-python/clang-python/clang-python-7.0.9999.ebuild index d0d8cf54084d..f9c2cc23c665 100644 --- a/dev-python/clang-python/clang-python-7.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-7.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit git-r3 python-r1 DESCRIPTION="Python bindings for sys-devel/clang" diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild index cf488945799b..de5bd6158d7a 100644 --- a/dev-python/clang-python/clang-python-9999.ebuild +++ b/dev-python/clang-python/clang-python-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit git-r3 python-r1 DESCRIPTION="Python bindings for sys-devel/clang" |