commit:     9fcb881685c5b2c5997ec08032b6c56d3c7173b5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 31 12:38:06 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jan 31 12:39:17 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9fcb8816

sci-libs/spyking-circus: bump to 1.1.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 ...pyking-circus-1.0.6.ebuild => spyking-circus-1.1.0.ebuild} | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/sci-libs/spyking-circus/spyking-circus-1.0.6.ebuild 
b/sci-libs/spyking-circus/spyking-circus-1.1.0.ebuild
similarity index 81%
rename from sci-libs/spyking-circus/spyking-circus-1.0.6.ebuild
rename to sci-libs/spyking-circus/spyking-circus-1.1.0.ebuild
index f453c6986..3d7feaaf0 100644
--- a/sci-libs/spyking-circus/spyking-circus-1.0.6.ebuild
+++ b/sci-libs/spyking-circus/spyking-circus-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -15,7 +15,7 @@ LICENSE="CeCILL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-# TODO: Fix this
+# Wants to run mpirun (and fails)
 RESTRICT="test"
 
 RDEPEND="
@@ -26,13 +26,10 @@ RDEPEND="
        >=dev-python/matplotlib-2.2.4[${PYTHON_USEDEP}]
        >=dev-python/mpi4py-3.0.0[${PYTHON_USEDEP}]
        >=dev-python/numpy-1.17.4[${PYTHON_USEDEP}]
-       >=dev-python/pandas-0.21[${PYTHON_USEDEP}]
        >=dev-python/psutil-5.6.7[${PYTHON_USEDEP}]
        >=dev-python/statsmodels-0.10.1[${PYTHON_USEDEP}]
        >=dev-python/tqdm-4.40.0[${PYTHON_USEDEP}]
        >=dev-python/scipy-1.3.1[${PYTHON_USEDEP}]
-       >=sci-libs/scikit-learn-0.21.3
-       || ( <=sys-cluster/openmpi-3.0.0 >=sys-cluster/mpich-2.0 )
 "
 DEPEND="${RDEPEND}"
 

Reply via email to