summaryrefslogtreecommitdiff
path: root/dev-python/bokeh/files
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-09 19:27:03 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-09 19:27:03 +0100
commit5e24ecf7bbd75e54fc34939c9daa7fe1cb033809 (patch)
treefa958fad582804a37c583494e5557fd470519b09 /dev-python/bokeh/files
parentdcc39193280a02b411308cdd084907409d4ac936 (diff)
downloadgentoo-5e24ecf7bbd75e54fc34939c9daa7fe1cb033809.tar.gz
gentoo-5e24ecf7bbd75e54fc34939c9daa7fe1cb033809.tar.bz2
gentoo-5e24ecf7bbd75e54fc34939c9daa7fe1cb033809.zip
Revert "dev-python/bokeh: Drop old"
This reverts commit 20c37df5f09964b6949917de65e6a785c8a791d7.
Diffstat (limited to 'dev-python/bokeh/files')
-rw-r--r--dev-python/bokeh/files/bokeh-0.7.1-setup.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/bokeh/files/bokeh-0.7.1-setup.patch b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
new file mode 100644
index 000000000000..39ea156cc3b7
--- /dev/null
+++ b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
@@ -0,0 +1,17 @@
+Remove inappropriate check for a previous installation.
+
+Original patch for bokek 0.5.0 (0.5.0-setup.patch).
+Ported for bokeh 0.7.1 by Marius Brehler.
+
+http://bugs.gentoo.org/527336
+
+--- setup.py
++++ setup.py.new
+@@ -348,7 +348,6 @@ path = abspath(dirname(__file__))
+
+ print()
+ if 'develop' in sys.argv:
+- check_remove_bokeh_install(site_packages)
+ with open(path_file, "w+") as f:
+ f.write(path)
+ print("Installing Bokeh for development:")