Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/nistats/
Date: Sun, 27 Sep 2020 04:26:57
Message-Id: 1601180698.88fda43fc68444ff772ea289db3deb65fec33448.chymera@gentoo
1 commit: 88fda43fc68444ff772ea289db3deb65fec33448
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 04:24:58 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 04:24:58 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=88fda43f
7
8 sci-biology/nistats: removed deprecated package
9
10 nistats functionality will be integrated into >=sci-biology/nilearn-0.7:
11 https://github.com/nilearn/nistats#nistats-is-being-retired
12
13 Package-Manager: Portage-3.0.8, Repoman-3.0.1
14 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
15
16 sci-biology/nistats/metadata.xml | 16 ----------------
17 sci-biology/nistats/nistats-9999.ebuild | 33 ---------------------------------
18 2 files changed, 49 deletions(-)
19
20 diff --git a/sci-biology/nistats/metadata.xml b/sci-biology/nistats/metadata.xml
21 deleted file mode 100644
22 index 5b04d23d9..000000000
23 --- a/sci-biology/nistats/metadata.xml
24 +++ /dev/null
25 @@ -1,16 +0,0 @@
26 -<?xml version="1.0" encoding="UTF-8"?>
27 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 -<pkgmetadata>
29 - <maintainer type="person">
30 - <email>horea.christ@×××××.com</email>
31 - <name>Horea Christian</name>
32 - </maintainer>
33 - <maintainer type="project">
34 - <email>sci@g.o</email>
35 - <name>Gentoo Science Project</name>
36 - </maintainer>
37 - <longdescription lang="en">
38 -Nistats is a Python module for fast and easy modeling and statistical analysis of
39 -functional Magnetic Resonance Imaging data.
40 -</longdescription>
41 -</pkgmetadata>
42
43 diff --git a/sci-biology/nistats/nistats-9999.ebuild b/sci-biology/nistats/nistats-9999.ebuild
44 deleted file mode 100644
45 index c1ea86439..000000000
46 --- a/sci-biology/nistats/nistats-9999.ebuild
47 +++ /dev/null
48 @@ -1,33 +0,0 @@
49 -# Copyright 1999-2016 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=6
53 -
54 -PYTHON_COMPAT=( python{2_7,3_4} )
55 -
56 -inherit distutils-r1 git-r3
57 -
58 -DESCRIPTION="Neuroimaging tools for Python"
59 -HOMEPAGE="http://nipy.org/"
60 -SRC_URI=""
61 -EGIT_REPO_URI="https://github.com/nistats/${PN}"
62 -
63 -LICENSE="BSD"
64 -SLOT="0"
65 -IUSE=""
66 -KEYWORDS=""
67 -
68 -COMMONDEPEND="
69 - dev-python/numpy[${PYTHON_USEDEP}]
70 - dev-python/patsy[${PYTHON_USEDEP}]
71 - "
72 -DEPEND="${COMMONDEPEND}
73 - dev-python/setuptools[${PYTHON_USEDEP}]
74 - "
75 -RDEPEND="${COMMONDEPEND}
76 - dev-python/scipy[${PYTHON_USEDEP}]
77 - dev-python/sympy[${PYTHON_USEDEP}]
78 - sci-libs/nibabel[${PYTHON_USEDEP}]
79 - dev-python/pandas[${PYTHON_USEDEP}]
80 - sci-biology/nilearn[${PYTHON_USEDEP}]
81 - "