python-fuse: update to 0.3.1.

Closes: #13247 [via git-merge-pr]
This commit is contained in:
maxice8 2018-04-06 14:18:56 -03:00 committed by Michael Aldridge
parent 6d0e4ac8bb
commit d64bf2f920
2 changed files with 17 additions and 8 deletions

View File

@ -1,14 +1,22 @@
# Template file for 'python-fuse'
pkgname=python-fuse
version=0.2.1
revision=2
build_style=python2-module
hostmakedepends="python-devel pkg-config"
makedepends="python-devel fuse-devel"
version=0.3.1
revision=1
build_style=python-module
pycompile_module="fuse"
hostmakedepends="pkg-config python-setuptools python3-setuptools"
makedepends="fuse-devel python-devel python3-devel"
short_desc="FUSE bindings for Python2"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="LGPL-2.1"
license="LGPL-2.1-or-later"
homepage="https://github.com/libfuse/python-fuse"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=9db4eaa2ab8b8767ad1137981d9cf4b838c0425482e89e50e299799b7a47b89b
distfiles="https://github.com/libfuse/python-fuse/archive/v${version}.tar.gz"
checksum=243cfab15ee357dbcdac98c2ee5929f6e8c65d2ec9d77597e3732f79ce649eec
python3-fuse_package() {
short_desc="${short_desc/Python2/Python3}"
pycompile_module="fuse"
pkg_install() {
vmove usr/lib/python3*
}
}

1
srcpkgs/python3-fuse Symbolic link
View File

@ -0,0 +1 @@
python-fuse