Summary: | [NEW PORT] www/py-bokeh: Interactive Web Plotting for Python | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Serhii (Sergey) Kozlov <skozlov> | ||||||||||||||
Component: | Individual Port(s) | Assignee: | Carlos J. Puga Medina <cpm> | ||||||||||||||
Status: | Closed FIXED | ||||||||||||||||
Severity: | Affects Only Me | CC: | cpm | ||||||||||||||
Priority: | --- | Keywords: | feature, patch, patch-ready | ||||||||||||||
Version: | Latest | ||||||||||||||||
Hardware: | Any | ||||||||||||||||
OS: | Any | ||||||||||||||||
Attachments: |
|
Created attachment 175881 [details]
Poudriere testport log (Python 2.7)
Created attachment 175882 [details]
Poudriere testport log (Python 3.5)
Testing@work Review items: * Add LICENSE_FILE (${WRKSRC}\LICENSE.txt) * Should use USE_PYTHON=concurrent (for version-suffixed console/cli scripts) * Add missing minimum version for py-futures and use PYTHON_REL==2700 as per setup.py: if sys.version_info[:2] == (2, 7): REQUIRES.append('futures>=3.0.3') Created attachment 175921 [details]
The patch, v2
Created attachment 175922 [details]
Poudriere testport log (Python 2.7), for v2
Created attachment 175923 [details]
Poudriere testport log (Python 3.5), for v2
(In reply to Kubilay Kocak from comment #4) Fixed everything as you noted, thanks for the tips! A commit references this bug: Author: cpm Date: Thu Oct 20 01:45:26 UTC 2016 New revision: 424301 URL: https://svnweb.freebsd.org/changeset/ports/424301 Log: [NEW PORT] www/py-bokeh: Interactive Web Plotting for Python 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/ PR: 213578 Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> Approved by: koobs (mentor) Changes: head/www/Makefile head/www/py-bokeh/ head/www/py-bokeh/Makefile head/www/py-bokeh/distinfo head/www/py-bokeh/pkg-descr head/www/py-bokeh/pkg-message Committed! Thanks |
Created attachment 175880 [details] the patch 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. Testing: 1. Poudriere with Python 2.7 and 3.5 (portlint included) 2. Done basic plots using the lib