python-fuse: fix pycompile_module

This commit is contained in:
Alessio Sergi 2018-10-18 19:10:55 +02:00
parent da1ad359c7
commit 451ca9f743
1 changed files with 3 additions and 3 deletions

View File

@ -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*
}