summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-18 17:47:20 +0200
committerMichał Górny <mgorny@gentoo.org>2018-10-18 17:47:45 +0200
commit787f858be59c567331b550819725455384ef9f22 (patch)
tree346a1d0e01f61b63a86efa59e4afb43c8e6f7685
parentapp-admin/gixy: bump to v0.1.20 (diff)
downloadgentoo-787f858b.tar.gz
gentoo-787f858b.tar.bz2
gentoo-787f858b.zip
dev-python/clang-python: Test fix is in -9999 for some time
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/clang-python/clang-python-7.0.0.ebuild2
-rw-r--r--dev-python/clang-python/clang-python-7.0.9999.ebuild2
-rw-r--r--dev-python/clang-python/clang-python-9999.ebuild6
-rw-r--r--dev-python/clang-python/files/7.0.0/0001-python-tests-Update-test_code_completion.patch (renamed from dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch)0
4 files changed, 2 insertions, 8 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 6587ca010e17..cb4c02ae7491 100644
--- a/dev-python/clang-python/clang-python-7.0.0.ebuild
+++ b/dev-python/clang-python/clang-python-7.0.0.ebuild
@@ -32,7 +32,7 @@ S=${WORKDIR}/${MY_P}/bindings/python
PATCHES=(
# update completion test results due to completion changes
# https://reviews.llvm.org/D50171
- "${FILESDIR}"/9999/0001-python-tests-Update-test_code_completion.patch
+ "${FILESDIR}"/7.0.0/0001-python-tests-Update-test_code_completion.patch
)
src_unpack() {
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 56917d10ff17..ff42c58b9e72 100644
--- a/dev-python/clang-python/clang-python-7.0.9999.ebuild
+++ b/dev-python/clang-python/clang-python-7.0.9999.ebuild
@@ -34,7 +34,7 @@ S=${WORKDIR}/${P}/bindings/python
PATCHES=(
# update completion test results due to completion changes
# https://reviews.llvm.org/D50171
- "${FILESDIR}"/9999/0001-python-tests-Update-test_code_completion.patch
+ "${FILESDIR}"/7.0.0/0001-python-tests-Update-test_code_completion.patch
)
src_unpack() {
diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild
index b3138a01e172..cf488945799b 100644
--- a/dev-python/clang-python/clang-python-9999.ebuild
+++ b/dev-python/clang-python/clang-python-9999.ebuild
@@ -30,12 +30,6 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${P}/bindings/python
-PATCHES=(
- # update completion test results due to completion changes
- # https://reviews.llvm.org/D50171
- "${FILESDIR}"/9999/0001-python-tests-Update-test_code_completion.patch
-)
-
src_unpack() {
git-r3_fetch
git-r3_checkout '' '' '' bindings/python
diff --git a/dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch b/dev-python/clang-python/files/7.0.0/0001-python-tests-Update-test_code_completion.patch
index 824da55ca416..824da55ca416 100644
--- a/dev-python/clang-python/files/9999/0001-python-tests-Update-test_code_completion.patch
+++ b/dev-python/clang-python/files/7.0.0/0001-python-tests-Update-test_code_completion.patch