commit: 190c4d345fde30c79e5ef087f2f4018b5d3cc32c
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Jan 22 09:30:56 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Thu Jan 22 09:30:56 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=190c4d34
dev-python/bokeh: Use esetup.py, add phantomjs to RDEPEND
---
dev-python/bokeh/bokeh-0.7.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 95241a5..da4b816 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -21,6 +21,7 @@ IUSE="examples test chaco"
# Therefore refraining from adding the doc build for now
RDEPEND="
>=net-libs/nodejs-0.8.28[npm]
+ >=www-client/phantomjs-1.9.8
>=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
>=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
>=dev-python/itsdangerous-0.21[${PYTHON_USEDEP}]
@@ -73,7 +74,7 @@ python_prepare_all() {
cd bokehjs || die
npm install ||die
cd .. || die
- python ./setup.py --build_js sdist || die
+ esetup.py --build_js sdist
distutils-r1_python_prepare_all
}