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 71467138346 for ; Tue, 7 Jan 2020 21:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74A63E0959; Tue, 7 Jan 2020 21:47:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 409E5E0959 for ; Tue, 7 Jan 2020 21:47:21 +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 D78F334DEBD for ; Tue, 7 Jan 2020 21:47:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E52536 for ; Tue, 7 Jan 2020 21:47:18 +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: <1578433627.673d45cd51db11a16d243a60efd84d9b34055219.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/nipype-0.12.0.ebuild sci-libs/nipype/nipype-0.12.1.ebuild sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild sci-libs/nipype/nipype-1.1.0.ebuild sci-libs/nipype/nipype-1.1.1-r1.ebuild sci-libs/nipype/nipype-9999.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 673d45cd51db11a16d243a60efd84d9b34055219 X-VCS-Branch: master Date: Tue, 7 Jan 2020 21:47:18 +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: 3b70dc3f-b877-4742-acb2-69a76a7dd796 X-Archives-Hash: 72e74decd602c464c8f430ed68b704de commit: 673d45cd51db11a16d243a60efd84d9b34055219 Author: Horea Christian chymera eu> AuthorDate: Tue Jan 7 21:47:07 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Tue Jan 7 21:47:07 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=673d45cd sci-libs/nipype: deprecated old versions and PYTHON_COMPAT Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Horea Christian chymera.eu> sci-libs/nipype/nipype-0.12.0.ebuild | 38 --------------- sci-libs/nipype/nipype-0.12.1.ebuild | 38 --------------- sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild | 62 ------------------------ sci-libs/nipype/nipype-1.1.0.ebuild | 4 +- sci-libs/nipype/nipype-1.1.1-r1.ebuild | 4 +- sci-libs/nipype/nipype-9999.ebuild | 4 +- 6 files changed, 6 insertions(+), 144 deletions(-) diff --git a/sci-libs/nipype/nipype-0.12.0.ebuild b/sci-libs/nipype/nipype-0.12.0.ebuild deleted file mode 100644 index 3b1397b0f..000000000 --- a/sci-libs/nipype/nipype-0.12.0.ebuild +++ /dev/null @@ -1,38 +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} ) -PYTHON_REQ_USE="threads(+),sqlite" - -inherit distutils-r1 - -DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces" -HOMEPAGE="http://nipy.sourceforge.net/nipype/" -SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND=" - dev-python/future[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - sci-libs/nibabel[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] ) - " -RDEPEND=" - dev-python/networkx[${PYTHON_USEDEP}] - dev-python/pydotplus[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PYTHON_USEDEP}] - dev-python/traits[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] - " - -python_test() { - nosetests -v || die -} diff --git a/sci-libs/nipype/nipype-0.12.1.ebuild b/sci-libs/nipype/nipype-0.12.1.ebuild deleted file mode 100644 index 3b1397b0f..000000000 --- a/sci-libs/nipype/nipype-0.12.1.ebuild +++ /dev/null @@ -1,38 +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} ) -PYTHON_REQ_USE="threads(+),sqlite" - -inherit distutils-r1 - -DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces" -HOMEPAGE="http://nipy.sourceforge.net/nipype/" -SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND=" - dev-python/future[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - sci-libs/nibabel[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] ) - " -RDEPEND=" - dev-python/networkx[${PYTHON_USEDEP}] - dev-python/pydotplus[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PYTHON_USEDEP}] - dev-python/traits[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] - " - -python_test() { - nosetests -v || die -} diff --git a/sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild b/sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild deleted file mode 100644 index ce6a52d9b..000000000 --- a/sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -PYTHON_REQ_USE="threads(+),sqlite" - -inherit distutils-r1 - -COMMIT="7055313c91de52bf65518284b42df446466fe581" - -DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces" -HOMEPAGE="http://nipy.sourceforge.net/nipype/" -SRC_URI="https://github.com/nipy/nipype/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND=" - dev-python/future[${PYTHON_USEDEP}] - ~dev-python/prov-1.5.0[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - >=sci-libs/nibabel-2.0.1[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) - $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7) - " -RDEPEND=" - >=dev-python/click-6.6[${PYTHON_USEDEP}] - dev-python/funcsigs[${PYTHON_USEDEP}] - dev-python/networkx[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pydotplus[${PYTHON_USEDEP}] - dev-python/pygraphviz[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/traits-4.6.0[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] - " - -S="${WORKDIR}/${PN}-${COMMIT}" - -python_prepare_all() { - distutils-r1_python_prepare_all - EXISTING_REQUIRE="setup_requires=\['future', 'configparser'\]" - CORRECTED_REQUIRE="setup_requires=\['future'\]" - sed \ - -e "s/${EXISTING_REQUIRE}/${CORRECTED_REQUIRE}/g" \ - -i setup.py \ - || die "sed setup.py" -} - -python_test() { - nosetests -v || die -} diff --git a/sci-libs/nipype/nipype-1.1.0.ebuild b/sci-libs/nipype/nipype-1.1.0.ebuild index 84e7e852b..f7c871659 100644 --- a/sci-libs/nipype/nipype-1.1.0.ebuild +++ b/sci-libs/nipype/nipype-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 diff --git a/sci-libs/nipype/nipype-1.1.1-r1.ebuild b/sci-libs/nipype/nipype-1.1.1-r1.ebuild index e564b43c6..959ce9a63 100644 --- a/sci-libs/nipype/nipype-1.1.1-r1.ebuild +++ b/sci-libs/nipype/nipype-1.1.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild index df9829dbd..dc35f3e2e 100644 --- a/sci-libs/nipype/nipype-9999.ebuild +++ b/sci-libs/nipype/nipype-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) PYTHON_REQ_USE="threads(+),sqlite" inherit distutils-r1 git-r3