DRAFT [morty] python-typing: Import v3.6.2 from meta-python@7307bb9be2e3746e5e07b40322b9296208f5ab89

This commit is contained in:
Herb Kuta 2019-05-24 14:37:08 -07:00
parent c5446ed39a
commit bad5ef84a0
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,9 @@
SUMMARY = "Simple Python module defined by PEP 484."
HOMEPAGE = "https://github.com/python/typing"
LICENSE = "PSF"
LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f"
SRC_URI[md5sum] = "143af0bf3afd1887622771f2f1ffe8e1"
SRC_URI[sha256sum] = "d514bd84b284dd3e844f0305ac07511f097e325171f6cc4a20878d11ad771849"
BBCLASSEXTEND = "native nativesdk"

View File

@ -0,0 +1,2 @@
inherit pypi setuptools
require python-typing.inc