diff options
author | Horea Christian <h.chr@mail.ru> | 2015-03-31 15:20:07 +0200 |
---|---|---|
committer | Horea Christian <h.chr@mail.ru> | 2015-03-31 15:20:07 +0200 |
commit | 01c1fc7a70859d35fdecd3990609096dc273b106 (patch) | |
tree | 6c31a1bb4dde919dd2bfb4c8d3d2b2d055831614 /sci-libs/pydicom | |
parent | new live ebuild supporting various python versions (diff) | |
download | sci-01c1fc7a70859d35fdecd3990609096dc273b106.tar.gz sci-01c1fc7a70859d35fdecd3990609096dc273b106.tar.bz2 sci-01c1fc7a70859d35fdecd3990609096dc273b106.zip |
gentoo does not support python 2.6 and 3.2
Package-Manager: portage-2.2.18
Diffstat (limited to 'sci-libs/pydicom')
-rw-r--r-- | sci-libs/pydicom/ChangeLog | 3 | ||||
-rw-r--r-- | sci-libs/pydicom/pydicom-0.9.8.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/pydicom/pydicom-9999.ebuild | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog index bb11332b5..1fe98fc5f 100644 --- a/sci-libs/pydicom/ChangeLog +++ b/sci-libs/pydicom/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 31 Mar 2015; <chymera@gentoo.org> pydicom-0.9.8.ebuild, pydicom-9999.ebuild: + gentoo does not support python 2.6 and 3.2 + 31 Mar 2015; <chymera@gentoo.org> pydicom-9999.ebuild: new live ebuild supporting various python versions diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild b/sci-libs/pydicom/pydicom-0.9.8.ebuild index 1b3129dd8..c65f08258 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_6 python2_7 ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild index 2d7786f0d..10e9d3874 100644 --- a/sci-libs/pydicom/pydicom-9999.ebuild +++ b/sci-libs/pydicom/pydicom-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 git-r3 |