svn commit: r507446 - head/graphics/py-geopandas

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 27 12:00:04 UTC 2019


Author: sunpoet
Date: Sat Jul 27 11:58:10 2019
New Revision: 507446
URL: https://svnweb.freebsd.org/changeset/ports/507446

Log:
  Update to 0.5.1
  
  - While I'm here, cosmetic change
  
  Changes:	https://github.com/geopandas/geopandas/releases
  PR:		239456
  Submitted by:	Loic Bartoletti <lbartoletti at 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	Sat Jul 27 11:58:05 2019	(r507445)
+++ head/graphics/py-geopandas/Makefile	Sat Jul 27 11:58:10 2019	(r507446)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	geopandas
-PORTVERSION=	0.5.0
-PORTREVISION=	1
+PORTVERSION=	0.5.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,9 +17,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-p
 		${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.3:graphics/py-pyproj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${PY_FLAVOR}
 
-NO_ARCH=	yes
-
 USES=		python
 USE_PYTHON=	autoplist cython distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/py-geopandas/distinfo
==============================================================================
--- head/graphics/py-geopandas/distinfo	Sat Jul 27 11:58:05 2019	(r507445)
+++ head/graphics/py-geopandas/distinfo	Sat Jul 27 11:58:10 2019	(r507446)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556651395
-SHA256 (geopandas-0.5.0.tar.gz) = d075d2ab61a502ab92ec6b72aaf9610a1340ec24ed07264fcbdbe944b9e68954
-SIZE (geopandas-0.5.0.tar.gz) = 897118
+TIMESTAMP = 1564158011
+SHA256 (geopandas-0.5.1.tar.gz) = f0c99a5055bef99a31f63480bef0048f164dbadc5a9af081fe25c1c5c2dc7a87
+SIZE (geopandas-0.5.1.tar.gz) = 897236


More information about the svn-ports-head mailing list