python-munkres: misc tweak; rev bump.
This commit is contained in:
parent
5b0ae2331e
commit
a1ea45be12
1 changed files with 9 additions and 8 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'python-munkres'
|
||||
pkgname=python-munkres
|
||||
version=1.0.6
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz"
|
||||
checksum="c78f803b9b776bfb20a25c9c7bb44adbf0f9202c2024d51aa5969d21e560208d"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="python-distribute"
|
||||
noarch="yes"
|
||||
depends="python>=2.7"
|
||||
build_style="python-module"
|
||||
pycompile_module="munkres"
|
||||
wrksrc="munkres-${version}"
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
hostmakedepends="python-devel python-distribute"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="python"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
homepage="http://bmc.github.com/munkres/"
|
||||
license="BSD"
|
||||
short_desc="Algorithm for the Assignment Problem"
|
||||
|
||||
noarch="yes"
|
||||
wrksrc="munkres-${version}"
|
||||
|
|
Loading…
Reference in a new issue