From d0c29d1340d91dfd63f4301a077c62bef4c3dc71 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Tue, 24 Mar 2020 15:48:34 -0700 Subject: python3-typeguard: add recipe for 2.7.1 Signed-off-by: Martin Kelly Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-typeguard_2.7.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-typeguard_2.7.1.bb diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.7.1.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.7.1.bb new file mode 100644 index 0000000000..b62b60564a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.7.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "Run-time type checker for Python" +HOMEPAGE = "https://pypi.org/project/typeguard/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" + +SRC_URI[md5sum] = "ef743359de59f8fe17e7c5e3af70e2c5" +SRC_URI[sha256sum] = "2d545c71e9439c21bcd7c28f5f55b3606e6106f7031ab58375656a1aed483ef2" + +inherit pypi setuptools3 + +DEPENDS += "\ + python3-distutils-extra-native \ + python3-setuptools-scm-native \ +" + +RDEPENDS_${PN} += "python3-typing" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg