parent
fc5f193f2a
commit
db7f558899
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'python3-munkres'
|
||||
pkgname=python3-munkres
|
||||
version=1.1.2
|
||||
revision=3
|
||||
version=1.1.4
|
||||
revision=1
|
||||
wrksrc="munkres-release-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="munkres.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-nose"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Algorithm for the Assignment Problem (Python3)"
|
||||
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=0a25570d1498d4ce86b6ed151f3afa1da7318deac56db25100ccbdb9b12625c3
|
||||
checksum=6a297282895e4f7c27902bb5ad045d06458905daafb80a9ce14b9d87ca391205
|
||||
|
|
Loading…
Reference in a new issue