summaryrefslogtreecommitdiff
path: root/dev-python/clang-python/clang-python-7.0.9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /dev-python/clang-python/clang-python-7.0.9999.ebuild
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'dev-python/clang-python/clang-python-7.0.9999.ebuild')
-rw-r--r--dev-python/clang-python/clang-python-7.0.9999.ebuild8
1 files changed, 1 insertions, 7 deletions
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 ff42c58b9e72..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"
@@ -31,12 +31,6 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${P}/bindings/python
-PATCHES=(
- # update completion test results due to completion changes
- # https://reviews.llvm.org/D50171
- "${FILESDIR}"/7.0.0/0001-python-tests-Update-test_code_completion.patch
-)
-
src_unpack() {
git-r3_fetch
git-r3_checkout '' '' '' bindings/python