mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-fuse: fix pycompile_module
This commit is contained in:
parent
da1ad359c7
commit
451ca9f743
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python-fuse'
|
# Template file for 'python-fuse'
|
||||||
pkgname=python-fuse
|
pkgname=python-fuse
|
||||||
version=0.3.1
|
version=0.3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="fuse"
|
pycompile_module="fuseparts fuse.py"
|
||||||
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
hostmakedepends="pkg-config python-setuptools python3-setuptools"
|
||||||
makedepends="fuse-devel python-devel python3-devel"
|
makedepends="fuse-devel python-devel python3-devel"
|
||||||
short_desc="FUSE bindings for Python2"
|
short_desc="FUSE bindings for Python2"
|
||||||
|
@ -14,8 +14,8 @@ distfiles="https://github.com/libfuse/python-fuse/archive/v${version}.tar.gz"
|
||||||
checksum=243cfab15ee357dbcdac98c2ee5929f6e8c65d2ec9d77597e3732f79ce649eec
|
checksum=243cfab15ee357dbcdac98c2ee5929f6e8c65d2ec9d77597e3732f79ce649eec
|
||||||
|
|
||||||
python3-fuse_package() {
|
python3-fuse_package() {
|
||||||
|
pycompile_module="fuseparts fuse.py"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pycompile_module="fuse"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue