From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB66B1395E2 for ; Tue, 29 Nov 2016 10:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52CE1E0B87; Tue, 29 Nov 2016 10:16:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BE00E0B87 for ; Tue, 29 Nov 2016 10:16:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F1283414E9 for ; Tue, 29 Nov 2016 10:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF7224AE for ; Tue, 29 Nov 2016 10:16:03 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1480414517.ea20cf37671f33b1d00aff3f96844adc8f199ba4.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/arrayfire-python/arrayfire-python-3.4.20161126.ebuild X-VCS-Directories: dev-python/arrayfire-python/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: ea20cf37671f33b1d00aff3f96844adc8f199ba4 X-VCS-Branch: master Date: Tue, 29 Nov 2016 10:16:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a500dc2b-a709-4f60-80b5-0484b46659bc X-Archives-Hash: 50d5cd232f1c995dc52af81f646c12fc commit: ea20cf37671f33b1d00aff3f96844adc8f199ba4 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Nov 29 10:14:34 2016 +0000 Commit: Marius Brehler linux sungazer 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 +