19 lines
663 B
Bash
19 lines
663 B
Bash
# Template file for 'python3-munkres'
|
|
pkgname=python3-munkres
|
|
version=1.1.2
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="munkres-release-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="munkres.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="python3-nose"
|
|
short_desc="Algorithm for the Assignment Problem (Python3)"
|
|
maintainer="Juan RP <xtraeme@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=0a25570d1498d4ce86b6ed151f3afa1da7318deac56db25100ccbdb9b12625c3
|