main/py3-munkres: upgrade to 1.1.2

This commit is contained in:
Leo 2019-08-27 01:27:03 -03:00 committed by Leonardo Arena
parent 91873eba6f
commit b98bb3eedc

View File

@ -2,18 +2,20 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-munkres
_pkgname=munkres
pkgver=1.1.1
pkgrel=1
pkgver=1.1.2
pkgrel=0
pkgdesc="Munkres algorithm for the assignment problem"
url="http://bmc.github.com/munkres/"
url="http://software.clapper.org/munkres/"
arch="noarch"
license="BSD"
depends=""
replaces="py2-munkres"
makedepends="python3-dev py3-nose"
makedepends="py3-setuptools"
checkdepends="py3-nose"
source="$_pkgname-$pkgver.tar.gz::https://github.com/bmc/munkres/archive/release-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-release-$pkgver"
replaces="py-munkres" # Backwards compatibility
provides="py-munkres=$pkgver-r$pkgrel" # Backwards compatibility
build() {
cd "$builddir"
python3 setup.py build
@ -30,4 +32,4 @@ package() {
}
sha512sums="652638b8351664783fa370d18883606215b72f71eb04980d10b926379d3fe251df7580c464ff448be94beba4a9b6c7bf97318b560163579588b8b5da181a0b6b munkres-1.1.1.tar.gz"
sha512sums="4a8b698f53812303f5020b4fc357f859a63d97370fe311d16ae959addd9cacee65667e430cd0d00496e423c1f0c7a3c8d4219ba49600a982de323fadd2c03bec munkres-1.1.2.tar.gz"