diff mbox series

[meta-python] python3-pyfuse3: new recipe

Message ID 20260421082247.12962-1-bartosz.golaszewski@oss.qualcomm.com
State Accepted
Headers show
Series [meta-python] python3-pyfuse3: new recipe | expand

Commit Message

Bartosz Golaszewski April 21, 2026, 8:22 a.m. UTC
Add a recipe for pyfuse3 - a python package providing high-level bindings
to libfuse3.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
---
 .../python3-pyfuse3/python3-pyfuse3_3.4.2.bb     | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb

Comments

Bartosz Golaszewski April 22, 2026, 6:42 a.m. UTC | #1
On Tue, Apr 21, 2026 at 10:22 AM Bartosz Golaszewski
<bartosz.golaszewski@oss.qualcomm.com> wrote:
>
> Add a recipe for pyfuse3 - a python package providing high-level bindings
> to libfuse3.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
> ---
>  .../python3-pyfuse3/python3-pyfuse3_3.4.2.bb     | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb
>
> diff --git a/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb b/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb
> new file mode 100644
> index 0000000000..8ef6780788
> --- /dev/null
> +++ b/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "Python bindings for libfuse3."
> +
> +LICENSE = "LGPL-2.1-or-later"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=622e3d340933e3857b7561f37a2f412b"
> +
> +inherit pypi python_setuptools_build_meta python_pep517 cython pkgconfig
> +
> +SRC_URI[sha256sum] = "0a59031969c4ba51a5ec1b67f3c5c24f641a6a3f8119a86edad56debcb9084d9"
> +
> +DEPENDS = " \
> +    fuse3 \
> +    python3-setuptools-native \
> +    python3-setuptools-scm-native \
> +"
> +
> +RDEPENDS:${PN} = "python3-trio"

Actually with this dependency, it needs to go into
meta-filesystems/dynamic-layers/meta-python. Or maybe directly into
meta-python since gpiod-sysfs-proxy which will be migrated to pyfuse3
is already in dynamic-layers.

I'll send a v2.

Bart

> --
> 2.47.3
>
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb b/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb
new file mode 100644
index 0000000000..8ef6780788
--- /dev/null
+++ b/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb
@@ -0,0 +1,16 @@ 
+SUMMARY = "Python bindings for libfuse3."
+
+LICENSE = "LGPL-2.1-or-later"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=622e3d340933e3857b7561f37a2f412b"
+
+inherit pypi python_setuptools_build_meta python_pep517 cython pkgconfig
+
+SRC_URI[sha256sum] = "0a59031969c4ba51a5ec1b67f3c5c24f641a6a3f8119a86edad56debcb9084d9"
+
+DEPENDS = " \
+    fuse3 \
+    python3-setuptools-native \
+    python3-setuptools-scm-native \
+"
+
+RDEPENDS:${PN} = "python3-trio"