pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

revised upon comments from tech-pkg



Module Name:	pkgsrc-wip
Committed By:	4d30 <45021583+4d30%users.noreply.github.com@localhost>
Pushed By:	lntl
Date:		Wed Nov 18 12:57:27 2020 +0000
Changeset:	e2130de32881bb02cfc2250dba4a47d79915ce84

Modified Files:
	py-folium/DESCR
	py-folium/Makefile

Log Message:
revised upon comments from tech-pkg

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e2130de32881bb02cfc2250dba4a47d79915ce84

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-folium/DESCR    | 4 +++-
 py-folium/Makefile | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-folium/DESCR b/py-folium/DESCR
index 3ea960d24b..0e4e360fdf 100644
--- a/py-folium/DESCR
+++ b/py-folium/DESCR
@@ -1 +1,3 @@
-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.
+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.
diff --git a/py-folium/Makefile b/py-folium/Makefile
index c20827fc7e..7d07ad3fd2 100644
--- a/py-folium/Makefile
+++ b/py-folium/Makefile
@@ -1,16 +1,16 @@
 # $NetBSD$
 
 DISTNAME=	folium-0.11.0
-PKGNAME=    	${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	geography
 MASTER_SITES=	${MASTER_SITE_PYPI:=f/folium/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://cheeseshop.python.org/pypi/folium
-COMMENT=	visualize leaflet.js maps in python
+COMMENT=	Visualize leaflet.js maps in python
 LICENSE=	mit
 
-DEPENDS+=	${PYPKGPREFIX}-branca>=0.3.0:../../devel/py-branca
+DEPENDS+=	${PYPKGPREFIX}-branca>=0.3.0:../../wip/py-branca
 DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.9:../../textproc/py-jinja2
 DEPENDS+=	${PYPKGPREFIX}-requests>=0:../../devel/py-requests
 TEST_DEPENDS+=	${PYPKGPREFIX}-pytest>=0:../../devel/py-test


Home | Main Index | Thread Index | Old Index