From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8456E138CD3 for ; Mon, 25 May 2015 23:02:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25C8DE0850; Mon, 25 May 2015 23:02:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3D55E0828 for ; Mon, 25 May 2015 23:02:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 245D8340A6A for ; Mon, 25 May 2015 23:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8B239DF for ; Mon, 25 May 2015 23:02:33 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1427805116.f6f250598147939411e96e1ee937fc2a7ff26d79.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pydicom/ChangeLog sci-libs/pydicom/pydicom-0.9.8.ebuild X-VCS-Directories: sci-libs/pydicom/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: f6f250598147939411e96e1ee937fc2a7ff26d79 X-VCS-Branch: master Date: Mon, 25 May 2015 23:02:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1dfd4828-9d76-447b-879d-851cdd35a79e X-Archives-Hash: f25dc219778b4cb1653a6816e512c79c commit: f6f250598147939411e96e1ee937fc2a7ff26d79 Author: Horea Christian mail ru> AuthorDate: Tue Mar 31 12:31:56 2015 +0000 Commit: Christoph Junghans gentoo 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; pydicom-0.9.8.ebuild: + added python 3.3 compatibility + 06 Jan 2014; Justin Lecher 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