Index: head/graphics/py-geopandas/Makefile =================================================================== --- head/graphics/py-geopandas/Makefile (revision 514549) +++ head/graphics/py-geopandas/Makefile (revision 514550) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= geopandas -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Python tools for geographic data LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Shapely>=1.2.18:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Fiona>=1.0.1:graphics/py-fiona@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.3:graphics/py-pyproj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist cython distutils NO_ARCH= yes .include Index: head/graphics/py-geopandas/distinfo =================================================================== --- head/graphics/py-geopandas/distinfo (revision 514549) +++ head/graphics/py-geopandas/distinfo (revision 514550) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564158011 -SHA256 (geopandas-0.5.1.tar.gz) = f0c99a5055bef99a31f63480bef0048f164dbadc5a9af081fe25c1c5c2dc7a87 -SIZE (geopandas-0.5.1.tar.gz) = 897236 +TIMESTAMP = 1570683374 +SHA256 (geopandas-0.6.0.tar.gz) = 3e98a2d21917562256ac01e2f1d568b7410f0476793fb70d4191777de6322b04 +SIZE (geopandas-0.6.0.tar.gz) = 918524 Index: head/graphics/py-geopandas/pkg-descr =================================================================== --- head/graphics/py-geopandas/pkg-descr (revision 514549) +++ head/graphics/py-geopandas/pkg-descr (revision 514550) @@ -1,12 +1,12 @@ -GeoPandas is a project to add support for geographic data to pandas objects. -It currently implements GeoSeries and GeoDataFrame types which are subclasses -of pandas.Series and pandas.DataFrame respectively. GeoPandas objects can act +GeoPandas is a project to add support for geographic data to pandas objects. +It currently implements GeoSeries and GeoDataFrame types which are subclasses +of pandas.Series and pandas.DataFrame respectively. GeoPandas objects can act on shapely geometry objects and perform geometric operations. -GeoPandas geometry operations are cartesian. The coordinate reference system -(crs) can be stored as an attribute on an object, and is automatically set when -loading from a file. Objects may be transformed to new coordinate systems with -the to_crs() method. There is currently no enforcement of like coordinates for +GeoPandas geometry operations are cartesian. The coordinate reference system +(crs) can be stored as an attribute on an object, and is automatically set when +loading from a file. Objects may be transformed to new coordinate systems with +the to_crs() method. There is currently no enforcement of like coordinates for operations, but that may change in the future. WWW: https://pypi.org/project/geopandas/