From 451ca9f743941b67f3c3853c696ecdc337dbbc78 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 18 Oct 2018 19:10:55 +0200 Subject: [PATCH] python-fuse: fix pycompile_module --- srcpkgs/python-fuse/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-fuse/template b/srcpkgs/python-fuse/template index 1e33a9f2e61..95e4755af4f 100644 --- a/srcpkgs/python-fuse/template +++ b/srcpkgs/python-fuse/template @@ -1,9 +1,9 @@ # Template file for 'python-fuse' pkgname=python-fuse version=0.3.1 -revision=1 +revision=2 build_style=python-module -pycompile_module="fuse" +pycompile_module="fuseparts fuse.py" hostmakedepends="pkg-config python-setuptools python3-setuptools" makedepends="fuse-devel python-devel python3-devel" short_desc="FUSE bindings for Python2" @@ -14,8 +14,8 @@ distfiles="https://github.com/libfuse/python-fuse/archive/v${version}.tar.gz" checksum=243cfab15ee357dbcdac98c2ee5929f6e8c65d2ec9d77597e3732f79ce649eec python3-fuse_package() { + pycompile_module="fuseparts fuse.py" short_desc="${short_desc/Python2/Python3}" - pycompile_module="fuse" pkg_install() { vmove usr/lib/python3* }