View | Details | Raw Unified | Return to bug 213578 | Differences between
and this patch

Collapse All | Expand All

(-)www/Makefile (+1 lines)
Lines 1490-1495 Link Here
1490
    SUBDIR += py-bjoern
1490
    SUBDIR += py-bjoern
1491
    SUBDIR += py-bleach
1491
    SUBDIR += py-bleach
1492
    SUBDIR += py-blogofile
1492
    SUBDIR += py-blogofile
1493
    SUBDIR += py-bokeh
1493
    SUBDIR += py-boto3
1494
    SUBDIR += py-boto3
1494
    SUBDIR += py-bottle
1495
    SUBDIR += py-bottle
1495
    SUBDIR += py-bottle-cork
1496
    SUBDIR += py-bottle-cork
(-)www/py-bokeh/Makefile (+34 lines)
Line 0 Link Here
1
# Created by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	bokeh
5
PORTVERSION=	0.12.3
6
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	kozlov.sergey.404@gmail.com
11
COMMENT=	Interactive Web Plotting for Python
12
13
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six \
17
		${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:www/py-requests \
18
		${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml \
19
		${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \
20
		${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2 \
21
		${PYNUMPY} \
22
		${PYTHON_PKGNAMEPREFIX}tornado>=4.3:www/py-tornado
23
24
USES=		python
25
USE_PYTHON=	autoplist distutils concurrent
26
NO_ARCH=	yes
27
28
.include <bsd.port.pre.mk>
29
30
.if ${PYTHON_REL} == 2700
31
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}futures>3.0.3:devel/py-futures
32
.endif
33
34
.include <bsd.port.post.mk>
(-)www/py-bokeh/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1476568241
2
SHA256 (bokeh-0.12.3.tar.gz) = e138941b62f59bc48bc5b8d249e90c03fed31c1d5abe47ab2ce9e4c83202f73c
3
SIZE (bokeh-0.12.3.tar.gz) = 3931255
(-)www/py-bokeh/pkg-descr (+8 lines)
Line 0 Link Here
1
Bokeh is a Python interactive visualization library that targets modern web
2
browsers for presentation. Its goal is to provide elegant, concise construction
3
of novel graphics in the style of D3.js, and to extend this capability with
4
high-performance interactivity over very large or streaming datasets. Bokeh can
5
help anyone who would like to quickly and easily create interactive plots,
6
dashboards, and data applications.
7
8
WWW: http://bokeh.pydata.org/
(-)www/py-bokeh/pkg-message (+2 lines)
Line 0 Link Here
1
The bokeh.charts interface and various examples depend on the Pandas library.
2
If you want to use this functionality - please install math/py-pandas

Return to bug 213578