python3-validators: add new recipe

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton 2023-11-30 11:30:54 +00:00 committed by Khem Raj
parent 2151bcdada
commit 5bd7f4c60b
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,10 @@
SUMMARY = "Python Data Validation for Humans"
HOMEPAGE = "https://python-validators.github.io/validators"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf28bd09a60e145c3171c531b9e677d"
SRC_URI[sha256sum] = "77b2689b172eeeb600d9605ab86194641670cdb73b60afd577142a9397873370"
inherit pypi python_setuptools_build_meta
BBCLASSEXTEND = "native nativesdk"