16 lines
579 B
Bash
16 lines
579 B
Bash
# Template file for 'python3-llfuse'
|
|
pkgname=python3-llfuse
|
|
version=1.5.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools pkg-config"
|
|
makedepends="python3-devel fuse-devel attr-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python3 bindings for the low level FUSE API"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="LGPL-2.0-or-later"
|
|
homepage="https://github.com/python-llfuse/python-llfuse"
|
|
distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.gz"
|
|
checksum=d094448bb4eb20099537be53dc2b5b2c0369d36bde09207a9bb228cc3cd58ee1
|