mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
parent
fc5f193f2a
commit
db7f558899
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'python3-munkres'
|
# Template file for 'python3-munkres'
|
||||||
pkgname=python3-munkres
|
pkgname=python3-munkres
|
||||||
version=1.1.2
|
version=1.1.4
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="munkres-release-${version}"
|
wrksrc="munkres-release-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="munkres.py"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-nose"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Algorithm for the Assignment Problem (Python3)"
|
short_desc="Algorithm for the Assignment Problem (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/bmc/munkres"
|
homepage="https://github.com/bmc/munkres"
|
||||||
changelog="https://github.com/bmc/munkres/blob/master/CHANGELOG.md"
|
changelog="https://github.com/bmc/munkres/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/bmc/munkres/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/bmc/munkres/archive/release-${version}.tar.gz"
|
||||||
checksum=0a25570d1498d4ce86b6ed151f3afa1da7318deac56db25100ccbdb9b12625c3
|
checksum=6a297282895e4f7c27902bb5ad045d06458905daafb80a9ce14b9d87ca391205
|
||||||
|
|
Loading…
Add table
Reference in a new issue