Patrick Williams | da29531 | 2023-12-05 16:48:56 -0600 | [diff] [blame^] | 1 | SUMMARY = "Python Data Validation for Humans" |
2 | HOMEPAGE = "https://python-validators.github.io/validators" | ||||
3 | LICENSE = "MIT" | ||||
4 | |||||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf28bd09a60e145c3171c531b9e677d" | ||||
6 | SRC_URI[sha256sum] = "77b2689b172eeeb600d9605ab86194641670cdb73b60afd577142a9397873370" | ||||
7 | |||||
8 | inherit pypi python_setuptools_build_meta | ||||
9 | |||||
10 | BBCLASSEXTEND = "native nativesdk" |