void-packages/srcpkgs/python-munkres/template

19 lines
589 B
Text
Raw Normal View History

2013-08-03 22:06:30 +00:00
# Template file for 'python-munkres'
pkgname=python-munkres
2013-11-10 09:14:14 +00:00
version=1.0.6
2014-02-22 22:50:28 +00:00
revision=2
2013-08-03 22:06:30 +00:00
distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz"
2013-11-10 09:14:14 +00:00
checksum="c78f803b9b776bfb20a25c9c7bb44adbf0f9202c2024d51aa5969d21e560208d"
2014-02-22 22:50:28 +00:00
build_style="python-module"
pycompile_module="munkres"
2014-02-22 22:50:28 +00:00
hostmakedepends="python-devel python-distribute"
makedepends="${hostmakedepends}"
depends="python"
maintainer="Steven R <dev@styez.com>"
2013-08-03 22:06:30 +00:00
homepage="http://bmc.github.com/munkres/"
license="BSD"
short_desc="Algorithm for the Assignment Problem"
2014-02-22 22:50:28 +00:00
noarch="yes"
wrksrc="munkres-${version}"