summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-beartype_0.17.2.bb
blob: 05fd74543b0f90a3013cb3d949e98a2e05f589a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "Unbearably fast runtime type checking in pure Python."
HOMEPAGE = "https://beartype.readthedocs.io"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e"

SRC_URI[sha256sum] = "e911e1ae7de4bccd15745f7643609d8732f64de5c2fb844e89cbbed1c5a8d495"

inherit setuptools3 pypi

BBCLASSEXTEND = "native nativesdk"