aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-typeguard_2.7.1.bb
blob: b62b60564aa8589b2a0a5a6f5e488403d26e9b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"