python-munkres: update to 1.0.12
This commit is contained in:
parent
c0a953f6db
commit
503564430c
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'python-munkres'
|
||||
pkgname=python-munkres
|
||||
version=1.0.11
|
||||
revision=2
|
||||
version=1.0.12
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="munkres-${version}"
|
||||
wrksrc="munkres-release-${version}"
|
||||
build_style="python-module"
|
||||
pycompile_module="munkres.py"
|
||||
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=7188f2ed6e8d3eb6c5ec4919200faa6194732b99707b058f7e9f068c588f7eca
|
||||
homepage="https://github.com/bmc/munkres"
|
||||
changelog="https://github.com/bmc/munkres/blob/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/bmc/munkres/archive/release-${version}.tar.gz"
|
||||
checksum=70b3b32b4fed3b354e5c42e4d1273880a33a13ab8c108a4247140eb661767a0b
|
||||
|
||||
python3-munkres_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in New Issue