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/llvmlite/
Date: Sat, 07 Jul 2018 05:31:56
Message-Id: 1530941504.256385983cc170fb32a6b40d3e60843cb4afd653.mgorny@gentoo
1 commit: 256385983cc170fb32a6b40d3e60843cb4afd653
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 7 05:11:16 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 7 05:31:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25638598
7
8 dev-python/llvmlite: Clean old up
9
10 dev-python/llvmlite/Manifest | 2 --
11 dev-python/llvmlite/llvmlite-0.19.0.ebuild | 54 -----------------------------
12 dev-python/llvmlite/llvmlite-0.23.0.ebuild | 55 ------------------------------
13 3 files changed, 111 deletions(-)
14
15 diff --git a/dev-python/llvmlite/Manifest b/dev-python/llvmlite/Manifest
16 index 35c7be317e9..4903dcdf039 100644
17 --- a/dev-python/llvmlite/Manifest
18 +++ b/dev-python/llvmlite/Manifest
19 @@ -1,7 +1,5 @@
20 -DIST llvmlite-0.19.0.tar.gz 97109 BLAKE2B c4d22d130d12d7e61e9ddc177e28c6d8c3d0a1bffa0fcd672dd237260d80929c9ae0da428165f379c53276ed464b80f7cb9aec4abc4f66e105c7415db150edb0 SHA512 93551bbab519021abdc66ca099b9090b3af54b048adbce8d16f3700c066bbc4f5c24e5234a8a1ac4bfcdf8bf74d0ac52bb7023251ac948af6ef99fbd5a5324c8
21 DIST llvmlite-0.20.0.tar.gz 96753 BLAKE2B ec9cfa554f44162c0d6e755628603c9afd85642998f56ed49c2ff29c3ef975ef4ce14c6555382ca282b70d71a1ff7347c0b773b339b14345e10d3b9ac96ac55e SHA512 c2e0918e7acfba68922f60889180ec660da13ea199c9e8dfb3ac075c295baeb8c90784a6acc3c463cdd696f8f61c42226548d38db5bd8c4397a23cfa7c7ff764
22 DIST llvmlite-0.21.0.tar.gz 96462 BLAKE2B 8458037ca49c2c7035cc65539c1dc933f26c694e07502bfb0f37adfa389c56d715b53310fa977461fa75d7f826384a9c408682bee942e7cda6a299b16192c183 SHA512 25fb0986faf558995e6405a77d675d1dfcda2f79f8e6f5183d66a16f7b1f323df7eefb54455d9a15412c4eb88cd2e160d9f45038b7d97da6fffe78d7adc0e296
23 DIST llvmlite-0.22.0.gh.tar.gz 156077 BLAKE2B 1b95a0636807fcf38955b32bd5c7c19784df2cc6708f23624c047f0e9caf4eb2fc26c7a1cb778d7cc7e42b8aeaee1ed43c92bcdaf7eb2e798c25f692b96b786a SHA512 633ec4d294dc246ebff5c7931e9bea86efa28323242411f3f54bc34c99085ebaef477b5bfd8224080790a12b188308ff9662c284b360e1a2939f4fe9b84a9458
24 -DIST llvmlite-0.23.0.gh.tar.gz 167384 BLAKE2B f0f64f389004b8c07b40ad42bfe2aa10b06769c59c6ca84fd89c5c38e0f453bc079d435418fe19bdd5b97b9cac698eae5c537417bee181485390745b8d319fc8 SHA512 e4fa0096d73351a73b0509ca312dd79f8b4a50eeae03d7491761c68738e1c4f8204be1c2eefad71e10edfbcaef062dafa4270029e1b254febc580016aff2d3b9
25 DIST llvmlite-0.23.2.gh.tar.gz 168206 BLAKE2B 8ed2c2a84cdad80bcdba95e4e2d0f15b8c0a6cab2114b4c5f6eb32a303e29a9185629cf692acaec1455ac059227a755f621147397ece59343347434572186dff SHA512 f5f0a27ff7d523d3ce9c183b60db1106ee89f2650dfaac9e745414dbf91e14cf3ba9056e694148d07f4caab4b9f9fdd1806aa67f580de1b8b317b906d2c4fe65
26 DIST llvmlite-0.24.0.gh.tar.gz 169577 BLAKE2B 7fedf8b9ec49f537db27a77c5880fb3bb41d126c615e73a4fd503ff781dcd4745c4f708cccd31d9b5544609ab7821e8ef1299856ef13ec3912ad2341af12a3ce SHA512 14b8918f9f58a88596607e697212aa516a99c65f71257d22f09e6b735f517a38f11142a63bf2e8f117c6ceff97153a5e686fa322d62abd14000db7e9ae136900
27
28 diff --git a/dev-python/llvmlite/llvmlite-0.19.0.ebuild b/dev-python/llvmlite/llvmlite-0.19.0.ebuild
29 deleted file mode 100644
30 index 1f4d10f64b1..00000000000
31 --- a/dev-python/llvmlite/llvmlite-0.19.0.ebuild
32 +++ /dev/null
33 @@ -1,54 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
40 -
41 -inherit distutils-r1 llvm
42 -
43 -DESCRIPTION="Python wrapper around the llvm C++ library"
44 -HOMEPAGE="http://llvmlite.pydata.org/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
50 -IUSE="examples"
51 -
52 -LLVM_MAX_SLOT=4
53 -
54 -RDEPEND="
55 - dev-python/six[${PYTHON_USEDEP}]
56 - sys-devel/llvm:${LLVM_MAX_SLOT}
57 - sys-libs/zlib:0=
58 - virtual/python-enum34[${PYTHON_USEDEP}]
59 -"
60 -DEPEND="${RDEPEND}
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 -"
63 -PATCHES=(
64 - "${FILESDIR}"/llvmlite-0.15.0-use-system-six.patch
65 -)
66 -
67 -python_prepare_all() {
68 - # disable -flto, we do not force it against user's wishes
69 - # add -fPIC, needed to link against shared libraries
70 - # plus use those vars to force our CXXFLAGS/LDFLAGS in...
71 - export CXX_FLTO_FLAGS="${CXXFLAGS} -fPIC"
72 - export LD_FLTO_FLAGS="${LDFLAGS} -fPIC"
73 - distutils-r1_python_prepare_all
74 -}
75 -
76 -python_test() {
77 - "${EPYTHON}" runtests.py -v || die "Tests failed under ${EPYTHON}"
78 -}
79 -
80 -python_install_all() {
81 - distutils-r1_python_install_all
82 - if use examples; then
83 - insinto /usr/share/doc/${PF}
84 - doins -r examples
85 - docompress -x /usr/share/doc/${PF}/examples
86 - fi
87 -}
88
89 diff --git a/dev-python/llvmlite/llvmlite-0.23.0.ebuild b/dev-python/llvmlite/llvmlite-0.23.0.ebuild
90 deleted file mode 100644
91 index e7d50fc0b39..00000000000
92 --- a/dev-python/llvmlite/llvmlite-0.23.0.ebuild
93 +++ /dev/null
94 @@ -1,55 +0,0 @@
95 -# Copyright 1999-2018 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=6
99 -
100 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
101 -
102 -inherit distutils-r1 llvm
103 -
104 -DESCRIPTION="Python wrapper around the llvm C++ library"
105 -HOMEPAGE="http://llvmlite.pydata.org/"
106 -# upstream slacks in making pypi releases
107 -SRC_URI="https://github.com/numba/llvmlite/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
108 -
109 -LICENSE="BSD"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
112 -IUSE="examples"
113 -
114 -LLVM_MAX_SLOT=6
115 -
116 -RDEPEND="
117 - dev-python/six[${PYTHON_USEDEP}]
118 - >=sys-devel/llvm-6.0.0-r1:${LLVM_MAX_SLOT}
119 - sys-libs/zlib:0=
120 - virtual/python-enum34[${PYTHON_USEDEP}]
121 -"
122 -DEPEND="${RDEPEND}
123 - dev-python/setuptools[${PYTHON_USEDEP}]
124 -"
125 -PATCHES=(
126 - "${FILESDIR}"/llvmlite-0.15.0-use-system-six.patch
127 -)
128 -
129 -python_prepare_all() {
130 - # disable -flto, we do not force it against user's wishes
131 - # add -fPIC, needed to link against shared libraries
132 - # plus use those vars to force our CXXFLAGS/LDFLAGS in...
133 - export CXX_FLTO_FLAGS="${CXXFLAGS} -fPIC"
134 - export LD_FLTO_FLAGS="${LDFLAGS} -fPIC"
135 - distutils-r1_python_prepare_all
136 -}
137 -
138 -python_test() {
139 - "${EPYTHON}" runtests.py -v || die "Tests failed under ${EPYTHON}"
140 -}
141 -
142 -python_install_all() {
143 - distutils-r1_python_install_all
144 - if use examples; then
145 - insinto /usr/share/doc/${PF}
146 - doins -r examples
147 - docompress -x /usr/share/doc/${PF}/examples
148 - fi
149 -}