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'
|
# Template file for 'python-munkres'
|
||||||
pkgname=python-munkres
|
pkgname=python-munkres
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz"
|
||||||
checksum="c78f803b9b776bfb20a25c9c7bb44adbf0f9202c2024d51aa5969d21e560208d"
|
checksum="c78f803b9b776bfb20a25c9c7bb44adbf0f9202c2024d51aa5969d21e560208d"
|
||||||
build_style=python-module
|
build_style="python-module"
|
||||||
hostmakedepends="python-devel"
|
|
||||||
makedepends="python-distribute"
|
|
||||||
noarch="yes"
|
|
||||||
depends="python>=2.7"
|
|
||||||
pycompile_module="munkres"
|
pycompile_module="munkres"
|
||||||
wrksrc="munkres-${version}"
|
hostmakedepends="python-devel python-distribute"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
makedepends="${hostmakedepends}"
|
||||||
|
depends="python"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="http://bmc.github.com/munkres/"
|
homepage="http://bmc.github.com/munkres/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
short_desc="Algorithm for the Assignment Problem"
|
short_desc="Algorithm for the Assignment Problem"
|
||||||
|
|
||||||
|
noarch="yes"
|
||||||
|
wrksrc="munkres-${version}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue