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: Wed, 13 Mar 2019 08:22:30
Message-Id: 1552463399.0ca8cde32c3a583a9caa11a215c6ecf4ccd56e5f.mgorny@gentoo
1 commit: 0ca8cde32c3a583a9caa11a215c6ecf4ccd56e5f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 07:49:59 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 07:49:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca8cde3
7
8 dev-python/clang-python: Remove 8.0.0rc[23]
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/clang-python/Manifest | 2 -
13 .../clang-python/clang-python-8.0.0_rc2.ebuild | 47 ----------------------
14 .../clang-python/clang-python-8.0.0_rc3.ebuild | 47 ----------------------
15 3 files changed, 96 deletions(-)
16
17 diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
18 index be7098fc34f..9dc17d408cf 100644
19 --- a/dev-python/clang-python/Manifest
20 +++ b/dev-python/clang-python/Manifest
21 @@ -2,6 +2,4 @@ DIST cfe-4.0.1.src.tar.xz 10933628 BLAKE2B bc1bb8875e83ccecd446a48cfa41f5c98a09d
22 DIST cfe-5.0.2.src.tar.xz 11459216 BLAKE2B 80d9b2ab70b00c0dfd5c5386a44e0c15d8252e6175c9da55a0519c4f9b8192e32e215110d7d3808225786e2c7f906f2dfbe11dd09bdf21574e99709ae237ed0b SHA512 9931afceb5569ad6caec85d506180c810f7fea94af8c997143b0a37cbf413fcea0d92520478610627eeee1efb65fde684066ace0dfcbbf7b61ecd709d22dd0b1
23 DIST cfe-6.0.1.src.tar.xz 11905772 BLAKE2B abb60e9f9827d1d8a24f0aaf8a1d1e32979293cc401258d230f93290e633645747fd0344af189ac7081b06be2cada503364e1e432b37110ade4b3578e40c7605 SHA512 f64ba9290059f6e36fee41c8f32bf483609d31c291fcd2f77d41fecfdf3c8233a5e23b93a1c73fed03683823bd6e72757ed993dd32527de3d5f2b7a64bb031b9
24 DIST cfe-7.0.1.src.tar.xz 12488668 BLAKE2B b80247b5caf81661dfa715d9bf454b8023221bd27ce49b6bd8cd66f40ffe01448e40fb828fbcc64e49f059af7a7c5a95a0737b0b998454ac5c1dd39388150fa6 SHA512 df2f38153ebdc261bcfa6a569567f759bbb1a803192882a9d4eca55a47878166ac9057151a94ad341dc1281136547e4faa783a68070dfde2307b48cacd4b9194
25 -DIST cfe-8.0.0rc2.src.tar.xz 12861448 BLAKE2B b4f671b6597b46cb84b241bf602d7e1b12c896b9d3d5857c61a731c9ea0d94dc850c79cbbcb4a56cf2b54f2ffbc81e04f2062c59d4c5b800841e60eccd0dcfe9 SHA512 2bf1e39f5fc7842039b8e20913b3c71fea46b541825c703ce329f3fa01e45cf66c2cd39d9a0f92cf2c38eeb856e42023b087da0765baa0377226534a554c0d9a
26 -DIST cfe-8.0.0rc3.src.tar.xz 12863708 BLAKE2B 1a05ee86b305de0d1e2cda1f89f22405e3c7826214e83b2275d14682374c31d72fd984a2b5d8da7fc906fb95003aee6a00e6e1700f7938f3042df2229fee9c50 SHA512 afc9d7bce817a9d8faf12efb273934539b18471fb4ece8fed56249628b17a302427c4e7ecbfa096287547e01f3823b9b7a1be4bf18417cc1c942776057b90db1
27 DIST cfe-8.0.0rc5.src.tar.xz 12864516 BLAKE2B b1c982d83e0a911a7375d07f9f2f52956b3595674252e6e7d8d8ef4015b51171c59a2d3306c00fcd83ae2fff2eb3d58cc9d4cdeadaca02c4fc3a6242f57959fe SHA512 40f3b6069e40fc4f831662912a8f4c3ab1579587bf48c1fcd9e80287b7e26e8b70becfce525a0b55b1b8283f20a9d67d232cf5ce10189a39d655e2fe3fb3dd73
28
29 diff --git a/dev-python/clang-python/clang-python-8.0.0_rc2.ebuild b/dev-python/clang-python/clang-python-8.0.0_rc2.ebuild
30 deleted file mode 100644
31 index ba2878b2698..00000000000
32 --- a/dev-python/clang-python/clang-python-8.0.0_rc2.ebuild
33 +++ /dev/null
34 @@ -1,47 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
41 -inherit python-r1
42 -
43 -MY_P=cfe-${PV/_/}.src
44 -DESCRIPTION="Python bindings for sys-devel/clang"
45 -HOMEPAGE="https://llvm.org/"
46 -SRC_URI="https://prereleases.llvm.org/${PV/_//}/${MY_P}.tar.xz"
47 -
48 -LICENSE="UoI-NCSA"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd"
51 -IUSE="test"
52 -RESTRICT="!test? ( test )"
53 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
54 -
55 -# The module is opening libclang.so directly, and doing some blasphemy
56 -# on top of it.
57 -RDEPEND="
58 - >=sys-devel/clang-${PV}:*
59 - !sys-devel/llvm:0[clang(-),python(-)]
60 - !sys-devel/clang:0[python(-)]
61 - ${PYTHON_DEPS}"
62 -DEPEND="${RDEPEND}"
63 -
64 -S=${WORKDIR}/${MY_P}/bindings/python
65 -
66 -src_unpack() {
67 - einfo "Unpacking parts of ${MY_P}.tar.xz ..."
68 - tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/bindings/python" || die
69 -}
70 -
71 -python_test() {
72 - "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
73 -}
74 -
75 -src_test() {
76 - python_foreach_impl python_test
77 -}
78 -
79 -src_install() {
80 - python_foreach_impl python_domodule clang
81 -}
82
83 diff --git a/dev-python/clang-python/clang-python-8.0.0_rc3.ebuild b/dev-python/clang-python/clang-python-8.0.0_rc3.ebuild
84 deleted file mode 100644
85 index ba2878b2698..00000000000
86 --- a/dev-python/clang-python/clang-python-8.0.0_rc3.ebuild
87 +++ /dev/null
88 @@ -1,47 +0,0 @@
89 -# Copyright 1999-2019 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -
94 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
95 -inherit python-r1
96 -
97 -MY_P=cfe-${PV/_/}.src
98 -DESCRIPTION="Python bindings for sys-devel/clang"
99 -HOMEPAGE="https://llvm.org/"
100 -SRC_URI="https://prereleases.llvm.org/${PV/_//}/${MY_P}.tar.xz"
101 -
102 -LICENSE="UoI-NCSA"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd"
105 -IUSE="test"
106 -RESTRICT="!test? ( test )"
107 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
108 -
109 -# The module is opening libclang.so directly, and doing some blasphemy
110 -# on top of it.
111 -RDEPEND="
112 - >=sys-devel/clang-${PV}:*
113 - !sys-devel/llvm:0[clang(-),python(-)]
114 - !sys-devel/clang:0[python(-)]
115 - ${PYTHON_DEPS}"
116 -DEPEND="${RDEPEND}"
117 -
118 -S=${WORKDIR}/${MY_P}/bindings/python
119 -
120 -src_unpack() {
121 - einfo "Unpacking parts of ${MY_P}.tar.xz ..."
122 - tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/bindings/python" || die
123 -}
124 -
125 -python_test() {
126 - "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
127 -}
128 -
129 -src_test() {
130 - python_foreach_impl python_test
131 -}
132 -
133 -src_install() {
134 - python_foreach_impl python_domodule clang
135 -}