dev-python/jupyter_core: Move KEYWORDS variable; Remove pytest-cov from deps
authorMarius Brehler <marbre@linux.sungazer.de>
Sat, 28 Nov 2015 16:20:56 +0000 (17:20 +0100)
committerMarius Brehler <marbre@linux.sungazer.de>
Sat, 28 Nov 2015 16:20:56 +0000 (17:20 +0100)
Package-Manager: portage-2.2.20.1

dev-python/jupyter_core/jupyter_core-4.0.6.ebuild

index 97392a8a5a4db4157388e4f4a256b0ce0935429c..4fd42c687bb77f6207f7fa3761e719f87d0b765a 100644 (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)
        )
        "