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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 3 19:49:08 UTC 2021


Author: sunpoet
Date: Wed Feb  3 19:49:01 2021
New Revision: 563936
URL: https://svnweb.freebsd.org/changeset/ports/563936

Log:
  Update to 2.4.2
  
  - Update version requirement of RUN_DEPENDS
  
  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	Wed Feb  3 19:48:55 2021	(r563935)
+++ head/graphics/py-mapclassify/Makefile	Wed Feb  3 19:49:01 2021	(r563936)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mapclassify
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.2
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Classification schemes for choropleth maps
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}networkx>=0:math/py-networkx@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}networkx>=0,1:math/py-networkx@${PY_FLAVOR} \
 		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=1.0,1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \

Modified: head/graphics/py-mapclassify/distinfo
==============================================================================
--- head/graphics/py-mapclassify/distinfo	Wed Feb  3 19:48:55 2021	(r563935)
+++ head/graphics/py-mapclassify/distinfo	Wed Feb  3 19:49:01 2021	(r563936)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612101614
-SHA256 (mapclassify-2.4.0.tar.gz) = ee507d00c067fbc3a6ade9f5b5ea3758b726d4f7043877e118138a181f32c9dc
-SIZE (mapclassify-2.4.0.tar.gz) = 42329
+TIMESTAMP = 1612296147
+SHA256 (mapclassify-2.4.2.tar.gz) = bc20954aa433466f5fbc572e3f23b05f9606b59209f40b0ded93ac1ca983d24e
+SIZE (mapclassify-2.4.2.tar.gz) = 43632


More information about the svn-ports-all mailing list