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 1B960138CD9 for ; Mon, 25 May 2015 23:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 967ADE0849; 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 F1647E0844 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 36EB7340AC5 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 DBA669F8 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: <1427805487.354a72412a76bae4234a3e57fd529f3dd98d68f1.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: 354a72412a76bae4234a3e57fd529f3dd98d68f1 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: 8e625d46-5efc-4322-b651-9af0d8ca72fe X-Archives-Hash: c2e2b3f72f1308851a46a37ea6fba40f commit: 354a72412a76bae4234a3e57fd529f3dd98d68f1 Author: Horea Christian mail ru> AuthorDate: Tue Mar 31 12:38:07 2015 +0000 Commit: Christoph Junghans gentoo 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; 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; pydicom-0.9.8.ebuild: added python 3.3 compatibility 06 Jan 2014; Justin Lecher 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