diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.2.bb | 13 |
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 @@ | |||
1 | HOMEPAGE = "https://github.com/python/typing" | ||
2 | LICENSE = "PSF" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" | ||
4 | |||
5 | # The name on PyPi is slightly different. | ||
6 | PYPI_PACKAGE = "typing_extensions" | ||
7 | |||
8 | SRC_URI[md5sum] = "f2674282966dc088d10170c2347431cc" | ||
9 | SRC_URI[sha256sum] = "79ee589a3caca649a9bfd2a8de4709837400dfa00b6cc81962a1e6a1815969ae" | ||
10 | |||
11 | inherit pypi setuptools3 | ||
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||