aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2015-03-31 14:38:07 +0200
committerHorea Christian <h.chr@mail.ru>2015-03-31 14:38:07 +0200
commit354a72412a76bae4234a3e57fd529f3dd98d68f1 (patch)
treeba0369962e18f3361a6863051b90228c2b00e9a9 /sci-libs
parentadded python 3.3 compatibility (diff)
downloadsci-354a72412a76bae4234a3e57fd529f3dd98d68f1.tar.gz
sci-354a72412a76bae4234a3e57fd529f3dd98d68f1.tar.bz2
sci-354a72412a76bae4234a3e57fd529f3dd98d68f1.zip
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
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/pydicom/ChangeLog5
-rw-r--r--sci-libs/pydicom/pydicom-0.9.8.ebuild2
2 files changed, 6 insertions, 1 deletions
diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog
index 2a0e44368..fa8073f59 100644
--- a/sci-libs/pydicom/ChangeLog
+++ b/sci-libs/pydicom/ChangeLog
@@ -3,6 +3,11 @@
# $Header: $
31 Mar 2015; <chymera@gentoo.org> 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; <chymera@gentoo.org> pydicom-0.9.8.ebuild:
added python 3.3 compatibility
06 Jan 2014; Justin Lecher <jlec@gentoo.org> 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 c534c601a..1b3129dd8 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