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 1080E138334 for ; Fri, 7 Dec 2018 01:09:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE581E09DB; Fri, 7 Dec 2018 01:09:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8980BE09DB for ; Fri, 7 Dec 2018 01:09:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9B947335C7B for ; Fri, 7 Dec 2018 01:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FDD744B for ; Fri, 7 Dec 2018 01:09:37 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1544144965.26b5ea22a3863194677a8193bf405e2830249d88.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/nilearn/nilearn-0.2.5.ebuild sci-biology/nilearn/nilearn-0.2.6.ebuild X-VCS-Directories: sci-biology/nilearn/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 26b5ea22a3863194677a8193bf405e2830249d88 X-VCS-Branch: master Date: Fri, 7 Dec 2018 01:09:37 +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: e018671b-8c06-449d-902a-37b210da0fd5 X-Archives-Hash: 33744e2b38d7defcdbeaa6c5d452a4f6 commit: 26b5ea22a3863194677a8193bf405e2830249d88 Author: Horea Christian yandex com> AuthorDate: Fri Dec 7 01:08:56 2018 +0000 Commit: Horea Christian gmail 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 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 -}