commit: cb304266273eb0791fc33874510f55c88d8cdc0e
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Nov 29 08:51:06 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=cb304266
dev-python/arrayfire-python: Version bump to 3.3.20160624
Package-Manager: portage-2.3.0
.../arrayfire-python-3.3.20160624.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
new file mode 100644
index 0000000..4b84ce8
--- /dev/null
+++ b/dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{3,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.3.2
+ "
+DEPEND="${RDEPEND}"