Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 23:47:33 +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: r517538 - head/graphics/py-geopandas
Message-ID:  <201911132347.xADNlXrn059986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov 13 23:47:33 2019
New Revision: 517538
URL: https://svnweb.freebsd.org/changeset/ports/517538

Log:
  Update to 0.6.1
  
  - While I'm here, add LICENSE_FILE
  
  Changes:	https://github.com/geopandas/geopandas/releases
  PR:		241521
  Submitted by:	Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)

Modified:
  head/graphics/py-geopandas/Makefile
  head/graphics/py-geopandas/distinfo

Modified: head/graphics/py-geopandas/Makefile
==============================================================================
--- head/graphics/py-geopandas/Makefile	Wed Nov 13 23:47:27 2019	(r517537)
+++ head/graphics/py-geopandas/Makefile	Wed Nov 13 23:47:33 2019	(r517538)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	geopandas
-PORTVERSION=	0.6.0
+PORTVERSION=	0.6.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +10,7 @@ MAINTAINER=	lbartoletti@tuxfamily.org
 COMMENT=	Python tools for geographic data
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Shapely>=1.2.18:devel/py-shapely@${PY_FLAVOR} \

Modified: head/graphics/py-geopandas/distinfo
==============================================================================
--- head/graphics/py-geopandas/distinfo	Wed Nov 13 23:47:27 2019	(r517537)
+++ head/graphics/py-geopandas/distinfo	Wed Nov 13 23:47:33 2019	(r517538)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570683374
-SHA256 (geopandas-0.6.0.tar.gz) = 3e98a2d21917562256ac01e2f1d568b7410f0476793fb70d4191777de6322b04
-SIZE (geopandas-0.6.0.tar.gz) = 918524
+TIMESTAMP = 1572184741
+SHA256 (geopandas-0.6.1.tar.gz) = b72b8a870d55b30836cb4bea9e1b58b8317c008bcff8c86738f7ee5a69042b54
+SIZE (geopandas-0.6.1.tar.gz) = 918804



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