summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pybase64_1.4.2.bb
blob: a551034168fe525dafd33d822463137d38060d97 (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 setuptools3

SRC_URI[sha256sum] = "46cdefd283ed9643315d952fe44de80dc9b9a811ce6e3ec97fd1827af97692d0"

BBCLASSEXTEND = "native nativesdk"