python3-munkres: update to 1.1.2.
This commit is contained in:
parent
03ca024542
commit
58828df7ef
|
@ -2,11 +2,11 @@
|
|||
pkgname=python-munkres
|
||||
version=1.0.12
|
||||
revision=1
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
wrksrc="munkres-release-${version}"
|
||||
build_style="python-module"
|
||||
build_style=python2-module
|
||||
pycompile_module="munkres.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python"
|
||||
short_desc="Algorithm for the Assignment Problem (Python2)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
|
@ -15,13 +15,3 @@ 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
|
||||
pycompile_module="munkres.py"
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
pkgname=release
|
||||
ignore=1.1.*
|
|
@ -1 +0,0 @@
|
|||
python-munkres
|
|
@ -0,0 +1,18 @@
|
|||
# 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
|
|
@ -0,0 +1 @@
|
|||
pkgname=release
|
Loading…
Reference in New Issue