17 lines
681 B
Bash
17 lines
681 B
Bash
# Template file for 'python3-pyfuse3'
|
|
pkgname=python3-pyfuse3
|
|
version=3.2.2
|
|
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=aa4080913e6148bff1365d4aaacdc96767b87a1e178031fd9caeb5f0b9fc8cec
|