diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-folium/Makefile | 26 | ||||
-rw-r--r-- | www/py-folium/distinfo | 3 | ||||
-rw-r--r-- | www/py-folium/pkg-descr | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 28dd2b4ff3d7..21d313dd5025 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/py-folium/Makefile b/www/py-folium/Makefile new file mode 100644 index 000000000000..64ae870e7a0f --- /dev/null +++ b/www/py-folium/Makefile @@ -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> diff --git a/www/py-folium/distinfo b/www/py-folium/distinfo new file mode 100644 index 000000000000..3aca55ae7b78 --- /dev/null +++ b/www/py-folium/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1527223222 +SHA256 (folium-0.5.0.tar.gz) = 748944521146d85c6cd6230acf234e885864cd0f42fea3758d655488517e5e6e +SIZE (folium-0.5.0.tar.gz) = 79187 diff --git a/www/py-folium/pkg-descr b/www/py-folium/pkg-descr new file mode 100644 index 000000000000..0356ae8aa1f8 --- /dev/null +++ b/www/py-folium/pkg-descr @@ -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 |