From cd3f25deb13cf4d6c9d721d515dbf772a988426f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 5 Jan 2020 10:36:11 +0100 Subject: */*: Clean PYTHON_COMPAT of obsolete impls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny --- sci-biology/HTSeq/HTSeq-0.9.1.ebuild | 4 ++-- sci-biology/HTSeq/HTSeq-9999.ebuild | 4 ++-- sci-biology/bedtools/bedtools-2.26.0.ebuild | 4 ++-- sci-biology/biopandas/biopandas-0.2.1.ebuild | 4 ++-- sci-biology/biopython/biopython-1.73.ebuild | 4 ++-- sci-biology/pysam/pysam-0.12.0.1.ebuild | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'sci-biology') diff --git a/sci-biology/HTSeq/HTSeq-0.9.1.ebuild b/sci-biology/HTSeq/HTSeq-0.9.1.ebuild index 8f27fec4c5a7..8e051640e6dd 100644 --- a/sci-biology/HTSeq/HTSeq-0.9.1.ebuild +++ b/sci-biology/HTSeq/HTSeq-0.9.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 diff --git a/sci-biology/HTSeq/HTSeq-9999.ebuild b/sci-biology/HTSeq/HTSeq-9999.ebuild index 8f27fec4c5a7..8e051640e6dd 100644 --- a/sci-biology/HTSeq/HTSeq-9999.ebuild +++ b/sci-biology/HTSeq/HTSeq-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 diff --git a/sci-biology/bedtools/bedtools-2.26.0.ebuild b/sci-biology/bedtools/bedtools-2.26.0.ebuild index 0705d9f46645..0ad6f3eb354d 100644 --- a/sci-biology/bedtools/bedtools-2.26.0.ebuild +++ b/sci-biology/bedtools/bedtools-2.26.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_6} ) inherit flag-o-matic python-any-r1 toolchain-funcs diff --git a/sci-biology/biopandas/biopandas-0.2.1.ebuild b/sci-biology/biopandas/biopandas-0.2.1.ebuild index bbbd43d92d26..c7a632cec277 100644 --- a/sci-biology/biopandas/biopandas-0.2.1.ebuild +++ b/sci-biology/biopandas/biopandas-0.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 diff --git a/sci-biology/biopython/biopython-1.73.ebuild b/sci-biology/biopython/biopython-1.73.ebuild index 340130b54c74..94acdfc2a2cb 100644 --- a/sci-biology/biopython/biopython-1.73.ebuild +++ b/sci-biology/biopython/biopython-1.73.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 eutils DESCRIPTION="Python modules for computational molecular biology" diff --git a/sci-biology/pysam/pysam-0.12.0.1.ebuild b/sci-biology/pysam/pysam-0.12.0.1.ebuild index d4f7a7430501..e6500903f847 100644 --- a/sci-biology/pysam/pysam-0.12.0.1.ebuild +++ b/sci-biology/pysam/pysam-0.12.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 -- cgit v1.2.3-18-g5258