New package: python-munkres.

This commit is contained in:
wertyi48 2013-08-03 19:06:30 -03:00
parent 7c5e7227a5
commit 7709c7ed78

View file

@ -0,0 +1,22 @@
# Template file for 'python-munkres'
pkgname=python-munkres
version=1.0.5.4
revision=1
distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz"
checksum="105adad30659dbdf82815d3e12a74d4c01a3e0741d5ccbce194ee2ad4e5338d2"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
wrksrc="munkres-${version}"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://bmc.github.com/munkres/"
license="BSD"
short_desc="Algorithm for the Assignment Problem"
python-munkres_package() {
depends="python>=2.7"
pycompile_module="munkres"
pkg_install() {
vmove all
}
}