commit: 7427cd98637c28d8ca30cc61094c980034113dfb Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sun Sep 13 20:39:57 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sun Sep 13 20:39:57 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7427cd98
sci-biology/deeptools: QA fix: EAPI 7, git-r3 eclass, copyright bump Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-biology/deeptools/deeptools-2.5.0.ebuild | 4 ++-- sci-biology/deeptools/deeptools-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-biology/deeptools/deeptools-2.5.0.ebuild b/sci-biology/deeptools/deeptools-2.5.0.ebuild index e69672942..a0d1d47cd 100644 --- a/sci-biology/deeptools/deeptools-2.5.0.ebuild +++ b/sci-biology/deeptools/deeptools-2.5.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 python3_5 ) diff --git a/sci-biology/deeptools/deeptools-9999.ebuild b/sci-biology/deeptools/deeptools-9999.ebuild index a2c1fcfb9..3e73bdec5 100644 --- a/sci-biology/deeptools/deeptools-9999.ebuild +++ b/sci-biology/deeptools/deeptools-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 PYTHON_COMPAT=( python2_7 python3_5 ) inherit distutils-r1 -[ "$PV" == "9999" ] && inherit git-2 +[ "$PV" == "9999" ] && inherit git-r3 DESCRIPTION="Extract reads from BAM files, normalize, draw figures, convert BAM to bigWig" HOMEPAGE="https://github.com/fidelram/deepTools"
