svn commit: r505304 - head/graphics/py-mapclassify
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 28 21:17:05 UTC 2019
Author: sunpoet
Date: Fri Jun 28 21:17:03 2019
New Revision: 505304
URL: https://svnweb.freebsd.org/changeset/ports/505304
Log:
Update to 2.1.0
Changes: https://github.com/pysal/mapclassify/releases
Modified:
head/graphics/py-mapclassify/Makefile
head/graphics/py-mapclassify/distinfo
Modified: head/graphics/py-mapclassify/Makefile
==============================================================================
--- head/graphics/py-mapclassify/Makefile Fri Jun 28 21:16:57 2019 (r505303)
+++ head/graphics/py-mapclassify/Makefile Fri Jun 28 21:17:03 2019 (r505304)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mapclassify
-PORTVERSION= 2.0.1
+PORTVERSION= 2.1.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,13 @@ 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} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}numpy>=1.3:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0:math/py-pandas@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR}
-USES= python:3.5+
+USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
Modified: head/graphics/py-mapclassify/distinfo
==============================================================================
--- head/graphics/py-mapclassify/distinfo Fri Jun 28 21:16:57 2019 (r505303)
+++ head/graphics/py-mapclassify/distinfo Fri Jun 28 21:17:03 2019 (r505304)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552677598
-SHA256 (mapclassify-2.0.1.tar.gz) = 9464b04272d0bcfb822e89dc79ec1f907bb7b07e043f7374d448244078b35b47
-SIZE (mapclassify-2.0.1.tar.gz) = 26057
+TIMESTAMP = 1561722429
+SHA256 (mapclassify-2.1.0.tar.gz) = b59a603dc4b68ba1e6d5b296567b102e06a9df4c1e1dd4cfd6f7cfdc73fbdae0
+SIZE (mapclassify-2.1.0.tar.gz) = 27883
More information about the svn-ports-head
mailing list