commit: bc64dbbfbcb91ea65d47f631ce2465c3c4d8d487
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Mar 6 15:11:28 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Mar 6 15:11:28 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bc64dbbf
dev-python/arrayfire-python: Version bump to 3.4.20170222
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../arrayfire-python-3.4.20170222.ebuild | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/arrayfire-python/arrayfire-python-3.4.20170222.ebuild
b/dev-python/arrayfire-python/arrayfire-python-3.4.20170222.ebuild
new file mode 100644
index 000000000..32818eef8
--- /dev/null
+++ b/dev-python/arrayfire-python/arrayfire-python-3.4.20170222.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+IUSE="test"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=sci-libs/arrayfire-3.4.0
+ <sci-libs/arrayfire-3.5.0
+ "
+DEPEND="${RDEPEND}"
+
+python_test() {
+ ${EPYTHON} -m arrayfire.tests
+}