New package: python3-email-validator-1.3.0_1:
This commit is contained in:
parent
d16ecc30ef
commit
97c0e77e85
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'python3-email-validator'
|
||||
pkgname=python3-email-validator
|
||||
version=1.3.0
|
||||
revision=1
|
||||
wrksrc="python-email-validator-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3"
|
||||
depends="python3-idna python3-dnspython"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Robust email address syntax and deliverability validation library"
|
||||
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
|
||||
license="CC0-1.0"
|
||||
homepage="https://github.com/JoshData/python-email-validator"
|
||||
changelog="https://raw.githubusercontent.com/JoshData/python-email-validator/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/JoshData/python-email-validator/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
|
||||
make_check=no #no tests folder is present in archives
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue