diff options
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.bb | 10 |
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 @@ | |||
| 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 python_setuptools_build_meta | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "c2ed274c9e0ba9c8f9c4083cfe265e66dd679126cd9c2027965d807352f3f053" | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
