dev-python/pyfuse3: Bump to 3.5.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-23 03:57:11 +02:00
parent b149c386f6
commit de9bf2850e
2 changed files with 40 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pyfuse3-3.4.2.tar.gz 1189811 BLAKE2B 94de8c369ff73d4b1700967f93bc5b2e7a80765aa6f7d41f75cfc0dffdde976ab286793a54126772e21d2659dde824997dcd5fd4bbe6a08e67a6ae4e6ccf0b8a SHA512 b858fd1b77c22ca064daafeba52f3b6c545c0c9f54393f7c795219de0d53093bee1bf1f31a6491f2db883721a0aeeedbb9e478e937eb3801a175cffe8b5a95ce
DIST pyfuse3-3.5.0.tar.gz 1219614 BLAKE2B eea0400726379a65bafd7dee1f1ee8ee360cccc3101c19fbc9ebe6accec2a512433cb2024e1f4862e175ccb820974e10b57837b8e86e107a076ccc3ffc3a35f3 SHA512 d720928ece67445f80647d1ee33c9a56332559d4d1ff83608aa51efd9b632cc545e8d6a8ae7c6847d5eace0505281940eb3dbefe5ba0efee8715cabd239c6bd9

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Python 3 bindings for libfuse 3 with asynchronous API"
HOMEPAGE="
https://github.com/libfuse/pyfuse3/
https://pypi.org/project/pyfuse3/
"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
DEPEND="
sys-fs/fuse:3=
"
RDEPEND="
${DEPEND}
>=dev-python/trio-0.15[${PYTHON_USEDEP}]
"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/setuptools-scm-8.0[${PYTHON_USEDEP}]
test? (
dev-python/pytest-trio[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest