17 lines
681 B
Bash
17 lines
681 B
Bash
# Template file for 'python3-pyfuse3'
|
|
pkgname=python3-pyfuse3
|
|
version=3.3.0
|
|
revision=2
|
|
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=2b31fe412479f9620da2067dd739ed23f4cc37364224891938dedf7766e573bd
|