1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-03-15 21:40:36 +00:00
parent 263c7f8e48
commit 83cf377de9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495811
4 changed files with 33 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,25 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= mapclassify
PORTVERSION= 2.0.1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1552677598
SHA256 (mapclassify-2.0.1.tar.gz) = 9464b04272d0bcfb822e89dc79ec1f907bb7b07e043f7374d448244078b35b47
SIZE (mapclassify-2.0.1.tar.gz) = 26057

View File

@ -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