diff options
author | Martin Kelly <mkelly@xevo.com> | 2020-03-24 15:48:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-24 19:58:50 -0700 |
commit | d0c29d1340d91dfd63f4301a077c62bef4c3dc71 (patch) | |
tree | d87b35148153b1a3e9673423e1563dcca0616fcc /meta-python | |
parent | 6066589f42a5781b4b6c250ff2e2101183b976cf (diff) | |
download | meta-openembedded-d0c29d1340d91dfd63f4301a077c62bef4c3dc71.tar.gz |
python3-typeguard: add recipe for 2.7.1
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-typeguard_2.7.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "Run-time type checker for Python" | ||
2 | HOMEPAGE = "https://pypi.org/project/typeguard/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" | ||
5 | |||
6 | SRC_URI[md5sum] = "ef743359de59f8fe17e7c5e3af70e2c5" | ||
7 | SRC_URI[sha256sum] = "2d545c71e9439c21bcd7c28f5f55b3606e6106f7031ab58375656a1aed483ef2" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | DEPENDS += "\ | ||
12 | python3-distutils-extra-native \ | ||
13 | python3-setuptools-scm-native \ | ||
14 | " | ||
15 | |||
16 | RDEPENDS_${PN} += "python3-typing" | ||
17 | |||
18 | BBCLASSEXTEND = "native nativesdk" | ||