commit: a65b1f3e8c36e2b861400df5df6b02d40db7dcbf Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 20:19:50 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 20:25:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a65b1f3e
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 <AT> gentoo.org> sci-biology/HTSeq/HTSeq-0.6.1.ebuild | 9 +++++---- 1 file 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 dac9ded..a7bda99 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}"
