void-packages/srcpkgs/python-munkres/template
Alessio Sergi 574d8cf8f1 python-munkres: update to 1.0.8
License changed to Apache 2.0.
Fix pycompile_module.
2016-06-24 19:56:54 +02:00

29 lines
788 B
Bash

# Template file for 'python-munkres'
pkgname=python-munkres
version=1.0.8
revision=1
noarch=yes
wrksrc="munkres-${version}"
build_style="python-module"
python_versions="2.7 3.4"
pycompile_module="munkres.py"
hostmakedepends="python-devel python3.4-devel"
depends="python"
short_desc="Algorithm for the Assignment Problem (Python2)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/bmc/munkres"
license="Apache-2.0"
distfiles="${PYPI_SITE}/m/munkres/munkres-${version}.tar.gz"
checksum=185f1a9c4d2c31f2f19afa48bc2ec726c11e945eded4784d272da2fd49bf7a55
python3.4-munkres_package() {
noarch=yes
pycompile_version="3.4"
pycompile_module="munkres.py"
depends="python3.4"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}