aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/py3-llfuse/APKBUILD
blob: 9b2ec7fd648ad5ed79b41098d94177730e5b1951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
# TODO: Add check (needs pytest-checklog).
pkgname=py3-llfuse
_pkgname=llfuse
pkgver=1.3.2
pkgrel=0
pkgdesc="Python bindings for the low-level FUSE API"
url="https://bitbucket.org/nikratio/python-llfuse/"
arch="all"
license="LGPL"
makedepends="python3-dev fuse-dev attr-dev"
checkdepends="pytest"
source="https://bitbucket.org/nikratio/python-llfuse/downloads/$_pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$_pkgname-$pkgver"

build() {
	cd "$builddir"
	python3 setup.py build
}

package() {
	cd "$builddir"
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="f065818134b12dd128574836bc7d339404d9b7d9236b535da709378e9206b17cb2accd97fc0b658f39a93efe126a7c3064f7901468231f63f8398a3e053498cf  llfuse-1.3.2.tar.bz2"