svn commit: r495811 - in head/graphics: . py-mapclassify

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 15 21:40:38 UTC 2019


Author: sunpoet
Date: Fri Mar 15 21:40:36 2019
New Revision: 495811
URL: https://svnweb.freebsd.org/changeset/ports/495811

Log:
  Add py-mapclassify 2.0.1
  
  mapclassify is an open-source python library for Choropleth map classification.
  It is part of a refactoring of PySAL.
  
  WWW: https://github.com/pysal/mapclassify

Added:
  head/graphics/py-mapclassify/
  head/graphics/py-mapclassify/Makefile   (contents, props changed)
  head/graphics/py-mapclassify/distinfo   (contents, props changed)
  head/graphics/py-mapclassify/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri Mar 15 21:40:35 2019	(r495810)
+++ head/graphics/Makefile	Fri Mar 15 21:40:36 2019	(r495811)
@@ -853,6 +853,7 @@
     SUBDIR += py-imagesize
     SUBDIR += py-imgurpython
     SUBDIR += py-leather
+    SUBDIR += py-mapclassify
     SUBDIR += py-mayavi
     SUBDIR += py-mcomix
     SUBDIR += py-ming

Added: head/graphics/py-mapclassify/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-mapclassify/Makefile	Fri Mar 15 21:40:36 2019	(r495811)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	mapclassify
+PORTVERSION=	2.0.1
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Classification schemes for choropleth maps
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.3:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=0:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR}
+
+USES=		python:3.5+
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/py-mapclassify/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-mapclassify/distinfo	Fri Mar 15 21:40:36 2019	(r495811)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552677598
+SHA256 (mapclassify-2.0.1.tar.gz) = 9464b04272d0bcfb822e89dc79ec1f907bb7b07e043f7374d448244078b35b47
+SIZE (mapclassify-2.0.1.tar.gz) = 26057

Added: head/graphics/py-mapclassify/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-mapclassify/pkg-descr	Fri Mar 15 21:40:36 2019	(r495811)
@@ -0,0 +1,4 @@
+mapclassify is an open-source python library for Choropleth map classification.
+It is part of a refactoring of PySAL.
+
+WWW: https://github.com/pysal/mapclassify


More information about the svn-ports-all mailing list