aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-13 17:10:22 -0400
committerHorea Christian <chr@chymera.eu>2020-09-13 17:10:22 -0400
commit021ac334c980bba7a50590d2dd6c7345a3c67e39 (patch)
tree8ba3e0d22cd88d56533692a65dc0820a30baa42e /sci-biology
parentsci-biology/deeptools: QA fix: EAPI 7, git-r3 eclass, copyright bump (diff)
downloadsci-021ac334c980bba7a50590d2dd6c7345a3c67e39.tar.gz
sci-021ac334c980bba7a50590d2dd6c7345a3c67e39.tar.bz2
sci-021ac334c980bba7a50590d2dd6c7345a3c67e39.zip
sci-biology/deeptools: QA fix: KEYWORDS and conditional definition
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/deeptools/deeptools-2.5.0.ebuild8
-rw-r--r--sci-biology/deeptools/deeptools-9999.ebuild7
2 files changed, 5 insertions, 10 deletions
diff --git a/sci-biology/deeptools/deeptools-2.5.0.ebuild b/sci-biology/deeptools/deeptools-2.5.0.ebuild
index a0d1d47cd..eb9d530dd 100644
--- a/sci-biology/deeptools/deeptools-2.5.0.ebuild
+++ b/sci-biology/deeptools/deeptools-2.5.0.ebuild
@@ -7,21 +7,19 @@ 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"
-if [ "$PV" == "9999" ]; then
+if [[ "$PV" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/fidelram/deepTools"
- KEYWORDS=""
else
SRC_URI="https://github.com/fidelram/deepTools/archive/2.5.0.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
-IUSE=""
+KEYWORDS="~amd64"
DEPEND=">=dev-python/numpy-1.8.0
>=sci-libs/scipy-0.17.0
diff --git a/sci-biology/deeptools/deeptools-9999.ebuild b/sci-biology/deeptools/deeptools-9999.ebuild
index 3e73bdec5..7c3896433 100644
--- a/sci-biology/deeptools/deeptools-9999.ebuild
+++ b/sci-biology/deeptools/deeptools-9999.ebuild
@@ -7,21 +7,18 @@ PYTHON_COMPAT=( python2_7 python3_5 )
inherit distutils-r1
-[ "$PV" == "9999" ] && inherit git-r3
+[[ "$PV" == "9999" ]] && inherit git-r3
DESCRIPTION="Extract reads from BAM files, normalize, draw figures, convert BAM to bigWig"
HOMEPAGE="https://github.com/fidelram/deepTools"
-if [ "$PV" == "9999" ]; then
+if [[ "$PV" == "9999" ]]; then
EGIT_REPO_URI="https://github.com/fidelram/deepTools"
- KEYWORDS=""
else
SRC_URI="https://github.com/fidelram/deepTools/archive/2.5.0.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
-IUSE=""
DEPEND=">=dev-python/numpy-1.8.0
>=sci-libs/scipy-0.17.0