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

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
COMMENT= Munkres implementation for Python
WWW= https://software.clapper.org/munkres/
WWW= https://software.clapper.org/munkres/ \
https://github.com/bmc/munkres
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
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.
See also: https://github.com/bmc/munkres