Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2021 20:49:31 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f16c344e3b8c - main - www/py-folium: Update to 0.12.1
Message-ID:  <202107152049.16FKnVb5098398@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f16c344e3b8c954118dac5689436d2bc87196ba8

commit f16c344e3b8c954118dac5689436d2bc87196ba8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-15 20:32:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-15 20:47:20 +0000

    www/py-folium: Update to 0.12.1
    
    - Change MASTER_SITES to GitHub temporarily due to some error in upstream sdist generation
    
    Changes:        https://github.com/python-visualization/folium/releases
---
 www/py-folium/Makefile  | 7 +++++--
 www/py-folium/distinfo  | 6 +++---
 www/py-folium/pkg-descr | 1 -
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/www/py-folium/Makefile b/www/py-folium/Makefile
index 72767e45a938..ab85ff6aa000 100644
--- a/www/py-folium/Makefile
+++ b/www/py-folium/Makefile
@@ -1,9 +1,9 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	folium
-PORTVERSION=	0.12.0
+PORTVERSION=	0.12.1
+DISTVERSIONPREFIX=	v
 CATEGORIES=	www python
-MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -23,4 +23,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+GH_ACCOUNT=	python-visualization
+USE_GITHUB=	yes
+
 .include <bsd.port.mk>
diff --git a/www/py-folium/distinfo b/www/py-folium/distinfo
index fdf036392f38..a8899b38b166 100644
--- a/www/py-folium/distinfo
+++ b/www/py-folium/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610174179
-SHA256 (folium-0.12.0.tar.gz) = d45ace0a813ae65f202ce0356eb29c40a5e8fde071e4d6b5be0a89587ebaeab2
-SIZE (folium-0.12.0.tar.gz) = 92944
+TIMESTAMP = 1626281010
+SHA256 (python-visualization-folium-v0.12.1_GH0.tar.gz) = 3e0cb5bc1817db67ff216af3875a45b50b453c1ae9adf5c4b610413a91b3e1cc
+SIZE (python-visualization-folium-v0.12.1_GH0.tar.gz) = 20033236
diff --git a/www/py-folium/pkg-descr b/www/py-folium/pkg-descr
index 0356ae8aa1f8..3d3921a82f8e 100644
--- a/www/py-folium/pkg-descr
+++ b/www/py-folium/pkg-descr
@@ -2,5 +2,4 @@ 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?202107152049.16FKnVb5098398>