public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/
Date: Fri,  7 Dec 2018 01:09:37 +0000 (UTC)	[thread overview]
Message-ID: <1544144965.26b5ea22a3863194677a8193bf405e2830249d88.chymera@gentoo> (raw)

commit:     26b5ea22a3863194677a8193bf405e2830249d88
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Fri Dec  7 01:08:56 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Dec  7 01:09:25 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=26b5ea22

sci-biology/nilearn: removed deprecated versions

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>

 sci-biology/nilearn/nilearn-0.2.5.ebuild | 33 ----------------------
 sci-biology/nilearn/nilearn-0.2.6.ebuild | 47 --------------------------------
 2 files changed, 80 deletions(-)

diff --git a/sci-biology/nilearn/nilearn-0.2.5.ebuild b/sci-biology/nilearn/nilearn-0.2.5.ebuild
deleted file mode 100644
index a6834596c..000000000
--- a/sci-biology/nilearn/nilearn-0.2.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Fast and easy statistical learning on NeuroImaging data"
-HOMEPAGE="http://nilearn.github.io/"
-SRC_URI="https://github.com/nilearn/nilearn/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+plot test"
-
-DEPEND="
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	"
-RDEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-	sci-libs/scikits_learn[${PYTHON_USEDEP}]
-	sci-libs/scipy[${PYTHON_USEDEP}]
-	sci-libs/nibabel[${PYTHON_USEDEP}]
-	plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
-
-python_test() {
-	echo "backend: Agg" > matplotlibrc
-	MPLCONFIGDIR=. nosetests -v || die
-}

diff --git a/sci-biology/nilearn/nilearn-0.2.6.ebuild b/sci-biology/nilearn/nilearn-0.2.6.ebuild
deleted file mode 100644
index 003d1753a..000000000
--- a/sci-biology/nilearn/nilearn-0.2.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Fast and easy statistical learning on NeuroImaging data"
-HOMEPAGE="http://nilearn.github.io/"
-SRC_URI="https://github.com/nilearn/nilearn/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+plot test"
-
-DEPEND="
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	"
-RDEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-	sci-libs/scikits_learn[${PYTHON_USEDEP}]
-	sci-libs/scipy[${PYTHON_USEDEP}]
-	sci-libs/nibabel[${PYTHON_USEDEP}]
-	plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
-
-# upstream is reluctant to *not* depend on bundled scikits_learn:
-# https://github.com/nilearn/nilearn/pull/1398
-python_prepare_all() {
-	local f
-	for f in nilearn/{*/*/,*/,}*.py; do
-		sed -r \
-			-e '/^from/s/(sklearn|\.|)\.externals\.joblib/joblib/' \
-			-e 's/from (sklearn|\.|)\.externals import/import/' \
-		-i $f || die
-	done
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	echo "backend: Agg" > matplotlibrc
-	MPLCONFIGDIR=. nosetests -v || die
-}


             reply	other threads:[~2018-12-07  1:09 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-07  1:09 Horea Christian [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-22 11:28 [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/ Horea Christian
2023-05-02 23:58 Horea Christian
2023-05-02 23:58 Horea Christian
2022-07-11 16:33 Horea Christian
2022-05-13  1:44 Horea Christian
2022-04-28 15:25 Horea Christian
2022-01-26 17:48 Andrew Ammerlaan
2022-01-26 17:48 Andrew Ammerlaan
2021-09-07 12:56 Andrew Ammerlaan
2021-09-07 12:56 Andrew Ammerlaan
2021-06-01  8:40 Andrew Ammerlaan
2021-04-15  6:21 Horea Christian
2021-02-12 21:46 Sam James
2021-01-15 20:11 Andrew Ammerlaan
2020-12-24 11:00 Horea Christian
2020-12-23  8:01 Horea Christian
2020-09-26 10:31 Horea Christian
2020-09-26 10:14 Horea Christian
2020-01-10 12:48 Horea Christian
2019-11-10 13:44 Horea Christian
2018-12-07  1:05 Horea Christian
2018-08-02 17:42 Horea Christian
2018-08-02 17:37 Horea Christian
2018-06-05 11:43 Horea Christian
2018-01-20 21:26 Martin Mokrejs
2017-04-03 14:55 Marius Brehler
2016-10-12  6:30 Marius Brehler
2016-10-12  6:30 Marius Brehler
2016-07-04 20:23 Justin Lecher
2016-06-15 14:19 Marius Brehler
2016-06-15 14:19 Marius Brehler
2016-06-15 14:19 Marius Brehler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1544144965.26b5ea22a3863194677a8193bf405e2830249d88.chymera@gentoo \
    --to=horea.christ@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox