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:09
Message-Id: 1480414517.ea20cf37671f33b1d00aff3f96844adc8f199ba4.marbre@gentoo
1 commit: ea20cf37671f33b1d00aff3f96844adc8f199ba4
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Nov 29 10:14:34 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=ea20cf37
7
8 dev-python/arrayfire-python: Version bump to 3.4.20161126
9
10 Package-Manager: portage-2.3.0
11
12 .../arrayfire-python-3.4.20161126.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild
16 new file mode 100644
17 index 0000000..beae8f2
18 --- /dev/null
19 +++ b/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild
20 @@ -0,0 +1,22 @@
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_{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.4.0
40 + <sci-libs/arrayfire-3.5.0
41 + "
42 +DEPEND="${RDEPEND}"