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: Tue, 29 Nov 2016 10:16:08
Message-Id: 1480414517.cb304266273eb0791fc33874510f55c88d8cdc0e.marbre@gentoo
1 commit: cb304266273eb0791fc33874510f55c88d8cdc0e
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Nov 29 08:51:06 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Nov 29 10:15:17 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cb304266
7
8 dev-python/arrayfire-python: Version bump to 3.3.20160624
9
10 Package-Manager: portage-2.3.0
11
12 .../arrayfire-python-3.3.20160624.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
16 new file mode 100644
17 index 0000000..4b84ce8
18 --- /dev/null
19 +++ b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
20 @@ -0,0 +1,21 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
27 +
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="Python bindings for ArrayFire"
31 +HOMEPAGE="http://www.arrayfire.com"
32 +SRC_URI="https://github.com/arrayfire/arrayfire-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 +
34 +LICENSE="BSD"
35 +SLOT="0"
36 +KEYWORDS="~amd64"
37 +
38 +RDEPEND="
39 + >=sci-libs/arrayfire-3.3.2
40 + "
41 +DEPEND="${RDEPEND}"