Skip to content

Commit

Permalink
python3-validators: add new recipe
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
rossburton authored and kraj committed Nov 30, 2023
1 parent 2151bcd commit 5bd7f4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions meta-python/recipes-devtools/python/python3-validators_0.22.0.bb
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5bd7f4c

Please sign in to comment.