aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-mapclassify
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:07:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-03 20:07:59 +0000
commit8a9b590127abe3854ab4ed7337e70e52ac2b4acf (patch)
tree71166bd72aafd41869ce0b9eee172033446f25a5 /graphics/py-mapclassify
parent87a432c544bb209c424121044bc641752b2b6448 (diff)
downloadports-8a9b590127abe3854ab4ed7337e70e52ac2b4acf.tar.gz
ports-8a9b590127abe3854ab4ed7337e70e52ac2b4acf.zip
Notes
Diffstat (limited to 'graphics/py-mapclassify')
-rw-r--r--graphics/py-mapclassify/Makefile2
-rw-r--r--graphics/py-mapclassify/pkg-descr9
2 files changed, 8 insertions, 3 deletions
diff --git a/graphics/py-mapclassify/Makefile b/graphics/py-mapclassify/Makefile
index 7cd854a9773e..cccbb85d2051 100644
--- a/graphics/py-mapclassify/Makefile
+++ b/graphics/py-mapclassify/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVO
${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
diff --git a/graphics/py-mapclassify/pkg-descr b/graphics/py-mapclassify/pkg-descr
index 9ef1119c633c..ba6fcb7de101 100644
--- a/graphics/py-mapclassify/pkg-descr
+++ b/graphics/py-mapclassify/pkg-descr
@@ -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