From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CD50A138247 for ; Mon, 6 Jan 2014 18:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A079BE0B6F; Mon, 6 Jan 2014 18:33:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 768B6E0B6F for ; Mon, 6 Jan 2014 18:33:22 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6396433F743 for ; Mon, 6 Jan 2014 18:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4C986E553D for ; Mon, 6 Jan 2014 18:33:19 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1389032795.3f7323688e8ba8919cef97a1643ec49e56d359a5.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nibabel/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nibabel/ChangeLog sci-libs/nibabel/metadata.xml sci-libs/nibabel/nibabel-1.3.0.ebuild sci-libs/nibabel/nibabel-9999.ebuild X-VCS-Directories: sci-libs/nibabel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3f7323688e8ba8919cef97a1643ec49e56d359a5 X-VCS-Branch: master Date: Mon, 6 Jan 2014 18:33:19 +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-Archives-Salt: f896f6a1-dbeb-4842-89ed-8b5f1c4903cd X-Archives-Hash: 8654b07b43008484004284beb12cc874 commit: 3f7323688e8ba8919cef97a1643ec49e56d359a5 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 18:26:35 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 18:26:35 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3f732368 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(-) diff --git a/sci-libs/nibabel/ChangeLog b/sci-libs/nibabel/ChangeLog new file mode 100644 index 0000000..c31cec7 --- /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 7ffd788..bb00d12 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 51eec2f..c3d5d27 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 0070d0b..81915fa 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}]