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 B7DF1138350 for ; Thu, 16 Jan 2020 07:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E3DE08DB; Thu, 16 Jan 2020 07:03:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5AD0BE08D3 for ; Thu, 16 Jan 2020 07:03:07 +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 7E2A134E0F3 for ; Thu, 16 Jan 2020 07:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 416D9BD for ; Thu, 16 Jan 2020 07:03:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579158174.c366d2e26eebaecef660b88afb6f76b4a3ef721c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/espresso/espresso-4.0.0-r1.ebuild sci-physics/espresso/espresso-4.0_pre20170228.ebuild sci-physics/espresso/espresso-9999.ebuild X-VCS-Directories: sci-physics/espresso/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c366d2e26eebaecef660b88afb6f76b4a3ef721c X-VCS-Branch: master Date: Thu, 16 Jan 2020 07:03:03 +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: 23de88e0-1be4-42d7-bc30-50a91c207ba4 X-Archives-Hash: fc866dcd2786d663312d35fd99a3697a commit: c366d2e26eebaecef660b88afb6f76b4a3ef721c Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 06:58:28 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 07:02:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c366d2e2 sci-physics/espresso: Remove Python 2 Signed-off-by: Michał Górny gentoo.org> sci-physics/espresso/espresso-4.0.0-r1.ebuild | 2 +- sci-physics/espresso/espresso-4.0_pre20170228.ebuild | 2 +- sci-physics/espresso/espresso-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-physics/espresso/espresso-4.0.0-r1.ebuild b/sci-physics/espresso/espresso-4.0.0-r1.ebuild index b969b400a5e..00b53caa2ef 100644 --- a/sci-physics/espresso/espresso-4.0.0-r1.ebuild +++ b/sci-physics/espresso/espresso-4.0.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils python-single-r1 savedconfig diff --git a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild index 4d969a356a2..5755eba6cdf 100644 --- a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild +++ b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils python-single-r1 savedconfig diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 51c609793c3..b9d14d3937e 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils python-single-r1 savedconfig