mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
math/py-munkres: Update WWW and clean up pkg-descr
This commit is contained in:
parent
7d46fd34ed
commit
4cd6d2d387
2 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue