From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ECB801384B4 for ; Sat, 28 Nov 2015 17:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27FD621C047; Sat, 28 Nov 2015 17:33:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 831C021C03F for ; Sat, 28 Nov 2015 17:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDEF03408DD for ; Sat, 28 Nov 2015 17:33:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 805DFFE0 for ; Sat, 28 Nov 2015 17:33:19 +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: <1448727656.1063108ca3540d6b38f66cd81eeef8e4b06a0c0d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_core/jupyter_core-4.0.6.ebuild X-VCS-Directories: dev-python/jupyter_core/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1063108ca3540d6b38f66cd81eeef8e4b06a0c0d X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:33:19 +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: 9cc1bd88-c59c-4187-87f4-8571995b1c8c X-Archives-Hash: 0acf4a316aff67cdaa743a7778ec0dbc commit: 1063108ca3540d6b38f66cd81eeef8e4b06a0c0d Author: Marius Brehler linux sungazer de> AuthorDate: Sat Nov 28 16:20:56 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 28 16:20:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1063108c dev-python/jupyter_core: Move KEYWORDS variable; Remove pytest-cov from deps Package-Manager: portage-2.2.20.1 dev-python/jupyter_core/jupyter_core-4.0.6.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild index 97392a8..4fd42c6 100644 --- a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild @@ -11,10 +11,10 @@ inherit distutils-r1 DESCRIPTION="Core common functionality of Jupyter projects" HOMEPAGE="http://jupyter.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" LICENSE="BSD" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="doc test" RDEPEND=" @@ -24,7 +24,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) ) "