aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-13 16:39:57 -0400
committerHorea Christian <chr@chymera.eu>2020-09-13 16:39:57 -0400
commit7427cd98637c28d8ca30cc61094c980034113dfb (patch)
tree3846d65dbc524d45a199ff5f39d9c2627bc27748
parentsci-physics/uproot: bump to 3.12.0. (diff)
downloadsci-7427cd98637c28d8ca30cc61094c980034113dfb.tar.gz
sci-7427cd98637c28d8ca30cc61094c980034113dfb.tar.bz2
sci-7427cd98637c28d8ca30cc61094c980034113dfb.zip
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@chymera.eu>
-rw-r--r--sci-biology/deeptools/deeptools-2.5.0.ebuild4
-rw-r--r--sci-biology/deeptools/deeptools-9999.ebuild6
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"