[113971] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Tue Nov 26 13:28:16 PST 2013
Revision: 113971
https://trac.macports.org/changeset/113971
Author: stromnov at macports.org
Date: 2013-11-26 13:28:16 -0800 (Tue, 26 Nov 2013)
Log Message:
-----------
py-bokeh: new port
Added Paths:
-----------
trunk/dports/python/py-bokeh/
trunk/dports/python/py-bokeh/Portfile
Added: trunk/dports/python/py-bokeh/Portfile
===================================================================
--- trunk/dports/python/py-bokeh/Portfile (rev 0)
+++ trunk/dports/python/py-bokeh/Portfile 2013-11-26 21:28:16 UTC (rev 113971)
@@ -0,0 +1,58 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup github 1.0
+PortGroup python 1.0
+
+github.setup ContinuumIO Bokeh 0.3
+
+name py-bokeh
+categories-append devel
+platforms darwin
+license BSD
+
+python.versions 27
+
+maintainers stromnov openmaintainer
+
+description Bokeh is an implementation of Grammar of Graphics
+
+long_description Bokeh (pronounced boh-Kay) is an implementation of \
+ Grammar of Graphics for Python, that also supports \
+ the customized rendering flexibility of Protovis and d3.
+
+homepage https://github.com/ContinuumIO/Bokeh
+
+checksums rmd160 6e8756aad6cc8c06bf36938e1ab01752fe5db86d \
+ sha256 8f0e8098368579669f75e8c24899f49ae88ce02bb9d48a25fe3969e22514916c
+
+if {$subport != $name} {
+ 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}-gevent \
+ port:py${python.version}-gevent-websocket \
+ 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 \
+ 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}-chaco \
+ port:py${python.version}-traits
+
+ livecheck.type none
+
+ #post-patch {
+ # file mkdir ${worksrcpath}/blaze/compile
+ #}
+}
Property changes on: trunk/dports/python/py-bokeh/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131126/363b337a/attachment-0001.html>
More information about the macports-changes
mailing list