void-packages/srcpkgs/python-munkres/template

23 lines
645 B
Plaintext
Raw Normal View History

2013-08-04 00:06:30 +02:00
# Template file for 'python-munkres'
pkgname=python-munkres
2013-11-10 10:14:14 +01:00
version=1.0.6
2013-08-04 00:06:30 +02:00
revision=1
distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz"
2013-11-10 10:14:14 +01:00
checksum="c78f803b9b776bfb20a25c9c7bb44adbf0f9202c2024d51aa5969d21e560208d"
2013-08-04 00:06:30 +02:00
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() {
2013-08-09 23:06:33 +02:00
noarch="yes"
2013-08-04 00:06:30 +02:00
depends="python>=2.7"
pycompile_module="munkres"
pkg_install() {
vmove all
}
}