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 72DCA1382C5 for ; Wed, 20 Jan 2021 09:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F8EAE0825; Wed, 20 Jan 2021 09:48:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 82C06E0825 for ; Wed, 20 Jan 2021 09:48:39 +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 3F28D34109E for ; Wed, 20 Jan 2021 09:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D05CC92 for ; Wed, 20 Jan 2021 09:48:36 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611136102.e4f65feaa95b25f541573d824e9afb03e195f7cb.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/spams-python/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/spams-python/spams-python-2.6.2.ebuild sci-libs/spams-python/spams-python-2.6.ebuild X-VCS-Directories: sci-libs/spams-python/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e4f65feaa95b25f541573d824e9afb03e195f7cb X-VCS-Branch: master Date: Wed, 20 Jan 2021 09:48:36 +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: 02f7f66a-2d7c-4cbc-9c66-d8c580e79d42 X-Archives-Hash: a30ce18233e0cd9933f389fdb43e6389 commit: e4f65feaa95b25f541573d824e9afb03e195f7cb Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Jan 20 09:48:22 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 20 09:48:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e4f65fea sci-libs/spams-python: bump python targets fails to compile without openblas Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../{spams-python-2.6.ebuild => spams-python-2.6.2.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-libs/spams-python/spams-python-2.6.ebuild b/sci-libs/spams-python/spams-python-2.6.2.ebuild similarity index 89% rename from sci-libs/spams-python/spams-python-2.6.ebuild rename to sci-libs/spams-python/spams-python-2.6.2.ebuild index f1ad8811e..99b1e6370 100644 --- a/sci-libs/spams-python/spams-python-2.6.ebuild +++ b/sci-libs/spams-python/spams-python-2.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 toolchain-funcs @@ -13,12 +13,13 @@ SRC_URI="https://github.com/samuelstjean/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="GPL-3" SLOT="0" -IUSE="" KEYWORDS="~amd64" DEPEND=" + dev-python/distro[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] - virtual/blas + dev-python/pillow[${PYTHON_USEDEP}] + sci-libs/openblas virtual/lapack " RDEPEND="${DEPEND}