blob: b392b7521b0f104b23d35f73c48e9078b6e1dabf [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Simple Python module defined by PEP 484."
2HOMEPAGE = "https://github.com/python/typing"
3LICENSE = "PSF"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f"
5
Brad Bishop26bdd442019-08-16 17:08:17 -04006SRC_URI[md5sum] = "8a3e4b822bac02b9b33c97e7d4f1521c"
7SRC_URI[sha256sum] = "53765ec4f83a2b720214727e319607879fec4acde22c4fbb54fa2604e79e44ce"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
9BBCLASSEXTEND = "native nativesdk"