commit: 88fda43fc68444ff772ea289db3deb65fec33448 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sun Sep 27 04:24:58 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sun Sep 27 04:24:58 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=88fda43f
sci-biology/nistats: removed deprecated package nistats functionality will be integrated into >=sci-biology/nilearn-0.7: https://github.com/nilearn/nistats#nistats-is-being-retired Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-biology/nistats/metadata.xml | 16 ---------------- sci-biology/nistats/nistats-9999.ebuild | 33 --------------------------------- 2 files changed, 49 deletions(-) diff --git a/sci-biology/nistats/metadata.xml b/sci-biology/nistats/metadata.xml deleted file mode 100644 index 5b04d23d9..000000000 --- a/sci-biology/nistats/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Horea Christian</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> -Nistats is a Python module for fast and easy modeling and statistical analysis of -functional Magnetic Resonance Imaging data. -</longdescription> -</pkgmetadata> diff --git a/sci-biology/nistats/nistats-9999.ebuild b/sci-biology/nistats/nistats-9999.ebuild deleted file mode 100644 index c1ea86439..000000000 --- a/sci-biology/nistats/nistats-9999.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} ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Neuroimaging tools for Python" -HOMEPAGE="http://nipy.org/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/nistats/${PN}" - -LICENSE="BSD" -SLOT="0" -IUSE="" -KEYWORDS="" - -COMMONDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/patsy[${PYTHON_USEDEP}] - " -DEPEND="${COMMONDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - " -RDEPEND="${COMMONDEPEND} - dev-python/scipy[${PYTHON_USEDEP}] - dev-python/sympy[${PYTHON_USEDEP}] - sci-libs/nibabel[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - sci-biology/nilearn[${PYTHON_USEDEP}] - "
