Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopython/
Date: Sun, 29 Dec 2019 13:23:29
Message-Id: 1577625776.d2f6030aec456c8d6dd692b1d1bd90269e607544.asturm@gentoo
1 commit: d2f6030aec456c8d6dd692b1d1bd90269e607544
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:48:55 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:22:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f6030a
7
8 sci-biology/biopython: Drop python2_7
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-biology/biopython/biopython-1.73.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/sci-biology/biopython/biopython-1.73.ebuild b/sci-biology/biopython/biopython-1.73.ebuild
17 index f0d335a5933..340130b54c7 100644
18 --- a/sci-biology/biopython/biopython-1.73.ebuild
19 +++ b/sci-biology/biopython/biopython-1.73.ebuild
20 @@ -3,8 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
25 -
26 +PYTHON_COMPAT=( python3_{5,6,7} )
27 inherit distutils-r1 eutils
28
29 DESCRIPTION="Python modules for computational molecular biology"