python3-email-validator: new package

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Bartosz Golaszewski 2021-11-15 17:42:54 +01:00 committed by Khem Raj
parent eac7414c36
commit 351d9eeae2
2 changed files with 14 additions and 0 deletions

View File

@ -113,6 +113,7 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-dynamic-dispatch \
python3-ecdsa \
python3-editor \
python3-email-validator \
python3-engineio \
python3-et-xmlfile \
python3-evdev \

View File

@ -0,0 +1,13 @@
SUMMARY = "A robust email address syntax and deliverability validation library."
SECTION = "devel/python"
LICENSE = "CC0-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=65d3616852dbf7b1a6d4b53b00626032"
SRC_URI[md5sum] = "25582cf3d415c7fdd44b980a095e0d53"
SRC_URI[sha256sum] = "aa237a65f6f4da067119b7df3f13e89c25c051327b2b5b66dc075f33d62480d7"
PYPI_PACKAGE = "email_validator"
inherit pypi setuptools3
RDEPENDS:${PN} += "python3-dnspython python3-idna"