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 3B27C138334 for ; Sun, 29 Dec 2019 13:23:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13DCBE0D7A; Sun, 29 Dec 2019 13:23:28 +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 95996E0D6C for ; Sun, 29 Dec 2019 13:23:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AAF3234DCBB for ; Sun, 29 Dec 2019 13:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC84581 for ; Sun, 29 Dec 2019 13:23:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577625776.d2f6030aec456c8d6dd692b1d1bd90269e607544.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopython/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/biopython/biopython-1.73.ebuild X-VCS-Directories: sci-biology/biopython/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d2f6030aec456c8d6dd692b1d1bd90269e607544 X-VCS-Branch: master Date: Sun, 29 Dec 2019 13:23:23 +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: 553e0fbb-f63b-4ee0-b119-26ef70dd0480 X-Archives-Hash: 06795858ecc0c2c94a01545e8c3fe94d commit: d2f6030aec456c8d6dd692b1d1bd90269e607544 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 28 16:48:55 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 29 13:22:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f6030a sci-biology/biopython: Drop python2_7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-biology/biopython/biopython-1.73.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-biology/biopython/biopython-1.73.ebuild b/sci-biology/biopython/biopython-1.73.ebuild index f0d335a5933..340130b54c7 100644 --- a/sci-biology/biopython/biopython-1.73.ebuild +++ b/sci-biology/biopython/biopython-1.73.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) - +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 eutils DESCRIPTION="Python modules for computational molecular biology"