aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-geopandas
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-10-15 16:35:58 +0000
committerSteve Wills <swills@FreeBSD.org>2019-10-15 16:35:58 +0000
commitd9a9f7223f0122ed749b197b56a63b65571c1ad6 (patch)
tree1f146ceaafe4cddbb766d751470918e31cb736a1 /graphics/py-geopandas
parent430356fae42b048288908c76cb3bc3603aff65b2 (diff)
downloadports-d9a9f7223f0122ed749b197b56a63b65571c1ad6.tar.gz
ports-d9a9f7223f0122ed749b197b56a63b65571c1ad6.zip
graphics/py-geopandas: Update to 0.6.0
PR: 241171 Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
Notes
Notes: svn path=/head/; revision=514550
Diffstat (limited to 'graphics/py-geopandas')
-rw-r--r--graphics/py-geopandas/Makefile2
-rw-r--r--graphics/py-geopandas/distinfo6
-rw-r--r--graphics/py-geopandas/pkg-descr14
3 files changed, 11 insertions, 11 deletions
diff --git a/graphics/py-geopandas/Makefile b/graphics/py-geopandas/Makefile
index 00006c3cb8dc..cf3d27c1f9f7 100644
--- a/graphics/py-geopandas/Makefile
+++ b/graphics/py-geopandas/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= geopandas
-PORTVERSION= 0.5.1
+PORTVERSION= 0.6.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-geopandas/distinfo b/graphics/py-geopandas/distinfo
index 840fb1005ef6..6f26c79fff62 100644
--- a/graphics/py-geopandas/distinfo
+++ b/graphics/py-geopandas/distinfo
@@ -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
diff --git a/graphics/py-geopandas/pkg-descr b/graphics/py-geopandas/pkg-descr
index 4c7b3ae994c8..37680901ed38 100644
--- a/graphics/py-geopandas/pkg-descr
+++ b/graphics/py-geopandas/pkg-descr
@@ -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/