21 lines
791 B
Bash
21 lines
791 B
Bash
# Template file for 'python3-email-validator'
|
|
pkgname=python3-email-validator
|
|
version=2.2.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3"
|
|
depends="python3-idna python3-dnspython"
|
|
checkdepends="python3-pytest $depends"
|
|
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=27aeaf92492d8d86d42f858ee2abf7fe2ec69b0724e8bfa25d0dbcb59cbd47ee
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|