aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2020-04-03 17:40:30 -0700
committerKhem Raj <raj.khem@gmail.com>2020-04-03 17:46:28 -0700
commit85ded9e1500c7b7efb4c2a8452ec13260320b86b (patch)
treeb9f58c8888f5dae9e4afcb70b3ebdbe47a3bd171 /meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb
parenta091568da429a0eb914c27b7afe084e52f6482de (diff)
downloadmeta-openembedded-85ded9e1500c7b7efb4c2a8452ec13260320b86b.tar.gz
python3-typing-extensions: add recipe for 3.7.4.2
Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb b/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb
new file mode 100644
index 0000000000..51e9eda2e6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb
@@ -0,0 +1,13 @@
+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"