diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2020-02-27 04:48:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2020-02-27 04:48:17 +0800 |
commit | b58dce65d0b59f48be2820bc26065dea65431c58 (patch) | |
tree | b288bd495285c9e314d63f5463fc83e5c4c4512d | |
parent | 3a35878b637fa5cb686b8c65345040763b85ee34 (diff) | |
download | freebsd-ports-gnome-b58dce65d0b59f48be2820bc26065dea65431c58.tar.gz freebsd-ports-gnome-b58dce65d0b59f48be2820bc26065dea65431c58.tar.zst freebsd-ports-gnome-b58dce65d0b59f48be2820bc26065dea65431c58.zip |
Update to 1.4.0
- Sort RUN_DEPENDS
Changes: https://github.com/bokeh/bokeh/blob/master/CHANGELOG
PR: 244418
Submitted by: sunpoet (myself)
Approved by: skozlov (maintainer)
-rw-r--r-- | www/py-bokeh/Makefile | 14 | ||||
-rw-r--r-- | www/py-bokeh/distinfo | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/www/py-bokeh/Makefile b/www/py-bokeh/Makefile index 402692852ce0..0f1a63ded1e9 100644 --- a/www/py-bokeh/Makefile +++ b/www/py-bokeh/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bokeh -PORTVERSION= 0.12.9 -PORTREVISION= 4 +PORTVERSION= 1.4.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +13,14 @@ COMMENT= Interactive Web Plotting for Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} \ - ${PY_FUTURES} \ +RUN_DEPENDS= ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2@${PY_FLAVOR} \ ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=16.8:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=4.0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=4.3:www/py-tornado@${PY_FLAVOR} USES= python diff --git a/www/py-bokeh/distinfo b/www/py-bokeh/distinfo index 54080855880d..f7e4a908a123 100644 --- a/www/py-bokeh/distinfo +++ b/www/py-bokeh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1508038305 -SHA256 (bokeh-0.12.9.tar.gz) = af7b41fbedf91c047845e25e5ff7804014a85b901c16f2618cdf19cfbc1f5d02 -SIZE (bokeh-0.12.9.tar.gz) = 15671306 +TIMESTAMP = 1582312182 +SHA256 (bokeh-1.4.0.tar.gz) = c60d38a41a777b8147ee4134e6142cea8026b5eebf48149e370c44689869dce7 +SIZE (bokeh-1.4.0.tar.gz) = 32407336 |