From 3f7323688e8ba8919cef97a1643ec49e56d359a5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 6 Jan 2014 19:26:35 +0100 Subject: sci-libs/nibabel: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- sci-libs/nibabel/ChangeLog | 8 ++++++++ sci-libs/nibabel/metadata.xml | 18 +++++++++--------- sci-libs/nibabel/nibabel-1.3.0.ebuild | 4 ++-- sci-libs/nibabel/nibabel-9999.ebuild | 8 +++++--- 4 files changed, 24 insertions(+), 14 deletions(-) create mode 100644 sci-libs/nibabel/ChangeLog diff --git a/sci-libs/nibabel/ChangeLog b/sci-libs/nibabel/ChangeLog new file mode 100644 index 000000000..c31cec79e --- /dev/null +++ b/sci-libs/nibabel/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-libs/nibabel +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 06 Jan 2014; Justin Lecher nibabel-1.3.0.ebuild, + nibabel-9999.ebuild, metadata.xml: + Switch from git-2 to git-r3 + diff --git a/sci-libs/nibabel/metadata.xml b/sci-libs/nibabel/metadata.xml index 7ffd788e6..bb00d121f 100644 --- a/sci-libs/nibabel/metadata.xml +++ b/sci-libs/nibabel/metadata.xml @@ -1,19 +1,19 @@ -sci - - h.chr@mail.ru - Horea Christian - - + sci + + h.chr@mail.ru + Horea Christian + + The package provides read and write access to some common medical and neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2), GIFTI, NIfTI1, MINC, MGH and ECAT as well as PAR/REC. It can read and write Freesurfer geometry, and read Freesurfer morphometry and annotation files. There is some very limited support for DICOM. NiBabel is the successor of PyNIfTI. - - Adds limited read support for the DICOM imaging format. - + + Adds limited read support for the DICOM imaging format. + diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild b/sci-libs/nibabel/nibabel-1.3.0.ebuild index 51eec2f3f..c3d5d279e 100644 --- a/sci-libs/nibabel/nibabel-1.3.0.ebuild +++ b/sci-libs/nibabel/nibabel-1.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 diff --git a/sci-libs/nibabel/nibabel-9999.ebuild b/sci-libs/nibabel/nibabel-9999.ebuild index 0070d0bfd..81915fa4f 100644 --- a/sci-libs/nibabel/nibabel-9999.ebuild +++ b/sci-libs/nibabel/nibabel-9999.ebuild @@ -1,20 +1,22 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="Access a cacophony of neuro-imaging file formats" HOMEPAGE="http://nipy.org/nibabel/" +SRC_URI="" EGIT_REPO_URI="https://github.com/nipy/nibabel.git" LICENSE="MIT" SLOT="0" IUSE="dicom doc test" +KEYWORDS="" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad