diff mbox series

[3/8] python3-pybase64: Add recipe

Message ID 20251023-wip-thingsboard-gateway-master-v1-3-570de0ecafb2@phytec.de
State New
Headers show
Series thingsboard-gateway: Make build and run succeed | expand

Commit Message

Martin Schwan Oct. 23, 2025, 9:46 a.m. UTC
Fast Base64 encoding/decoding in Python.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
---
 meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb b/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb
new file mode 100644
index 0000000000000000000000000000000000000000..a551034168fe525dafd33d822463137d38060d97
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb
@@ -0,0 +1,10 @@ 
+SUMMARY = "Fast Base64 encoding/decoding in Python"
+HOMEPAGE = "https://github.com/mayeut/pybase64"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=84b11fa55a5d83cf6fa202fd3b49c7e8"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "46cdefd283ed9643315d952fe44de80dc9b9a811ce6e3ec97fd1827af97692d0"
+
+BBCLASSEXTEND = "native nativesdk"