summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb b/meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb
new file mode 100644
index 0000000000..e4a90c3f7d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb
@@ -0,0 +1,10 @@
1SUMMARY = "Fast Base64 encoding/decoding in Python"
2HOMEPAGE = "https://github.com/mayeut/pybase64"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=84b11fa55a5d83cf6fa202fd3b49c7e8"
5
6inherit pypi python_setuptools_build_meta
7
8SRC_URI[sha256sum] = "c2ed274c9e0ba9c8f9c4083cfe265e66dd679126cd9c2027965d807352f3f053"
9
10BBCLASSEXTEND = "native nativesdk"