python-munkres: update to 1.0.10
This commit is contained in:
parent
d03541e9be
commit
68067b8086
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-munkres'
|
||||
pkgname=python-munkres
|
||||
version=1.0.8
|
||||
revision=2
|
||||
version=1.0.10
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="munkres-${version}"
|
||||
build_style="python-module"
|
||||
pycompile_module="munkres.py"
|
||||
hostmakedepends="python-devel python3-devel"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Algorithm for the Assignment Problem (Python2)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/bmc/munkres"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/m/munkres/munkres-${version}.tar.gz"
|
||||
checksum=185f1a9c4d2c31f2f19afa48bc2ec726c11e945eded4784d272da2fd49bf7a55
|
||||
checksum=eb41e68e93be08ad8cb80fd470f8282f21cd2bac87b07da645e27cf9c6b014db
|
||||
|
||||
python3-munkres_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in New Issue