svn commit: r424301 - in head/www: . py-bokeh

Carlos J. Puga Medina cpm at FreeBSD.org
Thu Oct 20 01:45:27 UTC 2016


Author: cpm
Date: Thu Oct 20 01:45:25 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 at gmail.com>
  Approved by:	koobs (mentor)

Added:
  head/www/py-bokeh/
  head/www/py-bokeh/Makefile   (contents, props changed)
  head/www/py-bokeh/distinfo   (contents, props changed)
  head/www/py-bokeh/pkg-descr   (contents, props changed)
  head/www/py-bokeh/pkg-message   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Oct 20 01:37:31 2016	(r424300)
+++ head/www/Makefile	Thu Oct 20 01:45:25 2016	(r424301)
@@ -1492,6 +1492,7 @@
     SUBDIR += py-bjoern
     SUBDIR += py-bleach
     SUBDIR += py-blogofile
+    SUBDIR += py-bokeh
     SUBDIR += py-boto3
     SUBDIR += py-bottle
     SUBDIR += py-bottle-cork

Added: head/www/py-bokeh/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-bokeh/Makefile	Thu Oct 20 01:45:25 2016	(r424301)
@@ -0,0 +1,35 @@
+# Created by: Sergey Kozlov <kozlov.sergey.404 at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	bokeh
+PORTVERSION=	0.12.3
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	kozlov.sergey.404 at gmail.com
+COMMENT=	Interactive Web Plotting for Python
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+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 concurrent
+
+NO_ARCH=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} == 2700
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}futures>3.0.3:devel/py-futures
+.endif
+
+.include <bsd.port.post.mk>

Added: head/www/py-bokeh/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-bokeh/distinfo	Thu Oct 20 01:45:25 2016	(r424301)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476927265
+SHA256 (bokeh-0.12.3.tar.gz) = e138941b62f59bc48bc5b8d249e90c03fed31c1d5abe47ab2ce9e4c83202f73c
+SIZE (bokeh-0.12.3.tar.gz) = 3931255

Added: head/www/py-bokeh/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-bokeh/pkg-descr	Thu Oct 20 01:45:25 2016	(r424301)
@@ -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/

Added: head/www/py-bokeh/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-bokeh/pkg-message	Thu Oct 20 01:45:25 2016	(r424301)
@@ -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


More information about the svn-ports-all mailing list