From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D81631382C5 for ; Thu, 31 Dec 2020 15:58:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFEE2E0864; Thu, 31 Dec 2020 15:58:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2946E0864 for ; Thu, 31 Dec 2020 15:58:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7EE8340E24 for ; Thu, 31 Dec 2020 15:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 282BE53 for ; Thu, 31 Dec 2020 15:58:15 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1609429928.77f84a02fe90c20577e93edf68c026e85913f1b1.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/itk/itk-5.0.1.ebuild sci-libs/itk/itk-5.1.0.ebuild X-VCS-Directories: sci-libs/itk/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 77f84a02fe90c20577e93edf68c026e85913f1b1 X-VCS-Branch: master Date: Thu, 31 Dec 2020 15:58:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 618ee7a0-ab69-41c9-bfae-f387215ad825 X-Archives-Hash: ed188ed994a3f8e874df3edfcca89664 commit: 77f84a02fe90c20577e93edf68c026e85913f1b1 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Dec 31 12:31:26 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Thu Dec 31 15:52:08 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=77f84a02 sci-libs/itk: drop old python targets Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> Closes: https://github.com/gentoo/sci/pull/1017 Signed-off-by: Aisha Tammy aisha.cc> sci-libs/itk/itk-5.0.1.ebuild | 4 ++-- sci-libs/itk/itk-5.1.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/itk/itk-5.0.1.ebuild b/sci-libs/itk/itk-5.0.1.ebuild index 721724036..c5ac9152f 100644 --- a/sci-libs/itk/itk-5.0.1.ebuild +++ b/sci-libs/itk/itk-5.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit toolchain-funcs cmake python-single-r1 @@ -25,7 +25,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86" IUSE="debug doc examples fftw python review test vtkglue" RESTRICT="!test? ( test )" # python will not work, this is a know issue upstream: diff --git a/sci-libs/itk/itk-5.1.0.ebuild b/sci-libs/itk/itk-5.1.0.ebuild index fa666053e..e09d1b7a8 100644 --- a/sci-libs/itk/itk-5.1.0.ebuild +++ b/sci-libs/itk/itk-5.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit toolchain-funcs cmake python-single-r1 @@ -35,7 +35,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86" IUSE="debug doc examples fftw python review test vtkglue" RESTRICT="!test? ( test )" # python will not work, this is a know issue upstream: