commit: e4f65feaa95b25f541573d824e9afb03e195f7cb
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 20 09:48:22 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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}