svn commit: r560133 - head/graphics/py-mapclassify

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:08:05 UTC 2021


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


More information about the svn-ports-all mailing list