summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-11-28 17:20:56 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2015-11-28 17:20:56 +0100
commit1063108ca3540d6b38f66cd81eeef8e4b06a0c0d (patch)
treee6911cb2a3e44cd5905defaec73b5e6f8ae48364 /dev-python
parentdev-python/jupyter_console: Move KEYWORDS variable (diff)
downloadgentoo-1063108ca3540d6b38f66cd81eeef8e4b06a0c0d.tar.gz
gentoo-1063108ca3540d6b38f66cd81eeef8e4b06a0c0d.tar.bz2
gentoo-1063108ca3540d6b38f66cd81eeef8e4b06a0c0d.zip
dev-python/jupyter_core: Move KEYWORDS variable; Remove pytest-cov from deps
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/jupyter_core/jupyter_core-4.0.6.ebuild3
1 files changed, 1 insertions, 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 97392a8a5a4d..4fd42c687bb7 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)
)
"