math/py-munkres: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:17:55 +08:00
parent 7d46fd34ed
commit 4cd6d2d387
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Munkres implementation for Python COMMENT= Munkres implementation for Python
WWW= https://software.clapper.org/munkres/ WWW= https://software.clapper.org/munkres/ \
https://github.com/bmc/munkres
LICENSE= APACHE20 LICENSE= APACHE20

View file

@ -4,5 +4,3 @@ models an assignment problem as an NxM cost matrix, where each element
represents the cost of assigning the ith worker to the jth job, and it figures represents the cost of assigning the ith worker to the jth job, and it figures
out the least-cost solution, choosing a single item from each row and column in out the least-cost solution, choosing a single item from each row and column in
the matrix, such that no row and no column are used more than once. the matrix, such that no row and no column are used more than once.
See also: https://github.com/bmc/munkres