Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:08:00 +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: r560133 - head/graphics/py-mapclassify
Message-ID:  <202101032008.103K8096004094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 20:07:59 2021
New Revision: 560133
URL: https://svnweb.freebsd.org/changeset/ports/560133

Log:
  Update pkg-descr

Modified:
  head/graphics/py-mapclassify/Makefile
  head/graphics/py-mapclassify/pkg-descr

Modified: head/graphics/py-mapclassify/Makefile
==============================================================================
--- head/graphics/py-mapclassify/Makefile	Sun Jan  3 20:07:55 2021	(r560132)
+++ head/graphics/py-mapclassify/Makefile	Sun Jan  3 20:07:59 2021	(r560133)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}deprecated>=0:deve
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/graphics/py-mapclassify/pkg-descr
==============================================================================
--- head/graphics/py-mapclassify/pkg-descr	Sun Jan  3 20:07:55 2021	(r560132)
+++ head/graphics/py-mapclassify/pkg-descr	Sun Jan  3 20:07:59 2021	(r560133)
@@ -1,5 +1,10 @@
-mapclassify is an open-source python library for Choropleth map classification.
-It is part of a refactoring of PySAL.
+Classification Schemes for Choropleth Maps
+
+mapclassify implements a family of classification schemes for choropleth maps.
+Its focus is on the determination of the number of classes, and the assignment
+of observations to those classes. It is intended for use with upstream mapping
+and geovisualization packages (see geopandas and geoplot) that handle the
+rendering of the maps.
 
 WWW: https://pysal.org/mapclassify/
 WWW: https://github.com/pysal/mapclassify



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