Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/
Date: Sun, 30 Jun 2019 16:14:07
Message-Id: 1561911224.09364f4307c3ad38f207eddce8678b9f07136ae0.soap@gentoo
1 commit: 09364f4307c3ad38f207eddce8678b9f07136ae0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 16:13:44 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 16:13:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09364f43
7
8 dev-python/graph-tool: Remove old
9
10 Closes: https://bugs.gentoo.org/659058
11 Package-Manager: Portage-2.3.67, Repoman-2.3.16
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-python/graph-tool/Manifest | 3 -
15 dev-python/graph-tool/graph-tool-2.19.ebuild | 83 ----------------------------
16 dev-python/graph-tool/graph-tool-2.23.ebuild | 82 ---------------------------
17 dev-python/graph-tool/graph-tool-2.26.ebuild | 82 ---------------------------
18 4 files changed, 250 deletions(-)
19
20 diff --git a/dev-python/graph-tool/Manifest b/dev-python/graph-tool/Manifest
21 index 1f5390d7f43..01212e0146c 100644
22 --- a/dev-python/graph-tool/Manifest
23 +++ b/dev-python/graph-tool/Manifest
24 @@ -1,4 +1 @@
25 -DIST graph-tool-2.19.tar.bz2 15147961 BLAKE2B 93f4220d6f86ed5e18619a4300272185673d54418b6b73eb9cf2264d698b9f66589f22fe9906082c5b6360e037115c6df7c52871e33c1dcb8ec64c3596b76bda SHA512 dc0bd93ccf21bb6616035dbfe33b0d9406eb894791e615795d486dc8f9d9991a6b93cf835cf4e59197005c14faedf105f3384cccd42db544104840cf857b2a84
26 -DIST graph-tool-2.23.tar.bz2 14998733 BLAKE2B 5eef201f9751ba0ee64d3f3d0694631b23b8ee7799d0e0a1a52125b3b355ee30bb59400665404cd040df29ab2534dc0fdf940d2f3abdb1ddfff0894fb150ed3b SHA512 bd7e493806152d004ed8fcd5cd93f8a27200b0acacde07026ad6f83e8b9a0cdbdedfee79f5ff4c41de179ea3293a1d100571501e8791dad2ff608ecb424a9e36
27 -DIST graph-tool-2.26.tar.bz2 15000764 BLAKE2B eb4db3d6753b4af8e38cbd9a71e5e5a6368e30556b83f8b9b9a67d8ede2fea9789bb959eb405eb1896c69c487915f18849146bc5fbd95bea1b7910c7c871d577 SHA512 97f51f777f45383780f765277d1af6ae4879ec39243e9b5c11a5c8f58e952e34c301d51e4ce86a0de1bb7b86bf7150d85ef182693e99f319a19a36d2cc25742a
28 DIST graph-tool-2.27.tar.bz2 14989318 BLAKE2B 1fc307f33fc3e4642e91c20cc4988915cae61306ac445be070f19c263e2d2a74a241d651dd9c4b6b78d5f28fc8cde00789cf90db53cbae6db0583cf216824301 SHA512 39ea5e76a91f03bc2475d80df6001c87fc47517d279e27fdab413aec8982146993d3c4a370f85cb28a53e5c974b0e90b0fb22538f3d66ef9cb635abf6188d434
29
30 diff --git a/dev-python/graph-tool/graph-tool-2.19.ebuild b/dev-python/graph-tool/graph-tool-2.19.ebuild
31 deleted file mode 100644
32 index aba8b991d12..00000000000
33 --- a/dev-python/graph-tool/graph-tool-2.19.ebuild
34 +++ /dev/null
35 @@ -1,83 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -PYTHON_COMPAT=( python2_7 python3_5 )
42 -
43 -inherit check-reqs python-r1 toolchain-funcs
44 -
45 -if [[ ${PV} == *9999 ]]; then
46 - EGIT_REPO_URI="https://github.com/count0/graph-tool.git"
47 - inherit autotools git-r3
48 -else
49 - SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2"
50 - KEYWORDS="amd64"
51 -fi
52 -
53 -DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs"
54 -HOMEPAGE="https://graph-tool.skewed.de/"
55 -
56 -LICENSE="GPL-3"
57 -SLOT="0"
58 -IUSE="+cairo openmp"
59 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
60 -
61 -RDEPEND="
62 - ${PYTHON_DEPS}
63 - <dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}]
64 - dev-libs/expat
65 - dev-python/numpy[${PYTHON_USEDEP}]
66 - sci-libs/scipy[${PYTHON_USEDEP}]
67 - >=sci-mathematics/cgal-4.9
68 - cairo? (
69 - dev-cpp/cairomm
70 - dev-python/pycairo[${PYTHON_USEDEP}]
71 - )
72 - dev-python/matplotlib[${PYTHON_USEDEP}]"
73 -DEPEND="${RDEPEND}
74 - dev-cpp/sparsehash
75 - virtual/pkgconfig"
76 -
77 -# bug 453544
78 -CHECKREQS_DISK_BUILD="6G"
79 -
80 -pkg_pretend() {
81 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
82 - check-reqs_pkg_pretend
83 -}
84 -
85 -pkg_setup() {
86 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
87 -}
88 -
89 -src_prepare() {
90 - default
91 - [[ ${PV} == *9999 ]] && eautoreconf
92 - python_copy_sources
93 -}
94 -
95 -src_configure() {
96 - local threads
97 - has_version 'dev-libs/boost[threads]' && threads="-mt"
98 -
99 - configure() {
100 - econf \
101 - --disable-static \
102 - --disable-optimization \
103 - $(use_enable openmp) \
104 - $(use_enable cairo) \
105 - --with-boost-python="${EPYTHON: -3}${threads}"
106 - }
107 - python_foreach_impl run_in_build_dir configure
108 -}
109 -
110 -src_compile() {
111 - # most machines don't have enough ram for parallel builds
112 - python_foreach_impl run_in_build_dir emake -j1
113 -}
114 -
115 -src_install() {
116 - python_foreach_impl run_in_build_dir default
117 - find "${D}" -name '*.la' -delete || die
118 -}
119
120 diff --git a/dev-python/graph-tool/graph-tool-2.23.ebuild b/dev-python/graph-tool/graph-tool-2.23.ebuild
121 deleted file mode 100644
122 index d8245624407..00000000000
123 --- a/dev-python/graph-tool/graph-tool-2.23.ebuild
124 +++ /dev/null
125 @@ -1,82 +0,0 @@
126 -# Copyright 1999-2019 Gentoo Authors
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=6
130 -
131 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
132 -
133 -inherit check-reqs python-r1 toolchain-funcs
134 -
135 -if [[ ${PV} == *9999 ]]; then
136 - EGIT_REPO_URI="https://github.com/count0/graph-tool.git"
137 - inherit autotools git-r3
138 -else
139 - SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2"
140 - KEYWORDS="amd64"
141 -fi
142 -
143 -DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs"
144 -HOMEPAGE="https://graph-tool.skewed.de/"
145 -
146 -LICENSE="GPL-3"
147 -SLOT="0"
148 -IUSE="+cairo openmp"
149 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
150 -
151 -RDEPEND="
152 - ${PYTHON_DEPS}
153 - <dev-libs/boost-1.70:=[context,python,${PYTHON_USEDEP}]
154 - dev-libs/expat
155 - dev-python/numpy[${PYTHON_USEDEP}]
156 - sci-libs/scipy[${PYTHON_USEDEP}]
157 - >=sci-mathematics/cgal-4.9
158 - cairo? (
159 - dev-cpp/cairomm
160 - dev-python/pycairo[${PYTHON_USEDEP}]
161 - )
162 - dev-python/matplotlib[${PYTHON_USEDEP}]"
163 -DEPEND="${RDEPEND}
164 - dev-cpp/sparsehash
165 - virtual/pkgconfig"
166 -
167 -# bug 453544
168 -CHECKREQS_DISK_BUILD="6G"
169 -
170 -pkg_pretend() {
171 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
172 - check-reqs_pkg_pretend
173 -}
174 -
175 -pkg_setup() {
176 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
177 -}
178 -
179 -src_prepare() {
180 - default
181 - [[ ${PV} == *9999 ]] && eautoreconf
182 - python_copy_sources
183 -}
184 -
185 -src_configure() {
186 - local threads
187 - has_version 'dev-libs/boost[threads]' && threads="-mt"
188 -
189 - configure() {
190 - econf \
191 - --disable-static \
192 - $(use_enable openmp) \
193 - $(use_enable cairo) \
194 - --with-boost-python="${EPYTHON: -3}${threads}"
195 - }
196 - python_foreach_impl run_in_build_dir configure
197 -}
198 -
199 -src_compile() {
200 - # most machines don't have enough ram for parallel builds
201 - python_foreach_impl run_in_build_dir emake -j1
202 -}
203 -
204 -src_install() {
205 - python_foreach_impl run_in_build_dir default
206 - find "${D}" -name '*.la' -delete || die
207 -}
208
209 diff --git a/dev-python/graph-tool/graph-tool-2.26.ebuild b/dev-python/graph-tool/graph-tool-2.26.ebuild
210 deleted file mode 100644
211 index 76d47d44980..00000000000
212 --- a/dev-python/graph-tool/graph-tool-2.26.ebuild
213 +++ /dev/null
214 @@ -1,82 +0,0 @@
215 -# Copyright 1999-2019 Gentoo Authors
216 -# Distributed under the terms of the GNU General Public License v2
217 -
218 -EAPI=6
219 -
220 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
221 -
222 -inherit check-reqs python-r1 toolchain-funcs
223 -
224 -if [[ ${PV} == *9999 ]]; then
225 - EGIT_REPO_URI="https://github.com/count0/graph-tool.git"
226 - inherit autotools git-r3
227 -else
228 - SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2"
229 - KEYWORDS="~amd64"
230 -fi
231 -
232 -DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs"
233 -HOMEPAGE="https://graph-tool.skewed.de/"
234 -
235 -LICENSE="GPL-3"
236 -SLOT="0"
237 -IUSE="+cairo openmp"
238 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
239 -
240 -RDEPEND="
241 - ${PYTHON_DEPS}
242 - <dev-libs/boost-1.70:=[context,python,${PYTHON_USEDEP}]
243 - dev-libs/expat
244 - dev-python/numpy[${PYTHON_USEDEP}]
245 - sci-libs/scipy[${PYTHON_USEDEP}]
246 - >=sci-mathematics/cgal-4.9
247 - cairo? (
248 - dev-cpp/cairomm
249 - dev-python/pycairo[${PYTHON_USEDEP}]
250 - )
251 - dev-python/matplotlib[${PYTHON_USEDEP}]"
252 -DEPEND="${RDEPEND}
253 - dev-cpp/sparsehash
254 - virtual/pkgconfig"
255 -
256 -# bug 453544
257 -CHECKREQS_DISK_BUILD="6G"
258 -
259 -pkg_pretend() {
260 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
261 - check-reqs_pkg_pretend
262 -}
263 -
264 -pkg_setup() {
265 - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
266 -}
267 -
268 -src_prepare() {
269 - default
270 - [[ ${PV} == *9999 ]] && eautoreconf
271 - python_copy_sources
272 -}
273 -
274 -src_configure() {
275 - local threads
276 - has_version 'dev-libs/boost[threads]' && threads="-mt"
277 -
278 - configure() {
279 - econf \
280 - --disable-static \
281 - $(use_enable openmp) \
282 - $(use_enable cairo) \
283 - --with-boost-python="${EPYTHON: -3}${threads}"
284 - }
285 - python_foreach_impl run_in_build_dir configure
286 -}
287 -
288 -src_compile() {
289 - # most machines don't have enough ram for parallel builds
290 - python_foreach_impl run_in_build_dir emake -j1
291 -}
292 -
293 -src_install() {
294 - python_foreach_impl run_in_build_dir default
295 - find "${D}" -name '*.la' -delete || die
296 -}