diff --git a/srcpkgs/python-munkres/template b/srcpkgs/python-munkres/template index 6a77fd819e0..b45dfd4dc45 100644 --- a/srcpkgs/python-munkres/template +++ b/srcpkgs/python-munkres/template @@ -1,17 +1,18 @@ # Template file for 'python-munkres' pkgname=python-munkres version=1.0.6 -revision=1 +revision=2 distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz" checksum="c78f803b9b776bfb20a25c9c7bb44adbf0f9202c2024d51aa5969d21e560208d" -build_style=python-module -hostmakedepends="python-devel" -makedepends="python-distribute" -noarch="yes" -depends="python>=2.7" +build_style="python-module" pycompile_module="munkres" -wrksrc="munkres-${version}" -maintainer="Steven R " +hostmakedepends="python-devel python-distribute" +makedepends="${hostmakedepends}" +depends="python" +maintainer="Steven R " homepage="http://bmc.github.com/munkres/" license="BSD" short_desc="Algorithm for the Assignment Problem" + +noarch="yes" +wrksrc="munkres-${version}"