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 DFF4713835A for ; Fri, 25 Sep 2020 13:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD3E6E0824; Fri, 25 Sep 2020 13:02:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA22CE0824 for ; Fri, 25 Sep 2020 13:02:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B29433E01A for ; Fri, 25 Sep 2020 13:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9FB9373 for ; Fri, 25 Sep 2020 13:02:08 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601038921.9b472b90d48655a31d2d20606d7bdac37297a2e0.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/arrayfire-python/files/, dev-python/arrayfire-python/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/arrayfire-python/arrayfire-python-3.4.20170222.ebuild dev-python/arrayfire-python/arrayfire-python-3.6.20181017.ebuild dev-python/arrayfire-python/arrayfire-python-3.6.20181017_p1.ebuild dev-python/arrayfire-python/arrayfire-python-9999.ebuild dev-python/arrayfire-python/files/arrayfire-python-3.6.20181017_p1-skip_tests.patch X-VCS-Directories: dev-python/arrayfire-python/files/ dev-python/arrayfire-python/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 9b472b90d48655a31d2d20606d7bdac37297a2e0 X-VCS-Branch: master Date: Fri, 25 Sep 2020 13:02:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: befd8d35-2a02-4b15-935e-1f3ffbd179b8 X-Archives-Hash: b2058e5e0260910a1b9b7266312435e4 commit: 9b472b90d48655a31d2d20606d7bdac37297a2e0 Author: Aisha Tammy aisha cc> AuthorDate: Fri Sep 25 13:02:01 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Fri Sep 25 13:02:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9b472b90 dev-python/arrayfire-python: version bump Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> .../arrayfire-python-3.4.20170222.ebuild | 26 --------------- .../arrayfire-python-3.6.20181017.ebuild | 35 +++++++++++++++++++ .../arrayfire-python-3.6.20181017_p1.ebuild | 39 ++++++++++++++++++++++ .../arrayfire-python/arrayfire-python-9999.ebuild | 19 ----------- ...rayfire-python-3.6.20181017_p1-skip_tests.patch | 20 +++++++++++ 5 files changed, 94 insertions(+), 45 deletions(-) diff --git a/dev-python/arrayfire-python/arrayfire-python-3.4.20170222.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.4.20170222.ebuild deleted file mode 100644 index 32818eef8..000000000 --- a/dev-python/arrayfire-python/arrayfire-python-3.4.20170222.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -