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: Fri, 25 Dec 2015 20:01:21
Message-Id: 1451073644.e34002b2d638180c0a3a1c6b5c6f475de08c45cb.marbre@gentoo
1 commit: e34002b2d638180c0a3a1c6b5c6f475de08c45cb
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Fri Dec 25 20:00:44 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Fri Dec 25 20:00:44 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e34002b2
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.20151224.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 e8b40e6..a63c10f 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.20151224 (25 Dec 2015)
25 +
26 + 25 Dec 2015; Marius Brehler <marbre@××××××××××××××.de>
27 + +arrayfire-python-3.2.20151224.ebuild:
28 + dev-python/arrayfire-python: Version bump
29 +
30 *arrayfire-python-3.2.20151214 (19 Dec 2015)
31
32 19 Dec 2015; Marius Brehler <marbre@××××××××××××××.de>
33
34 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.ebuild
35 new file mode 100644
36 index 0000000..0a6ea83
37 --- /dev/null
38 +++ b/dev-python/arrayfire-python/arrayfire-python-3.2.20151224.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}"