diff options
| author | Martin Schwan <m.schwan@phytec.de> | 2025-10-23 11:46:31 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-24 09:06:24 -0700 |
| commit | d8a85978e09028abb77f5659c31720c912f35257 (patch) | |
| tree | df57c15bdfc64953583f767e4566edea1378de8d /meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb | |
| parent | ddc728ad43ccd196b11569e445b1f4310bc50882 (diff) | |
| download | meta-openembedded-d8a85978e09028abb77f5659c31720c912f35257.tar.gz | |
python3-pybase64: Add recipe
Fast Base64 encoding/decoding in Python.
Signed-off-by: Martin Schwan <m.schwan@phytec.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 0000000000..a551034168 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "Fast Base64 encoding/decoding in Python" | ||
| 2 | HOMEPAGE = "https://github.com/mayeut/pybase64" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b11fa55a5d83cf6fa202fd3b49c7e8" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "46cdefd283ed9643315d952fe44de80dc9b9a811ce6e3ec97fd1827af97692d0" | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
