Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/
Date: Fri, 25 Sep 2020 13:02:12
Message-Id: 1601036519.65bb092988e90c6cd69eb421e6184c2f36cb9aa3.epsilon-0@gentoo
1 commit: 65bb092988e90c6cd69eb421e6184c2f36cb9aa3
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Fri Sep 25 12:21:59 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Fri Sep 25 12:21:59 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=65bb0929
7
8 dev-python/arrayfire-python: drop old versions
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 RepoMan-Options: --force
12 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
13
14 .../arrayfire-python-3.1.20151111.ebuild | 25 ---------------------
15 .../arrayfire-python-3.2.20151224.ebuild | 25 ---------------------
16 .../arrayfire-python-3.3.20160624.ebuild | 21 -----------------
17 .../arrayfire-python-3.4.20161126.ebuild | 26 ----------------------
18 4 files changed, 97 deletions(-)
19
20 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
21 deleted file mode 100644
22 index a5518e365..000000000
23 --- a/dev-python/arrayfire-python/arrayfire-python-3.1.20151111.ebuild
24 +++ /dev/null
25 @@ -1,25 +0,0 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=6
30 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
31 -
32 -inherit distutils-r1
33 -
34 -MY_PN="arrayfire"
35 -
36 -DESCRIPTION="Python bindings for ArrayFire"
37 -HOMEPAGE="http://www.arrayfire.com"
38 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -KEYWORDS="~amd64"
43 -
44 -S="${WORKDIR}/${MY_PN}-${PV}"
45 -
46 -RDEPEND="
47 - >=sci-libs/arrayfire-3.0.0
48 - <sci-libs/arrayfire-3.2
49 - "
50 -DEPEND="${RDEPEND}"
51
52 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
53 deleted file mode 100644
54 index 40e30d21e..000000000
55 --- a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
56 +++ /dev/null
57 @@ -1,25 +0,0 @@
58 -# Copyright 1999-2016 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=6
62 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
63 -
64 -inherit distutils-r1
65 -
66 -MY_PN="arrayfire"
67 -
68 -DESCRIPTION="Python bindings for ArrayFire"
69 -HOMEPAGE="http://www.arrayfire.com"
70 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
71 -
72 -LICENSE="BSD"
73 -SLOT="0"
74 -KEYWORDS="~amd64"
75 -
76 -S="${WORKDIR}/${MY_PN}-${PV}"
77 -
78 -RDEPEND="
79 - >=sci-libs/arrayfire-3.2.0
80 - <sci-libs/arrayfire-3.3.0
81 - "
82 -DEPEND="${RDEPEND}"
83
84 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
85 deleted file mode 100644
86 index 29d275cf3..000000000
87 --- a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
88 +++ /dev/null
89 @@ -1,21 +0,0 @@
90 -# Copyright 1999-2016 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=6
94 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
95 -
96 -inherit distutils-r1
97 -
98 -DESCRIPTION="Python bindings for ArrayFire"
99 -HOMEPAGE="http://www.arrayfire.com"
100 -SRC_URI="https://github.com/arrayfire/arrayfire-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
101 -
102 -LICENSE="BSD"
103 -SLOT="0"
104 -KEYWORDS="~amd64"
105 -
106 -RDEPEND="
107 - >=sci-libs/arrayfire-3.3.2
108 - <sci-libs/arrayfire-3.4.0
109 - "
110 -DEPEND="${RDEPEND}"
111
112 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild
113 deleted file mode 100644
114 index cf6980807..000000000
115 --- a/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild
116 +++ /dev/null
117 @@ -1,26 +0,0 @@
118 -# Copyright 1999-2016 Gentoo Foundation
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=6
122 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
123 -
124 -inherit distutils-r1
125 -
126 -DESCRIPTION="Python bindings for ArrayFire"
127 -HOMEPAGE="http://www.arrayfire.com"
128 -SRC_URI="https://github.com/arrayfire/arrayfire-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
129 -
130 -LICENSE="BSD"
131 -SLOT="0"
132 -IUSE="test"
133 -KEYWORDS="~amd64"
134 -
135 -RDEPEND="
136 - >=sci-libs/arrayfire-3.4.0
137 - <sci-libs/arrayfire-3.5.0
138 - "
139 -DEPEND="${RDEPEND}"
140 -
141 -python_test() {
142 - ${EPYTHON} -m arrayfire.tests
143 -}