diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-28 17:48:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-29 14:22:56 +0100 |
commit | d2f6030aec456c8d6dd692b1d1bd90269e607544 (patch) | |
tree | ef9cbdcb8f0a85419fa1b3844f5228bc9aec3557 /sci-biology | |
parent | sci-chemistry/mdtraj: Drop python2_7 (diff) | |
download | gentoo-d2f6030aec456c8d6dd692b1d1bd90269e607544.tar.gz gentoo-d2f6030aec456c8d6dd692b1d1bd90269e607544.tar.bz2 gentoo-d2f6030aec456c8d6dd692b1d1bd90269e607544.zip |
sci-biology/biopython: Drop python2_7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/biopython/biopython-1.73.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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" |