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:
parent
7d46fd34ed
commit
4cd6d2d387
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user