[121852] trunk/dports/python/py-bokeh

stromnov at macports.org stromnov at macports.org
Wed Jul 9 03:28:58 PDT 2014


Revision: 121852
          https://trac.macports.org/changeset/121852
Author:   stromnov at macports.org
Date:     2014-07-09 03:28:58 -0700 (Wed, 09 Jul 2014)
Log Message:
-----------
py-bokeh: update to version 0.5.0

Modified Paths:
--------------
    trunk/dports/python/py-bokeh/Portfile

Added Paths:
-----------
    trunk/dports/python/py-bokeh/files/
    trunk/dports/python/py-bokeh/files/patch-setup.py.diff

Modified: trunk/dports/python/py-bokeh/Portfile
===================================================================
--- trunk/dports/python/py-bokeh/Portfile	2014-07-09 09:48:40 UTC (rev 121851)
+++ trunk/dports/python/py-bokeh/Portfile	2014-07-09 10:28:58 UTC (rev 121852)
@@ -5,7 +5,7 @@
 PortGroup           github 1.0
 PortGroup           python 1.0
 
-github.setup        ContinuumIO bokeh 0.4.4
+github.setup        ContinuumIO bokeh 0.5.0
 
 name                py-bokeh
 revision            0
@@ -25,8 +25,8 @@
 
 homepage            https://github.com/ContinuumIO/Bokeh
 
-checksums           rmd160  558872fbbd779daf9c3e9f1422829ce70c1c3ec2 \
-                    sha256  7d52474a8b6e90c80befc8964d5add95dfd5928d3cade37092ab77d9fd46d849
+checksums           rmd160  5c96da92935e3571a831e743ef0f4aa742cdf287 \
+                    sha256  78bc812b5a2e37b7bc8a5ef9f98065b49af846401485377edd4ed7d5ac96bd87
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-flask \
@@ -53,6 +53,8 @@
 
     depends_run-append  port:redis
 
+    patchfiles-append   patch-setup.py.diff
+
     livecheck.type      none
 } else {
     livecheck.regex     {archive/(\d+(?:\.\d+)*)\.[tz]}

Added: trunk/dports/python/py-bokeh/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-bokeh/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py-bokeh/files/patch-setup.py.diff	2014-07-09 10:28:58 UTC (rev 121852)
@@ -0,0 +1,15 @@
+--- setup.py.orig	2014-07-09 12:22:59.000000000 +0200
++++ setup.py	2014-07-09 12:23:33.000000000 +0200
+@@ -253,12 +253,6 @@
+     site_packages = getsitepackages()[0]
+ 
+ bokeh_path = join(site_packages, "bokeh")
+-if exists(bokeh_path) and isdir(bokeh_path):
+-    val = raw_input("found existing bokeh install, remove it?[y|N]")
+-    if val == "y":
+-        print ("removing old bokeh install")
+-        shutil.rmtree(bokeh_path)
+-    print ("not removing old bokeh install")
+ 
+ path_file = join(site_packages, "bokeh.pth")
+ path = abspath(dirname(__file__))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140709/039dba46/attachment.html>


More information about the macports-changes mailing list