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/pyopencl/
Date: Tue, 02 May 2017 11:58:41
Message-Id: 1493726292.8739d48dcab1ef0d2b486902bef67f244c2b17a9.mgorny@gentoo
1 commit: 8739d48dcab1ef0d2b486902bef67f244c2b17a9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 11:14:14 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 11:58:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8739d48d
7
8 dev-python/pyopencl: Clean old versions up
9
10 dev-python/pyopencl/Manifest | 2 --
11 dev-python/pyopencl/pyopencl-2015.1.ebuild | 46 -------------------------
12 dev-python/pyopencl/pyopencl-2015.2.4.ebuild | 50 ----------------------------
13 3 files changed, 98 deletions(-)
14
15 diff --git a/dev-python/pyopencl/Manifest b/dev-python/pyopencl/Manifest
16 index 1ead07eefb5..d6e8ea40687 100644
17 --- a/dev-python/pyopencl/Manifest
18 +++ b/dev-python/pyopencl/Manifest
19 @@ -1,4 +1,2 @@
20 DIST pyopencl-2014.1.tar.gz 1642825 SHA256 7c8df4f22ef49516a1444760dc622a037c83079ff60ff81779e60cb9fc5410e7 SHA512 da3e4e8d95605381d87db482f61fe7030fe244611a3c35d84c88210bcfb3472dc197be721f92e46e6828cc5d0245981ae004331a7c19e7fd8011a0aab593072f WHIRLPOOL e9d3c742c6ef217cf1f223990f852ae5b5ef50b7eae3513955da00f41134d9805e2078c16cd31429e327ea64a7ea16c15c014a749a3a532c3a11e4babdb91202
21 -DIST pyopencl-2015.1.tar.gz 1652046 SHA256 823b8c5ae438a70de87b3675c3896d04d785261cb0cbd45c01c7dd0fe9d9f6ff SHA512 0236237b1f21283aa2fa7edf86d4c7a275df508e2bdd833ad83d333f3a070b00b125310bfbf8e0fd7308b47d94c565642f87645cc91c8d7020f1e377cdd8bec5 WHIRLPOOL 2b581e4a02c8f5f77085c87c5e8b63ada0b86c58d04e62e665144be00447a9cdd69e8befecc3effe8b6253f3cace2920e8158417c940d08f89ff2985c479753b
22 -DIST pyopencl-2015.2.4.tar.gz 284648 SHA256 f67d0099add79c6baae2359872dec82d1472bd4df42523d1604afcd10ed87398 SHA512 19ae397adb357da2e04d8aade987471b7c83b902750aeb67bf5303e758b720d78ce05a130b1930478ccc47ff6c3cdf4484b85d4bf60dfb36aaf6e2f050a4af9e WHIRLPOOL b0fa45f68ccc05d45036ead1c9e6be0aff06c06f45d6c53f1dcbce2a1c70acf5e4ccbcbffea1966a3aa4a752f909c306296a2905bf7331cfd36d9b083d263f61
23 DIST pyopencl-2016.1.tar.gz 311327 SHA256 54b6e8ad02dc437807739bd53e43851efe979bd51ec87996e44b94ab67238297 SHA512 3be8da315f9b4a4e03071152bb5968c5c7b102cbae6c70f358438cfd7951d12970a76dd8e922187ff73e47f7d0ce7a070e6f303dbe364c016796fa65d7e1de71 WHIRLPOOL 23514d2ff8b578d623506033c749df5fd1d5604f5deefda72e817c688df9337c608d291f5ae8efc0e227e857ef16b65adb51ebc20773d0f8e636665990902ea9
24
25 diff --git a/dev-python/pyopencl/pyopencl-2015.1.ebuild b/dev-python/pyopencl/pyopencl-2015.1.ebuild
26 deleted file mode 100644
27 index 9ec7bddf6e2..00000000000
28 --- a/dev-python/pyopencl/pyopencl-2015.1.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python{2_7,3_4} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Python wrapper for OpenCL"
40 -HOMEPAGE="http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="examples opengl"
47 -
48 -RDEPEND=">=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
49 - dev-python/decorator[${PYTHON_USEDEP}]
50 - dev-python/numpy[${PYTHON_USEDEP}]
51 - dev-python/mako[${PYTHON_USEDEP}]
52 - dev-python/pytools[${PYTHON_USEDEP}]
53 - >=virtual/opencl-0-r1"
54 -DEPEND="${RDEPEND}"
55 -
56 -src_configure()
57 -{
58 - local myconf=()
59 - if use opengl; then
60 - myconf+=(--cl-enable-gl)
61 - fi
62 -
63 - "${PYTHON}" configure.py \
64 - --boost-compiler=gcc \
65 - --boost-python-libname=boost_python-${PYTHON_ABI}-mt \
66 - --no-use-shipped-boost \
67 - "${myconf[@]}"
68 -}
69 -
70 -python_install_all() {
71 - if use examples; then
72 - local EXAMPLES=( examples/. )
73 - einfo "Some of the examples provided by this package require dev-python/matplotlib."
74 - fi
75 - distutils-r1_python_install_all
76 -}
77
78 diff --git a/dev-python/pyopencl/pyopencl-2015.2.4.ebuild b/dev-python/pyopencl/pyopencl-2015.2.4.ebuild
79 deleted file mode 100644
80 index b9058eb16c1..00000000000
81 --- a/dev-python/pyopencl/pyopencl-2015.2.4.ebuild
82 +++ /dev/null
83 @@ -1,50 +0,0 @@
84 -# Copyright 1999-2016 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI=5
88 -
89 -PYTHON_COMPAT=( python{2_7,3_4} )
90 -
91 -inherit distutils-r1
92 -
93 -DESCRIPTION="Python wrapper for OpenCL"
94 -HOMEPAGE="http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl"
95 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96 -
97 -LICENSE="GPL-2"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~x86"
100 -IUSE="examples opengl"
101 -
102 -RDEPEND="
103 - >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
104 - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
105 - >=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
106 - >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
107 - dev-python/mako[${PYTHON_USEDEP}]
108 - dev-python/numpy[${PYTHON_USEDEP}]
109 - >=dev-python/pytools-2015.1.2[${PYTHON_USEDEP}]
110 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
111 - >=virtual/opencl-0-r1"
112 -DEPEND="${RDEPEND}"
113 -
114 -src_configure() {
115 - local myconf=()
116 - if use opengl; then
117 - myconf+=(--cl-enable-gl)
118 - fi
119 -
120 - "${PYTHON}" configure.py \
121 - --boost-compiler=gcc \
122 - --boost-python-libname=boost_python-${PYTHON_ABI}-mt \
123 - --no-use-shipped-boost \
124 - "${myconf[@]}"
125 -}
126 -
127 -python_install_all() {
128 - if use examples; then
129 - local EXAMPLES=( examples/. )
130 - einfo "Some of the examples provided by this package require dev-python/matplotlib."
131 - fi
132 - distutils-r1_python_install_all
133 -}