commit: ea20cf37671f33b1d00aff3f96844adc8f199ba4
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Nov 29 10:14:34 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Nov 29 10:15:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ea20cf37
dev-python/arrayfire-python: Version bump to 3.4.20161126
Package-Manager: portage-2.3.0
.../arrayfire-python-3.4.20161126.ebuild | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild
b/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild
new file mode 100644
index 0000000..beae8f2
--- /dev/null
+++ b/dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for ArrayFire"
+HOMEPAGE="http://www.arrayfire.com"
+SRC_URI="https://github.com/arrayfire/arrayfire-python/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=sci-libs/arrayfire-3.4.0
+ <sci-libs/arrayfire-3.5.0
+ "
+DEPEND="${RDEPEND}"