Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 20:40:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470863 - in head/www: . py-branca
Message-ID:  <201805252040.w4PKe2vT026130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 25 20:40:01 2018
New Revision: 470863
URL: https://svnweb.freebsd.org/changeset/ports/470863

Log:
  Add py-branca 0.3.0
  
  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

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri May 25 20:25:55 2018	(r470862)
+++ head/www/Makefile	Fri May 25 20:40:01 2018	(r470863)
@@ -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

Added: head/www/py-branca/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-branca/Makefile	Fri May 25 20:40:01 2018	(r470863)
@@ -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>

Added: head/www/py-branca/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-branca/distinfo	Fri May 25 20:40:01 2018	(r470863)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527223375
+SHA256 (branca-0.3.0.tar.gz) = bea38396cf58fd7173ac942277fe4138127eb1546622684206cb34d344b03fb4
+SIZE (branca-0.3.0.tar.gz) = 39259

Added: head/www/py-branca/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-branca/pkg-descr	Fri May 25 20:40:01 2018	(r470863)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805252040.w4PKe2vT026130>