dev-python/jupyter_core: Move KEYWORDS variable; Remove pytest-cov from deps

Package-Manager: portage-2.2.20.1
This commit is contained in:
Marius Brehler
2015-11-28 17:20:56 +01:00
parent a6f306ab2f
commit 1063108ca3

View File

@@ -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)
)
"