python-llfuse: update to 0.43.

This commit is contained in:
Christian Neukirchen 2016-02-25 13:07:47 +01:00
parent 45a6a1873f
commit 8c1fee48cb

View file

@ -1,6 +1,6 @@
# Template file for 'python-llfuse'
pkgname=python-llfuse
version=0.42.1
version=0.43
revision=1
wrksrc="llfuse-${version}"
build_style=python-module
@ -14,12 +14,8 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="LGPL-2"
homepage="https://bitbucket.org/nikratio/python-llfuse/"
distfiles="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${version}.tar.bz2"
checksum=8ee9f190682d1c94e6522e77064fcdb4c7b07e71a6b9d1193ac1527972a98b59
post_extract() {
sed -i 's/__gnu_linux__/__linux__/g' src/llfuse.h
sed -i '/Werror=conversion/d' setup.py # breaks 32-bit builds
}
distfiles="${PYPI_SITE}/l/llfuse/llfuse-0.43.tar.bz2"
checksum=550c23c99ab1da711e816bdd980d588de174e143bc96cdb1f11c6ae6af35c7a1
python3.4-llfuse_package() {
depends="python3.4"