diff mbox series

[meta-python] python3-fuse: new recipe

Message ID 20241109132924.4334-1-brgl@bgdev.pl
State New
Headers show
Series [meta-python] python3-fuse: new recipe | expand

Commit Message

Bartosz Golaszewski Nov. 9, 2024, 1:29 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Add a recipe for fuse-python - the official python3 bindings for
libfuse2.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 .../recipes-devtools/python/python3-fuse_1.0.8.bb    | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-fuse_1.0.8.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-fuse_1.0.8.bb b/meta-python/recipes-devtools/python/python3-fuse_1.0.8.bb
new file mode 100644
index 000000000..3dd1d1442
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-fuse_1.0.8.bb
@@ -0,0 +1,12 @@ 
+SUMMARY = "Python bindings for libfuse2."
+
+LICENSE = "LGPL-2.1-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
+
+inherit setuptools3 pypi pkgconfig
+
+SRC_URI[sha256sum] = "6d27023207162ae82145b42cb5e26ef11b2eccc60c8b85f5528fee3e94475187"
+
+DEPENDS = "fuse python3-setuptools-native"
+
+PYPI_PACKAGE = "fuse_python"