From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/
Date: Sun, 27 Sep 2020 03:26:35 +0000 (UTC) [thread overview]
Message-ID: <1601177189.4efd7d1c7665e0e3370005e1016311952a5d4460.chymera@gentoo> (raw)
commit: 4efd7d1c7665e0e3370005e1016311952a5d4460
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Sep 27 03:26:29 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Sep 27 03:26:29 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4efd7d1c
sci-libs/nibabel: removed old version, PYTHON_COMPAT update
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-libs/nibabel/nibabel-2.3.1.ebuild | 43 -----------------------------------
sci-libs/nibabel/nibabel-2.5.1.ebuild | 5 ++--
sci-libs/nibabel/nibabel-3.0.2.ebuild | 5 ++--
sci-libs/nibabel/nibabel-9999.ebuild | 10 ++++----
4 files changed, 8 insertions(+), 55 deletions(-)
diff --git a/sci-libs/nibabel/nibabel-2.3.1.ebuild b/sci-libs/nibabel/nibabel-2.3.1.ebuild
deleted file mode 100644
index 1b571d4b0..000000000
--- a/sci-libs/nibabel/nibabel-2.3.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Access a cacophony of neuro-imaging file formats"
-HOMEPAGE="http://nipy.org/nibabel/"
-SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="dicom doc test"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dicom? (
- sci-libs/pydicom
- dev-python/pillow[${PYTHON_USEDEP}]
- )
- "
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- )
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- "
-
-python_test() {
- cd "${BUILD_DIR}" || die
- echo "backend: Agg" > matplotlibrc
- MPLCONFIGDIR=. nosetests || die
-}
diff --git a/sci-libs/nibabel/nibabel-2.5.1.ebuild b/sci-libs/nibabel/nibabel-2.5.1.ebuild
index e377513f2..c3143ae9c 100644
--- a/sci-libs/nibabel/nibabel-2.5.1.ebuild
+++ b/sci-libs/nibabel/nibabel-2.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
@@ -11,10 +11,9 @@ DESCRIPTION="Access a cacophony of neuro-imaging file formats"
HOMEPAGE="http://nipy.org/nibabel/"
SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64 ~x86"
IUSE="dicom doc test"
RDEPEND="
diff --git a/sci-libs/nibabel/nibabel-3.0.2.ebuild b/sci-libs/nibabel/nibabel-3.0.2.ebuild
index e377513f2..c3143ae9c 100644
--- a/sci-libs/nibabel/nibabel-3.0.2.ebuild
+++ b/sci-libs/nibabel/nibabel-3.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
@@ -11,10 +11,9 @@ DESCRIPTION="Access a cacophony of neuro-imaging file formats"
HOMEPAGE="http://nipy.org/nibabel/"
SRC_URI="https://github.com/nipy/nibabel/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64 ~x86"
IUSE="dicom doc test"
RDEPEND="
diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild
index 8c4e25842..cd12b33de 100644
--- a/sci-libs/nibabel/nibabel-9999.ebuild
+++ b/sci-libs/nibabel/nibabel-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1 git-r3
@@ -14,8 +14,8 @@ EGIT_REPO_URI="https://github.com/nipy/nibabel.git"
LICENSE="MIT"
SLOT="0"
-IUSE="dicom doc test"
KEYWORDS=""
+IUSE="dicom doc test"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
@@ -25,8 +25,7 @@ RDEPEND="
sci-libs/pydicom
dev-python/pillow[${PYTHON_USEDEP}]
)
- "
-
+"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
@@ -34,10 +33,9 @@ DEPEND="
dev-python/nose[${PYTHON_USEDEP}]
)
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- "
+"
python_test() {
- distutils-r1_install_for_testing
cd "${BUILD_DIR}" || die
echo "backend: Agg" > matplotlibrc
MPLCONFIGDIR=. nosetests || die
next reply other threads:[~2020-09-27 3:26 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-27 3:26 Horea Christian [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-11 16:55 [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ Horea Christian
2023-12-11 16:55 Horea Christian
2023-05-02 23:48 Horea Christian
2023-05-02 23:48 Horea Christian
2023-01-30 10:27 Horea Christian
2023-01-30 10:26 Horea Christian
2023-01-12 12:18 Andrew Ammerlaan
2022-07-11 13:40 Horea Christian
2022-07-11 12:24 Horea Christian
2022-07-11 12:24 Horea Christian
2022-07-07 4:54 Sam James
2021-01-13 21:06 Andrew Ammerlaan
2021-01-06 10:38 Andrew Ammerlaan
2020-12-24 11:06 Horea Christian
2020-09-25 9:17 Horea Christian
2020-03-13 17:50 Horea Christian
2020-01-08 21:49 Horea Christian
2019-11-10 12:20 Horea Christian
2018-12-31 8:06 Horea Christian
2018-12-31 5:43 Horea Christian
2018-12-31 3:51 Horea Christian
2018-07-31 14:14 Horea Christian
2018-07-27 15:42 Horea Christian
2017-08-25 4:04 Benda XU
2016-10-12 6:30 Marius Brehler
2015-09-01 11:47 Justin Lecher
2015-06-15 7:24 Justin Lecher
2014-01-06 18:33 Justin Lecher
2013-11-11 21:48 Nicolas Bock
2013-11-11 21:48 Nicolas Bock
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=1601177189.4efd7d1c7665e0e3370005e1016311952a5d4460.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