22 lines
836 B
Bash
22 lines
836 B
Bash
# Template file for 'python3-email-validator'
|
|
pkgname=python3-email-validator
|
|
version=1.3.0
|
|
revision=2
|
|
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
|
|
}
|