Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/
Date: Sat, 19 Dec 2015 12:36:19
Message-Id: 1450528338.2393df4beea8e89b4ef06a11b66ea5a2013b62a1.marbre@gentoo
1 commit: 2393df4beea8e89b4ef06a11b66ea5a2013b62a1
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Dec 19 12:32:18 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Dec 19 12:32:18 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2393df4b
7
8 dev-python/arrayfire-python: Version bump
9
10 Package-Manager: portage-2.2.24
11
12 dev-python/arrayfire-python/ChangeLog | 6 ++++++
13 .../arrayfire-python-3.2.20151214.ebuild | 25 ++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-python/arrayfire-python/ChangeLog b/dev-python/arrayfire-python/ChangeLog
17 index 7864a80..e8b40e6 100644
18 --- a/dev-python/arrayfire-python/ChangeLog
19 +++ b/dev-python/arrayfire-python/ChangeLog
20 @@ -2,6 +2,12 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 +*arrayfire-python-3.2.20151214 (19 Dec 2015)
25 +
26 + 19 Dec 2015; Marius Brehler <marbre@××××××××××××××.de>
27 + +arrayfire-python-3.2.20151214.ebuild:
28 + dev-python/arrayfire-python: Version bump
29 +
30 19 Dec 2015; Marius Brehler <marbre@××××××××××××××.de>
31 -arrayfire-python-3.0.20150914.ebuild:
32 dev-python/arrayfire-python: Drop old
33
34 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild
35 new file mode 100644
36 index 0000000..0a6ea83
37 --- /dev/null
38 +++ b/dev-python/arrayfire-python/arrayfire-python-3.2.20151214.ebuild
39 @@ -0,0 +1,25 @@
40 +# Copyright 1999-2015 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Id$
43 +
44 +EAPI=5
45 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
46 +
47 +inherit distutils-r1
48 +
49 +MY_PN="arrayfire"
50 +
51 +DESCRIPTION="Python bindings for ArrayFire"
52 +HOMEPAGE="http://www.arrayfire.com"
53 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
54 +
55 +LICENSE="BSD"
56 +SLOT="0"
57 +KEYWORDS="~amd64"
58 +
59 +S="${WORKDIR}/${MY_PN}-${PV}"
60 +
61 +RDEPEND="
62 + >=sci-libs/arrayfire-3.2.0
63 + "
64 +DEPEND="${RDEPEND}"