commit: f6f250598147939411e96e1ee937fc2a7ff26d79 Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Tue Mar 31 12:31:56 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Mar 31 12:31:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f6f25059
added python 3.3 compatibility Package-Manager: portage-2.2.18 sci-libs/pydicom/ChangeLog | 6 ++++-- sci-libs/pydicom/pydicom-0.9.8.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-libs/pydicom/ChangeLog b/sci-libs/pydicom/ChangeLog index dd3589e..2a0e443 100644 --- a/sci-libs/pydicom/ChangeLog +++ b/sci-libs/pydicom/ChangeLog @@ -1,8 +1,10 @@ # ChangeLog for sci-libs/pydicom -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 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, +metadata.xml: Add missing metadata.xml - diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild b/sci-libs/pydicom/pydicom-0.9.8.ebuild index 923ef5a..c534c60 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-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_3) inherit distutils-r1
