commit: 271785773b69dc463203f70de8151eb3251014a6
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Jan 20 22:45:56 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Jan 20 22:45:56 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=27178577
Add setup.patch for bokeh-0.7.1
---
dev-python/bokeh/bokeh-0.7.1.ebuild | 2 +-
dev-python/bokeh/files/bokeh-0.7.1-setup.patch | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/dev-python/bokeh/bokeh-0.7.1.ebuild
b/dev-python/bokeh/bokeh-0.7.1.ebuild
index 6662423..9c874ed 100644
--- a/dev-python/bokeh/bokeh-0.7.1.ebuild
+++ b/dev-python/bokeh/bokeh-0.7.1.ebuild
@@ -55,7 +55,7 @@ DEPEND="
"
DOCS=( CHANGELOG QUICKSTART.md README.md )
-PATCHES=( "${FILESDIR}"/${PV}-setup.patch )
+PATCHES=( "${FILESDIR}"/${P}-setup.patch )
DISTUTILS_NO_PARALLEL_BUILD=1
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 0000000..934f558
--- /dev/null
+++ b/dev-python/bokeh/files/bokeh-0.7.1-setup.patch
@@ -0,0 +1,10 @@
+--- setup.py 2015-01-12 19:37:38.000000000 +0100
++++ setup.py.new 2015-01-20 23:44:09.000000000 +0100
+@@ -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:")