commit:     bee99748f997e6ea0529e60d91b950174dfab9eb
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Sep  5 19:02:11 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 19:02:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bee99748

Nibabel (#669)

* sci-libs/pydicom: updated EAPI and added python 3.5 compatibility

Package-Manager: portage-2.3.0

* sci-libs/nibabel: version bump, updated EAPI, added python 3.5 compat

Package-Manager: portage-2.3.0

* sci-libs/nibabel: updated EAPI, copyright, and python compat

Package-Manager: portage-2.3.0

 sci-libs/nibabel/nibabel-1.3.0.ebuild                           | 4 ++--
 sci-libs/nibabel/nibabel-2.0.1.ebuild                           | 6 +++---
 sci-libs/nibabel/{nibabel-1.3.0.ebuild => nibabel-2.1.0.ebuild} | 6 +++---
 sci-libs/nibabel/nibabel-9999.ebuild                            | 6 +++---
 sci-libs/pydicom/pydicom-0.9.8.ebuild                           | 6 +++---
 sci-libs/pydicom/pydicom-0.9.9.ebuild                           | 6 +++---
 sci-libs/pydicom/pydicom-9999.ebuild                            | 6 +++---
 7 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild 
b/sci-libs/nibabel/nibabel-1.3.0.ebuild
index 1526631..151cca9 100644
--- a/sci-libs/nibabel/nibabel-1.3.0.ebuild
+++ b/sci-libs/nibabel/nibabel-1.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
 PYTHON_COMPAT=( python2_7 )
 

diff --git a/sci-libs/nibabel/nibabel-2.0.1.ebuild 
b/sci-libs/nibabel/nibabel-2.0.1.ebuild
index af353f2..84e8c98 100644
--- a/sci-libs/nibabel/nibabel-2.0.1.ebuild
+++ b/sci-libs/nibabel/nibabel-2.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild 
b/sci-libs/nibabel/nibabel-2.1.0.ebuild
similarity index 90%
copy from sci-libs/nibabel/nibabel-1.3.0.ebuild
copy to sci-libs/nibabel/nibabel-2.1.0.ebuild
index 1526631..84e8c98 100644
--- a/sci-libs/nibabel/nibabel-1.3.0.ebuild
+++ b/sci-libs/nibabel/nibabel-2.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/nibabel/nibabel-9999.ebuild 
b/sci-libs/nibabel/nibabel-9999.ebuild
index d521699..7fd8f68 100644
--- a/sci-libs/nibabel/nibabel-9999.ebuild
+++ b/sci-libs/nibabel/nibabel-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 git-r3
 

diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild 
b/sci-libs/pydicom/pydicom-0.9.8.ebuild
index 44a0bae..4b84c99 100644
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild 
b/sci-libs/pydicom/pydicom-0.9.9.ebuild
index ec432d6..de647e0 100644
--- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pydicom/pydicom-9999.ebuild 
b/sci-libs/pydicom/pydicom-9999.ebuild
index d992856..1d79900 100644
--- a/sci-libs/pydicom/pydicom-9999.ebuild
+++ b/sci-libs/pydicom/pydicom-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1 git-r3
 

Reply via email to