mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
417 B
BlitzBasic
14 lines
417 B
BlitzBasic
HOMEPAGE = "https://github.com/python/typing"
|
|
LICENSE = "PSF"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f"
|
|
|
|
# The name on PyPi is slightly different.
|
|
PYPI_PACKAGE = "typing_extensions"
|
|
|
|
SRC_URI[md5sum] = "f2674282966dc088d10170c2347431cc"
|
|
SRC_URI[sha256sum] = "79ee589a3caca649a9bfd2a8de4709837400dfa00b6cc81962a1e6a1815969ae"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|