aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2016-11-29 09:51:06 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2016-11-29 11:15:17 +0100
commitcb304266273eb0791fc33874510f55c88d8cdc0e (patch)
tree2dad181821de10ef8039a48df86e74da655d6705
parentsci-chemistry/gamess: Update install info (diff)
downloadsci-cb304266.tar.gz
sci-cb304266.tar.bz2
sci-cb304266.zip
dev-python/arrayfire-python: Version bump to 3.3.20160624
Package-Manager: portage-2.3.0
-rw-r--r--dev-python/arrayfire-python/Manifest1
-rw-r--r--dev-python/arrayfire-python/arrayfire-python-3.3.20160624.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/arrayfire-python/Manifest b/dev-python/arrayfire-python/Manifest
index ee31a2716..7f4598da4 100644
--- a/dev-python/arrayfire-python/Manifest
+++ b/dev-python/arrayfire-python/Manifest
@@ -1,3 +1,4 @@
DIST arrayfire-3.1.20151111.tar.gz 35015 SHA256 6992ac07645dbafbfda0c73a2c3eb94ba03d6a941593d94da42126d6310f0633 SHA512 7a3e359eaf61e7d8234451671941f37f613a77ea4d1d22ac7dc6cd9a0b40a2ca098eb03b8d0778537c5012aca6cb5bc986a056b3cdf15e7d9f23417bf3c6a60d WHIRLPOOL 1c1ba68e54e285b80c5c09328872f27a2e9cb8d002c13883ef4e66c94ebbc18a12bf5fe683215922af5c9d5ac09f2957010a1ef2145fded1e838a632077658c5
DIST arrayfire-3.2.20151224.tar.gz 39158 SHA256 446a8a1e74f2271f0f8cafcc4d144a1cd58d01de50b6f90cc0c2ef48d044434d SHA512 bd3bdab84835c1e112e4d7d159f76d02a0291bc1a82928918202abd524b296b47589dec7d432419006c0348e0741d07e7852d1ad943ae2640b78be3c057f94ed WHIRLPOOL c88e019ed288a05c78de7cd44f590b751c71ebecf957eed7c71d697c3fa026816f4731190de942c73b113c4f98d8f0de8274df619e97ac4c0f8da12b9ad73013
DIST arrayfire-python-3.3.20160516.tar.gz 58569 SHA256 466308a64a3adf148b874a241c330f98b0d375c629cc44e078cff9b81a5792e4 SHA512 38861963156eea67eb39315c68c58580f928bfa0eb19a54435d45a6e71b31569e15cf3217427a95e9e24d6a0e61ef6394857e0587e3dbd621dbc4e1409dddc09 WHIRLPOOL 2f3fc65b5514b548f948e24ecfa7a5c97db8d48ad3a7d75a99de264baed06eb1d1a3fefef9ad8874c837c01a246deb8ac7bea4c38be87304232a4db11df54ae7
+DIST arrayfire-python-3.3.20160624.tar.gz 104485 SHA256 736397518dab08dedcd1b13b287548f5171319e63c9db15b6aa3e141689295e2 SHA512 e311470287c099b54961cf7988b57b2c0e3f36b4c77deabcd2ac934f8f3f81d39a97dfe3d10e677a1a58f71d6944010595ac8d30de054b2a7edbe19d599e87d1 WHIRLPOOL 1de41d1a1374a72f3c4801fa48a2c3162f53e95d2688bd2befe68000870eb04382b42812614ff4e1346d63feba336829b88ce87e9f51803e03d584c8061e9489
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 000000000..4b84ce894
--- /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}"