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 B8580138334 for ; Thu, 28 Jun 2018 13:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAAD1E07EE; Thu, 28 Jun 2018 13:54:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80693E07EE for ; Thu, 28 Jun 2018 13:54:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48DF8335C39 for ; Thu, 28 Jun 2018 13:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94BC62B3 for ; Thu, 28 Jun 2018 13:54:41 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1530194064.c5518a330eed03dff467108d89666cc1996d7da5.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/poretools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/poretools/poretools-0.6.0.ebuild X-VCS-Directories: sci-biology/poretools/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: c5518a330eed03dff467108d89666cc1996d7da5 X-VCS-Branch: master Date: Thu, 28 Jun 2018 13:54:41 +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: 489f757b-c929-431b-b3b7-0e710f6f1b57 X-Archives-Hash: 7436dcf82789b6e82d156958d49635a5 commit: c5518a330eed03dff467108d89666cc1996d7da5 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Thu Jun 28 13:54:24 2018 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Jun 28 13:54:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c5518a33 sci-biology/poretools: change LICENSE, add missing DEPENDency Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-biology/poretools/poretools-0.6.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-biology/poretools/poretools-0.6.0.ebuild b/sci-biology/poretools/poretools-0.6.0.ebuild index 449d486db..158c10a9d 100644 --- a/sci-biology/poretools/poretools-0.6.0.ebuild +++ b/sci-biology/poretools/poretools-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://poretools.readthedocs.io https://github.com/arq5x/poretools" SRC_URI="https://github.com/arq5x/poretools/archive/v0.6.0.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" # https://github.com/arq5x/poretools/issues/136 +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -23,4 +23,5 @@ RDEPEND="${DEPEND} >=dev-python/h5py-2.2[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/seaborn[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}]" + dev-python/pandas[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}]"