From 8c1fee48cbb0eef1583d6cdd800e97161aa80714 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 25 Feb 2016 13:07:47 +0100 Subject: [PATCH] python-llfuse: update to 0.43. --- srcpkgs/python-llfuse/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template index 65d20c84350..a3a012322ad 100644 --- a/srcpkgs/python-llfuse/template +++ b/srcpkgs/python-llfuse/template @@ -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 " 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"