python-munkres: update to 1.0.7.
This commit is contained in:
parent
eff259b9dc
commit
23af688e30
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-munkres'
|
||||
pkgname=python-munkres
|
||||
version=1.0.6
|
||||
revision=3
|
||||
version=1.0.7
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="munkres-${version}"
|
||||
build_style="python-module"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Steven R <dev@styez.com>"
|
|||
homepage="http://software.clapper.org/munkres/"
|
||||
license="BSD"
|
||||
distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz"
|
||||
checksum=c78f803b9b776bfb20a25c9c7bb44adbf0f9202c2024d51aa5969d21e560208d
|
||||
checksum=334a5d849bcefed3e4c32ecfbca4ee8dfc8ef5f2f181334d6f7f4e100b71d6c4
|
||||
|
||||
pre_install() {
|
||||
sed -i 's,#!/usr/bin/env python,&3.4,' build-3.4/lib/munkres.py
|
||||
|
|
Loading…
Reference in New Issue