blob: b27b89037410118e2e9536f539cc8f2981bc18b5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SUMMARY = "A library for validating Python data structures"
HOMEPAGE = "https://github.com/keleshev/schema"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=7e70914c99a6ec706baa9fad5e0502df"
SRC_URI[sha256sum] = "e86cc08edd6fe6e2522648f4e47e3a31920a76e82cce8937535422e310862ab5"
inherit pypi python_setuptools_build_meta
BBCLASSEXTEND = "native"
|