From 68067b8086f0343b219c41248f0485da30b3cdd0 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 26 May 2017 19:59:40 +0200 Subject: [PATCH] python-munkres: update to 1.0.10 --- srcpkgs/python-munkres/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-munkres/template b/srcpkgs/python-munkres/template index c824b7819c..5232671f22 100644 --- a/srcpkgs/python-munkres/template +++ b/srcpkgs/python-munkres/template @@ -1,19 +1,19 @@ # Template file for 'python-munkres' pkgname=python-munkres -version=1.0.8 -revision=2 +version=1.0.10 +revision=1 noarch=yes wrksrc="munkres-${version}" build_style="python-module" pycompile_module="munkres.py" -hostmakedepends="python-devel python3-devel" +hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Algorithm for the Assignment Problem (Python2)" maintainer="Juan RP " homepage="https://github.com/bmc/munkres" license="Apache-2.0" distfiles="${PYPI_SITE}/m/munkres/munkres-${version}.tar.gz" -checksum=185f1a9c4d2c31f2f19afa48bc2ec726c11e945eded4784d272da2fd49bf7a55 +checksum=eb41e68e93be08ad8cb80fd470f8282f21cd2bac87b07da645e27cf9c6b014db python3-munkres_package() { noarch=yes