From 7709c7ed78ef54cd2847e7778a2202b035567b95 Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sat, 3 Aug 2013 19:06:30 -0300 Subject: [PATCH] New package: python-munkres. --- srcpkgs/python-munkres/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/python-munkres/template diff --git a/srcpkgs/python-munkres/template b/srcpkgs/python-munkres/template new file mode 100644 index 0000000000..956c9965e5 --- /dev/null +++ b/srcpkgs/python-munkres/template @@ -0,0 +1,22 @@ +# Template file for 'python-munkres' +pkgname=python-munkres +version=1.0.5.4 +revision=1 +distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz" +checksum="105adad30659dbdf82815d3e12a74d4c01a3e0741d5ccbce194ee2ad4e5338d2" +build_style=python-module +hostmakedepends="python-devel" +makedepends="python-distribute" +wrksrc="munkres-${version}" +maintainer="Steven R " +homepage="http://bmc.github.com/munkres/" +license="BSD" +short_desc="Algorithm for the Assignment Problem" + +python-munkres_package() { + depends="python>=2.7" + pycompile_module="munkres" + pkg_install() { + vmove all + } +} \ No newline at end of file