From: Andreas Sturmlechner Date: Sat, 28 Dec 2019 16:48:55 +0000 (+0100) Subject: sci-biology/biopython: Drop python2_7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d2f6030aec456c8d6dd692b1d1bd90269e607544;p=gentoo.git sci-biology/biopython: Drop python2_7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/sci-biology/biopython/biopython-1.73.ebuild b/sci-biology/biopython/biopython-1.73.ebuild index f0d335a5933a..340130b54c74 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"