jlec 15/01/26 07:51:03 Added: bokeh-0.7.1-setup.patch Log: dev-python/bokeh: Version Bump, #529986; thanks Marius Brehler for the upgraded ebuild (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.1 dev-python/bokeh/files/bokeh-0.7.1-setup.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/files/bokeh-0.7.1-setup.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bokeh/files/bokeh-0.7.1-setup.patch?rev=1.1&content-type=text/plain Index: bokeh-0.7.1-setup.patch =================================================================== 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:")