From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A88C5139085 for ; Sun, 29 Jan 2017 20:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85B2F941D0; Sun, 29 Jan 2017 20:25:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AAB0941D0 for ; Sun, 29 Jan 2017 20:25:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86EC434164C for ; Sun, 29 Jan 2017 20:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48DEB3A29 for ; Sun, 29 Jan 2017 20:25:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1485721515.a65b1f3e8c36e2b861400df5df6b02d40db7dcbf.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/HTSeq/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/HTSeq/HTSeq-0.6.1.ebuild X-VCS-Directories: sci-biology/HTSeq/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a65b1f3e8c36e2b861400df5df6b02d40db7dcbf X-VCS-Branch: master Date: Sun, 29 Jan 2017 20:25:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1cd8dd48-8ae8-4aac-9d0a-01915be21d74 X-Archives-Hash: 680d28ce9c1184dd83137f008591f9e9 commit: a65b1f3e8c36e2b861400df5df6b02d40db7dcbf Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 29 20:19:50 2017 +0000 Commit: Justin Lecher gentoo 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 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}"