aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/py3-llfuse/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/py3-llfuse/APKBUILD')
-rw-r--r--unmaintained/py3-llfuse/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/unmaintained/py3-llfuse/APKBUILD b/unmaintained/py3-llfuse/APKBUILD
deleted file mode 100644
index 9b2ec7fd648..00000000000
--- a/unmaintained/py3-llfuse/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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"