summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-09 16:25:49 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-09 16:25:49 +0100
commite4ffc37a290783eca1736c9dc357efcf4cea3943 (patch)
treeebd96e324aee3ac92d705c6db4291927d6f9579e /dev-python
parentdev-python/bokeh: Don't try to install non-existing docs (diff)
downloadgentoo-e4ffc37a290783eca1736c9dc357efcf4cea3943.tar.gz
gentoo-e4ffc37a290783eca1736c9dc357efcf4cea3943.tar.bz2
gentoo-e4ffc37a290783eca1736c9dc357efcf4cea3943.zip
dev-python/bokeh: Drop README.gentoo
Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bokeh/bokeh-0.10.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/bokeh/bokeh-0.10.0.ebuild b/dev-python/bokeh/bokeh-0.10.0.ebuild
index efd512c8b385..c70bc4125ce9 100644
--- a/dev-python/bokeh/bokeh-0.10.0.ebuild
+++ b/dev-python/bokeh/bokeh-0.10.0.ebuild
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-inherit distutils-r1 readme.gentoo
+inherit distutils-r1
DESCRIPTION="Statistical and novel interactive HTML plots for Python"
HOMEPAGE="http://bokeh.pydata.org/ http://github.com/bokeh/bokeh http://pypi.python.org/pypi/bokeh"
@@ -56,8 +56,6 @@ python_test() {
}
python_install_all() {
- readme.gentoo_create_doc
-
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all