svn commit: r555325 - head/math/py-munkres

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 15 18:05:39 UTC 2020


Author: sunpoet
Date: Sun Nov 15 18:05:34 2020
New Revision: 555325
URL: https://svnweb.freebsd.org/changeset/ports/555325

Log:
  Update to 1.1.4
  
  Changes:	https://github.com/bmc/munkres/blob/master/CHANGELOG.md

Modified:
  head/math/py-munkres/Makefile
  head/math/py-munkres/distinfo
  head/math/py-munkres/pkg-descr

Modified: head/math/py-munkres/Makefile
==============================================================================
--- head/math/py-munkres/Makefile	Sun Nov 15 18:05:29 2020	(r555324)
+++ head/math/py-munkres/Makefile	Sun Nov 15 18:05:34 2020	(r555325)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	munkres
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.4
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Munkres implementation for Python
 LICENSE=	APACHE20
 
 USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/math/py-munkres/distinfo
==============================================================================
--- head/math/py-munkres/distinfo	Sun Nov 15 18:05:29 2020	(r555324)
+++ head/math/py-munkres/distinfo	Sun Nov 15 18:05:34 2020	(r555325)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550415375
-SHA256 (munkres-1.1.2.tar.gz) = 81e9ced40c3d0ffc48be4b6da5cfdfaa49041faaaba8075b159974ec47926aea
-SIZE (munkres-1.1.2.tar.gz) = 10860
+TIMESTAMP = 1605426451
+SHA256 (munkres-1.1.4.tar.gz) = fc44bf3c3979dada4b6b633ddeeb8ffbe8388ee9409e4d4e8310c2da1792db03
+SIZE (munkres-1.1.4.tar.gz) = 14047

Modified: head/math/py-munkres/pkg-descr
==============================================================================
--- head/math/py-munkres/pkg-descr	Sun Nov 15 18:05:29 2020	(r555324)
+++ head/math/py-munkres/pkg-descr	Sun Nov 15 18:05:34 2020	(r555325)
@@ -6,3 +6,4 @@ out the least-cost solution, choosing a single item fr
 the matrix, such that no row and no column are used more than once.
 
 WWW: https://software.clapper.org/munkres/
+WWW: https://github.com/bmc/munkres


More information about the svn-ports-all mailing list