commit:     354a72412a76bae4234a3e57fd529f3dd98d68f1
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Mar 31 12:38:07 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 12:38:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=354a7241

removed python 3 support (only inofficial:
https://dcmstack.readthedocs.org/en/latest/Introduction.html#dependencies )
added python 2.6 support

Package-Manager: portage-2.2.18

 sci-libs/pydicom/ChangeLog            | 5 +++++
 sci-libs/pydicom/pydicom-0.9.8.ebuild | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
index 2a0e443..fa8073f 100644
--- a/sci-libs/pydicom/ChangeLog
+++ b/sci-libs/pydicom/ChangeLog
@@ -3,6 +3,11 @@
 # $Header: $
 
   31 Mar 2015;  <[email protected]> pydicom-0.9.8.ebuild:
+  removed python 3 support (only inofficial:
+  https://dcmstack.readthedocs.org/en/latest/Introduction.html#dependencies )
+  added python 2.6 support
+
+  31 Mar 2015;  <[email protected]> pydicom-0.9.8.ebuild:
   added python 3.3 compatibility
 
   06 Jan 2014; Justin Lecher <[email protected]> pydicom-0.9.8.ebuild,

diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild 
b/sci-libs/pydicom/pydicom-0.9.8.ebuild
index c534c60..1b3129d 100644
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_3)
+PYTHON_COMPAT=( python2_6 python2_7 )
 
 inherit distutils-r1
 

Reply via email to