18 lines
632 B
Bash
18 lines
632 B
Bash
# Template file for 'python-munkres'
|
|
pkgname=python-munkres
|
|
version=1.0.12
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="munkres-release-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="munkres.py"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="Algorithm for the Assignment Problem (Python2)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
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
|