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 AA181138CD3 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 D3A0BE0828; 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 23EB5E0849 for ; Mon, 25 May 2015 23:02:36 +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 74715340AE4 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 216139FF for ; Mon, 25 May 2015 23:02:34 +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: <1427808007.01c1fc7a70859d35fdecd3990609096dc273b106.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 sci-libs/pydicom/pydicom-9999.ebuild X-VCS-Directories: sci-libs/pydicom/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 01c1fc7a70859d35fdecd3990609096dc273b106 X-VCS-Branch: master Date: Mon, 25 May 2015 23:02:34 +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: 0d0f7948-a0bf-41e2-9962-91d0fdec1a95 X-Archives-Hash: 34fa395a847878d34b7230914a1a628b commit: 01c1fc7a70859d35fdecd3990609096dc273b106 Author: Horea Christian mail ru> AuthorDate: Tue Mar 31 13:20:07 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Mar 31 13:20:07 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=01c1fc7a gentoo does not support python 2.6 and 3.2 Package-Manager: portage-2.2.18 sci-libs/pydicom/ChangeLog | 3 +++ sci-libs/pydicom/pydicom-0.9.8.ebuild | 2 +- 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 bb11332..1fe98fc 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; pydicom-0.9.8.ebuild, pydicom-9999.ebuild: + gentoo does not support python 2.6 and 3.2 + 31 Mar 2015; 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 1b3129d..c65f082 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 2d7786f..10e9d38 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