void-packages/srcpkgs/python-llfuse/template

28 lines
857 B
Bash

# Template file for 'python-llfuse'
pkgname=python-llfuse
version=1.1
revision=1
wrksrc="llfuse-${version}"
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="llfuse"
hostmakedepends="python-setuptools python3.4-setuptools pkg-config"
makedepends="python-devel python3.4-devel fuse-devel attr-devel"
depends="python"
short_desc="Python2 bindings for the low level FUSE API"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="LGPL-2"
homepage="https://bitbucket.org/nikratio/python-llfuse/"
distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
checksum=e250d59f3ed0d91a6bdcf81ab8af5ade994de3abb96bc5e64cd465a8265e9ffb
python3.4-llfuse_package() {
depends="python3.4"
pycompile_version="3.4"
pycompile_module="llfuse"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}