Import py-algorithm-munkres.

The Munkres module provides an implementation of the Munkres algorithm
(also called the Hungarian algorithm or the Kuhn-Munkres algorithm),
useful for solving the Assignment Problem.

from Nils R, ok sthen@
This commit is contained in:
benoit 2014-05-11 20:53:29 +00:00
parent 8f165b00b7
commit c3ac316e57
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/05/11 20:53:29 benoit Exp $
COMMENT = munkres algorithm for the Assignment Problem
MODPY_EGG_VERSION = 1.0.6
DISTNAME = munkres-${MODPY_EGG_VERSION}
PKGNAME = py-algorithm-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = http://software.clapper.org/munkres/
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_PYPI:=/m/munkres/}
MODULES = lang/python
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (munkres-1.0.6.tar.gz) = x4+AO5t3a/sgolyce7RK2/D5ICwgJNUapZadIeVgII0=
SIZE (munkres-1.0.6.tar.gz) = 9841

View File

@ -0,0 +1,3 @@
The Munkres module provides an implementation of the Munkres algorithm
(also called the Hungarian algorithm or the Kuhn-Munkres algorithm),
useful for solving the Assignment Problem.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/05/11 20:53:29 benoit Exp $
lib/python${MODPY_VERSION}/site-packages/munkres-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/munkres.py
lib/python${MODPY_VERSION}/site-packages/munkres.pyc