[149810] trunk/dports/python/py-bokeh/Portfile
stromnov at macports.org
stromnov at macports.org
Thu Jun 30 09:21:28 PDT 2016
Revision: 149810
https://trac.macports.org/changeset/149810
Author: stromnov at macports.org
Date: 2016-06-30 09:21:28 -0700 (Thu, 30 Jun 2016)
Log Message:
-----------
py-bokeh: update to version 0.12.0
Modified Paths:
--------------
trunk/dports/python/py-bokeh/Portfile
Modified: trunk/dports/python/py-bokeh/Portfile
===================================================================
--- trunk/dports/python/py-bokeh/Portfile 2016-06-30 13:41:59 UTC (rev 149809)
+++ trunk/dports/python/py-bokeh/Portfile 2016-06-30 16:21:28 UTC (rev 149810)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-bokeh
-version 0.11.1
+version 0.12.0
revision 0
categories-append devel
platforms darwin
@@ -26,36 +26,22 @@
distname ${python.rootname}-${version}
-checksums rmd160 2027b224bbc26fe01d7308c7c131678d49de8f2f \
- sha256 34a73d8f68e7d6faaecc9f785cac8e9f76b88a7e7aacf66307076b03b4d3c472
+checksums rmd160 cc5d128b16eb2881fd0814e15cb6b9e320cc8f6e \
+ sha256 b8ec2f18929dc637c3e3b8971e5ebfdc472c19c7e323327557cdb28ddc5e61cf
if {${name} ne ${subport}} {
- depends_lib-append port:py${python.version}-flask \
- port:py${python.version}-jinja2 \
- port:py${python.version}-markupsafe \
- port:py${python.version}-werkzeug \
- port:py${python.version}-greenlet \
- port:py${python.version}-itsdangerous \
- port:py${python.version}-numpy \
- port:py${python.version}-pandas \
- port:py${python.version}-dateutil \
- port:py${python.version}-tz \
- port:py${python.version}-redis \
+ depends_lib-append port:py${python.version}-six \
port:py${python.version}-requests \
- port:py${python.version}-six \
- port:py${python.version}-pygments \
- port:py${python.version}-pystache \
- port:py${python.version}-markdown \
port:py${python.version}-yaml \
- port:py${python.version}-colorama
+ port:py${python.version}-dateutil \
+ port:py${python.version}-jinja2 \
+ port:py${python.version}-numpy \
+ port:py${python.version}-tornado
- if {${python.version} < 30} {
- depends_lib-append port:py${python.version}-gevent \
- port:py${python.version}-gevent-websocket
+ if {${python.version} == 27} {
+ depends_lib-append port:py${python.version}-futures
}
- depends_run-append port:redis
-
livecheck.type none
} else {
livecheck.type pypi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160630/a19e9b7f/attachment.html>
More information about the macports-changes
mailing list