Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 20:40:44 +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: r470864 - in head/www: . py-folium
Message-ID:  <201805252040.w4PKeiX2026367@repo.freebsd.org>

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

Log:
  Add py-folium 0.5.0
  
  folium builds on the data wrangling strengths of the Python ecosystem and the
  mapping strengths of the Leaflet.js library. Manipulate your data in Python,
  then visualize it in a Leaflet map via folium.
  
  WWW: https://pypi.org/project/folium/
  WWW: https://github.com/python-visualization/folium

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri May 25 20:40:01 2018	(r470863)
+++ head/www/Makefile	Fri May 25 20:40:43 2018	(r470864)
@@ -1673,6 +1673,7 @@
     SUBDIR += py-flask-wtf
     SUBDIR += py-flexget
     SUBDIR += py-flup6
+    SUBDIR += py-folium
     SUBDIR += py-formalchemy
     SUBDIR += py-formencode
     SUBDIR += py-frappe-bench

Added: head/www/py-folium/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-folium/Makefile	Fri May 25 20:40:43 2018	(r470864)
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	folium
+PORTVERSION=	0.5.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Make beautiful maps with Leaflet.js & Python
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}branca>=0:www/py-branca@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR}
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/www/py-folium/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-folium/distinfo	Fri May 25 20:40:43 2018	(r470864)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527223222
+SHA256 (folium-0.5.0.tar.gz) = 748944521146d85c6cd6230acf234e885864cd0f42fea3758d655488517e5e6e
+SIZE (folium-0.5.0.tar.gz) = 79187

Added: head/www/py-folium/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-folium/pkg-descr	Fri May 25 20:40:43 2018	(r470864)
@@ -0,0 +1,6 @@
+folium builds on the data wrangling strengths of the Python ecosystem and the
+mapping strengths of the Leaflet.js library. Manipulate your data in Python,
+then visualize it in a Leaflet map via folium.
+
+WWW: https://pypi.org/project/folium/
+WWW: https://github.com/python-visualization/folium



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