17 lines
681 B
Bash
17 lines
681 B
Bash
# Template file for 'python3-pyfuse3'
|
|
pkgname=python3-pyfuse3
|
|
version=3.4.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="pkg-config python3-setuptools"
|
|
makedepends="fuse3-devel python3-devel"
|
|
depends="python3-trio"
|
|
checkdepends="${depends} which python3-pytest" # pytest-trio
|
|
short_desc="Python3 bindings for libfuse3 with async I/O support"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="LGPL-2.0-or-later"
|
|
homepage="https://pypi.org/project/pyfuse3/"
|
|
changelog="https://raw.githubusercontent.com/libfuse/pyfuse3/master/Changes.rst"
|
|
distfiles="${PYPI_SITE}/p/pyfuse3/pyfuse3-${version}.tar.gz"
|
|
checksum=793493f4d5e2b3bc10e13b3421d426a6e2e3365264c24376a50b8cbc69762d39
|