blob: 82c2ab74fbbf3983cea5009551444a6fad2a2479 [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 Bishopba6de432019-05-21 08:07:33 -04006SRC_URI[md5sum] = "64614206b4bdc0864fc0e0bccd69efc9"
7SRC_URI[sha256sum] = "4027c5f6127a6267a435201981ba156de91ad0d1d98e9ddc2aa173453453492d"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
9BBCLASSEXTEND = "native nativesdk"