Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/
Date: Fri, 04 Nov 2022 17:15:01
Message-Id: 1667582084.4a086584078acad78632b7cedca6d81384e440ff.mgorny@gentoo
1 commit: 4a086584078acad78632b7cedca6d81384e440ff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 14:19:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 17:14:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a086584
7
8 dev-python/clang-python: Add 16.0.0_pre20221104
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/clang-python/Manifest | 1 +
13 .../clang-python-16.0.0_pre20221104.ebuild | 53 ++++++++++++++++++++++
14 2 files changed, 54 insertions(+)
15
16 diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
17 index 59a8a48ba599..88180b9738ff 100644
18 --- a/dev-python/clang-python/Manifest
19 +++ b/dev-python/clang-python/Manifest
20 @@ -4,5 +4,6 @@ DIST llvm-project-15.0.3.src.tar.xz 112069972 BLAKE2B 3d29bab890467ba87fedcc4e76
21 DIST llvm-project-15.0.3.src.tar.xz.sig 438 BLAKE2B e7e0614e144eb878f694c12e97cf42ff8476e47cb55e8f259eb2ec52e303463ad753771271512e89baf0137c1382b11cfa028c85324174ebcd054a124000f537 SHA512 41229bebdb0c2df9a5e3a4d6f02d39fac7dc91f21895a659523beab4fa3ef99ff06eff5e4386221369b6e2b6f8fe974d67b7d8496d5911ce484d09ae0db8b916
22 DIST llvm-project-15.0.4.src.tar.xz 110936424 BLAKE2B a02b76ad161e352b4d3d84baffdada9c6a0e704de7a2c4017df4d4d05a9e9d02113791cd7d91c3edfa1f5bcb7ab95e1772d60f7061514928c6828600f41a8322 SHA512 9d5b664dd77c08130601636f9d6c006b257f369470ce823aa56d06698a9f0edfec42f2c90da934b9ad52c4d7960d9a024ea46dc9640275be6d191b1ba9869459
23 DIST llvm-project-15.0.4.src.tar.xz.sig 566 BLAKE2B f1a7be65fcce932dc125ae2b498f68a14e68dad0d7a1e031343c52c5dafb7b123e346f3efa50a7693584361abf01efe9401b1b5781dee6b92dc1045e538e9b7b SHA512 35899ffbd13fc44cade54246a423450571cb4b62b8d706864daa3eef2377c48e24ef3113218e39e29de995b7f7fa307f9187552766576c9050fd924beb517f6e
24 +DIST llvm-project-1fb186198af5f183dde053c1396f899567755d64.tar.gz 170328817 BLAKE2B c79199044e8d636127d1d163ceea856c1bcb1d59c892e9c72869ab788b4feb23f8c28585ac761764b4e29b883c61e43be9341610a523d8b64471200bb3aecfaa SHA512 8b366dc70506ceb70a5584ad051e100fa1cc620388fc757536ef775d102b4baaac016d4f62dbc8b1d9dd00b587622a25d9da735196d336faf35d611145cf5fdc
25 DIST llvm-project-b34ea582774c057d9bf5591174d683fd3d8aa02b.tar.gz 169735900 BLAKE2B d3a82a07f855b038071fc8eb3f41a88b4c220a577219985ecddeb9a535ea8b159dbad575699997d90a49db74c074b5f4354ad707e91d6934daaa7319e0d8ee9b SHA512 3f5525c7d893bdac701cff4cf82dafc31608920d788d9b7401654f320b2432528cf4ae8ef013182807b3dc0c5b758c71f1efeedb672dd47fdb8aa6f434dfb583
26 DIST llvmorg-13.0.1.tar.gz 147290251 BLAKE2B 2a44b012a672501761d0c27c6b3a315b69bfef0cd13b078a7e7d2fccc4a9c8c0f2bee0f164c4271c9106b0a99cb06e8b64986f66253b613336719fb86b82541b SHA512 9a8cb5d11964ba88b7624f19ec861fb28701f23956ea3c92f6ac644332d5f41fde97bd8933dd3ee70ed378058c252fa3a3887c8d1af90d219970c2b27691166f
27
28 diff --git a/dev-python/clang-python/clang-python-16.0.0_pre20221104.ebuild b/dev-python/clang-python/clang-python-16.0.0_pre20221104.ebuild
29 new file mode 100644
30 index 000000000000..9b34adc8ac6f
31 --- /dev/null
32 +++ b/dev-python/clang-python/clang-python-16.0.0_pre20221104.ebuild
33 @@ -0,0 +1,53 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +
39 +PYTHON_COMPAT=( python3_{8..11} )
40 +inherit llvm.org python-r1
41 +
42 +DESCRIPTION="Python bindings for sys-devel/clang"
43 +HOMEPAGE="https://llvm.org/"
44 +
45 +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
46 +SLOT="0"
47 +KEYWORDS=""
48 +IUSE="test"
49 +RESTRICT="!test? ( test )"
50 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 +
52 +# The module is opening libclang.so directly, and doing some blasphemy
53 +# on top of it.
54 +DEPEND="
55 + >=sys-devel/clang-${PV}:*
56 + !sys-devel/llvm:0[clang(-),python(-)]
57 + !sys-devel/clang:0[python(-)]
58 +"
59 +RDEPEND="
60 + ${DEPEND}
61 + ${PYTHON_DEPS}
62 +"
63 +BDEPEND="
64 + ${PYTHON_DEPS}
65 + test? (
66 + sys-devel/clang:${LLVM_MAJOR}
67 + )
68 +"
69 +
70 +LLVM_COMPONENTS=( clang/bindings/python )
71 +llvm.org_set_globals
72 +
73 +python_test() {
74 + # tests rely on results from a specific clang version, so override
75 + # the search path
76 + local -x CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir)
77 + "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
78 +}
79 +
80 +src_test() {
81 + python_foreach_impl python_test
82 +}
83 +
84 +src_install() {
85 + python_foreach_impl python_domodule clang
86 +}