From f6d447ce3033aa0d5ad76b04e0fe4b7f05db94e0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 16 Apr 2019 18:54:32 +0000 Subject: testing/py3-llfuse: move to unmaintained no longer maintained upstream. --- testing/py3-llfuse/APKBUILD | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 testing/py3-llfuse/APKBUILD (limited to 'testing') diff --git a/testing/py3-llfuse/APKBUILD b/testing/py3-llfuse/APKBUILD deleted file mode 100644 index 9b2ec7fd64..0000000000 --- a/testing/py3-llfuse/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Contributor: Jakub Jirutka -# Maintainer: Jakub Jirutka -# 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" -- cgit v1.2.3