diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-branca/Makefile | 22 | ||||
-rw-r--r-- | www/py-branca/distinfo | 3 | ||||
-rw-r--r-- | www/py-branca/pkg-descr | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 496f9bd9d020..28dd2b4ff3d7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1519,6 +1519,7 @@ SUBDIR += py-boto3 SUBDIR += py-bottle SUBDIR += py-bottle-cork + SUBDIR += py-branca SUBDIR += py-buku SUBDIR += py-cachecontrol SUBDIR += py-caldav diff --git a/www/py-branca/Makefile b/www/py-branca/Makefile new file mode 100644 index 000000000000..ee4ba1423573 --- /dev/null +++ b/www/py-branca/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= branca +PORTVERSION= 0.3.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Generate complex HTML+JS pages with Python + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include <bsd.port.mk> diff --git a/www/py-branca/distinfo b/www/py-branca/distinfo new file mode 100644 index 000000000000..fdfc6d577b91 --- /dev/null +++ b/www/py-branca/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1527223375 +SHA256 (branca-0.3.0.tar.gz) = bea38396cf58fd7173ac942277fe4138127eb1546622684206cb34d344b03fb4 +SIZE (branca-0.3.0.tar.gz) = 39259 diff --git a/www/py-branca/pkg-descr b/www/py-branca/pkg-descr new file mode 100644 index 000000000000..d0d9055bb38c --- /dev/null +++ b/www/py-branca/pkg-descr @@ -0,0 +1,5 @@ +Branca is a spinoff from folium, that would host the non-map-specific features. +It may become a HTML+JS generation library in the future. + +WWW: https://pypi.org/project/branca/ +WWW: https://github.com/python-visualization/branca |