mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: python-llfuse-0.40
This commit is contained in:
parent
e26c881de7
commit
0376cd6edf
2 changed files with 28 additions and 0 deletions
27
srcpkgs/python-llfuse/template
Normal file
27
srcpkgs/python-llfuse/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'python-llfuse'
|
||||||
|
pkgname=python-llfuse
|
||||||
|
version=0.40
|
||||||
|
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="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${version}.tar.bz2"
|
||||||
|
checksum=ee8b1125a6f2ab904d617d7602d86c0e3f69e40316cb1ae3abc33c218d3da857
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-llfuse
Symbolic link
1
srcpkgs/python3.4-llfuse
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-llfuse
|
Loading…
Add table
Reference in a new issue