           SPELL=munkres
         VERSION=1.1.4
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.python.org/packages/source/m/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:5523d0d99c06d1b3581c28a88079b075851f11505b0d86ba666490061d666356afbaad5e1cb01c03f91fb5b7e895af95837756272c45a7a46eb2164c37baceb2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://software.clapper.org/munkres/"
      LICENSE[0]="BSD"
         ENTERED=20150406
        KEYWORDS=""
           SHORT="munkres algorithm for the Assignment Problem"
cat << EOF
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.
EOF
