From 5e24ecf7bbd75e54fc34939c9daa7fe1cb033809 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 9 Dec 2015 19:27:03 +0100 Subject: Revert "dev-python/bokeh: Drop old" This reverts commit 20c37df5f09964b6949917de65e6a785c8a791d7. --- dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-python/bokeh/files/bokeh-0.7.1-setup.patch (limited to 'dev-python/bokeh/files') 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:") -- cgit v1.2.3