Wed May 30 11:05:30 2012 UTC ()
Initial import of py-munkres-1.0.5.4:

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.

Assignment Problem: Let C be an nxn matrix representing the costs
of each of n workers to perform any of n jobs. The assignment
problem is to assign jobs to workers in a way that minimizes the
total cost. Since each worker can perform only one job and each
job can be assigned to only one worker the assignments represent
an independent set of the matrix C.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-20120530


(wiz)
diff -r0 -r1.1.1.1 pkgsrc/math/py-munkres/Makefile
diff -r0 -r1.1.1.1 pkgsrc/math/py-munkres/PLIST
diff -r0 -r1.1.1.1 pkgsrc/math/py-munkres/DESCR
diff -r0 -r1.1.1.1 pkgsrc/math/py-munkres/distinfo

File Added: pkgsrc/math/py-munkres/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/05/30 11:05:30 wiz Exp $
#

DISTNAME=	munkres-1.0.5.4
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	math
MASTER_SITES=	http://pypi.python.org/packages/source/m/munkres/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://pypi.python.org/pypi/munkres/
COMMENT=	Munkres algorithm for the Assignment Problem
LICENSE=	modified-bsd

PKG_DESTDIR_SUPPORT=	user-destdir

USE_LANGUAGES=	# none
REPLACE_PYTHON=	munkres.py

.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/math/py-munkres/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/30 11:05:30 wiz Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/munkres.py
${PYSITELIB}/munkres.pyc
${PYSITELIB}/munkres.pyo

File Added: pkgsrc/math/py-munkres/DESCR
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.

Assignment Problem: Let C be an nxn matrix representing the costs
of each of n workers to perform any of n jobs. The assignment
problem is to assign jobs to workers in a way that minimizes the
total cost. Since each worker can perform only one job and each
job can be assigned to only one worker the assignments represent
an independent set of the matrix C.

File Added: pkgsrc/math/py-munkres/distinfo
$NetBSD: distinfo,v 1.1.1.1 2012/05/30 11:05:30 wiz Exp $

SHA1 (munkres-1.0.5.4.tar.gz) = d81de77cde326497f6752e4993f0aa93e6f1201c
RMD160 (munkres-1.0.5.4.tar.gz) = 728695026eaa9287224353d5f392e82b8d4e6e3d
Size (munkres-1.0.5.4.tar.gz) = 43050 bytes