blob: e4a90c3f7d217e70898e48c038c431a73d788684 (
plain)
1
2
3
4
5
6
7
8
9
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 python_setuptools_build_meta
SRC_URI[sha256sum] = "c2ed274c9e0ba9c8f9c4083cfe265e66dd679126cd9c2027965d807352f3f053"
BBCLASSEXTEND = "native nativesdk"
|