commit: 1063108ca3540d6b38f66cd81eeef8e4b06a0c0d Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sat Nov 28 16:20:56 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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) ) "
