aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-29 20:19:50 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-29 20:25:15 +0000
commita65b1f3e8c36e2b861400df5df6b02d40db7dcbf (patch)
tree2e4003671ee69784a92fb654309adb5eaa34ab79
parentsci-biology/Gambit: QA fixes (diff)
downloadsci-a65b1f3e8c36e2b861400df5df6b02d40db7dcbf.tar.gz
sci-a65b1f3e8c36e2b861400df5df6b02d40db7dcbf.tar.bz2
sci-a65b1f3e8c36e2b861400df5df6b02d40db7dcbf.zip
sci-biology/HTSeq: QA fixes
Bump to EAPI 6 shorten DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--sci-biology/HTSeq/HTSeq-0.6.1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-biology/HTSeq/HTSeq-0.6.1.ebuild b/sci-biology/HTSeq/HTSeq-0.6.1.ebuild
index dac9ded53..a7bda99c6 100644
--- a/sci-biology/HTSeq/HTSeq-0.6.1.ebuild
+++ b/sci-biology/HTSeq/HTSeq-0.6.1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
-DESCRIPTION="Use SAM/BAM/Bowtie/FASTA/Q/GFF/GTF files in python, count reads, genomic intervals"
+DESCRIPTION="Python support for SAM/BAM/Bowtie/FASTA/Q/GFF/GTF files"
HOMEPAGE="http://www-huber.embl.de/users/anders/HTSeq"
SRC_URI="mirror://pypi/H/"${PN}"/"${P}".tar.gz"
@@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
+DEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
sci-biology/pysam[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"