FreeBSD Bugzilla – Attachment 175880 Details for
Bug 213578
[NEW PORT] www/py-bokeh: Interactive Web Plotting for Python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch
py-bokeh-0.12.3.diff (text/plain), 2.75 KB, created by
Serhii (Sergey) Kozlov
on 2016-10-17 20:45:54 UTC
(
hide
)
Description:
the patch
Filename:
MIME Type:
Creator:
Serhii (Sergey) Kozlov
Created:
2016-10-17 20:45:54 UTC
Size:
2.75 KB
patch
obsolete
>Index: www/Makefile >=================================================================== >--- www/Makefile (revision 424144) >+++ www/Makefile (working copy) >@@ -1489,6 +1489,7 @@ > SUBDIR += py-bjoern > SUBDIR += py-bleach > SUBDIR += py-blogofile >+ SUBDIR += py-bokeh > SUBDIR += py-boto3 > SUBDIR += py-bottle > SUBDIR += py-bottle-cork >Index: www/py-bokeh/Makefile >=================================================================== >--- www/py-bokeh/Makefile (nonexistent) >+++ www/py-bokeh/Makefile (working copy) >@@ -0,0 +1,33 @@ >+# Created by: Sergey Kozlov <kozlov.sergey.404@gmail.com> >+# $FreeBSD$ >+ >+PORTNAME= bokeh >+PORTVERSION= 0.12.3 >+CATEGORIES= www python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= kozlov.sergey.404@gmail.com >+COMMENT= Interactive Web Plotting for Python >+ >+LICENSE= BSD3CLAUSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six \ >+ ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:www/py-requests \ >+ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml \ >+ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ >+ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2 \ >+ ${PYNUMPY} \ >+ ${PYTHON_PKGNAMEPREFIX}tornado>=4.3:www/py-tornado >+ >+USES= python >+USE_PYTHON= autoplist distutils >+NO_ARCH= yes >+ >+.include <bsd.port.pre.mk> >+ >+.if ${PYTHON_REL} < 3200 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures >+.endif >+ >+.include <bsd.port.post.mk> >Index: www/py-bokeh/distinfo >=================================================================== >--- www/py-bokeh/distinfo (nonexistent) >+++ www/py-bokeh/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1476568241 >+SHA256 (bokeh-0.12.3.tar.gz) = e138941b62f59bc48bc5b8d249e90c03fed31c1d5abe47ab2ce9e4c83202f73c >+SIZE (bokeh-0.12.3.tar.gz) = 3931255 >Index: www/py-bokeh/pkg-descr >=================================================================== >--- www/py-bokeh/pkg-descr (nonexistent) >+++ www/py-bokeh/pkg-descr (working copy) >@@ -0,0 +1,8 @@ >+Bokeh is a Python interactive visualization library that targets modern web >+browsers for presentation. Its goal is to provide elegant, concise construction >+of novel graphics in the style of D3.js, and to extend this capability with >+high-performance interactivity over very large or streaming datasets. Bokeh can >+help anyone who would like to quickly and easily create interactive plots, >+dashboards, and data applications. >+ >+WWW: http://bokeh.pydata.org/ >Index: www/py-bokeh/pkg-message >=================================================================== >--- www/py-bokeh/pkg-message (nonexistent) >+++ www/py-bokeh/pkg-message (working copy) >@@ -0,0 +1,2 @@ >+The bokeh.charts interface and various examples depend on the Pandas library. >+If you want to use this functionality - please install math/py-pandas
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213578
:
175880
|
175881
|
175882
|
175921
|
175922
|
175923