mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
python3-email-validator: update to 2.1.1.
This commit is contained in:
parent
036d61002a
commit
bfe80d9815
1 changed files with 4 additions and 5 deletions
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'python3-email-validator'
|
||||
pkgname=python3-email-validator
|
||||
version=1.3.0
|
||||
revision=3
|
||||
version=2.1.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3"
|
||||
depends="python3-idna python3-dnspython"
|
||||
checkdepends="python3-pytest"
|
||||
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=1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
|
||||
make_check=no #no tests folder is present in archives
|
||||
checksum=051fdaf98263be9afa52dcd50b6bc591708654b6b598b47e4a4080205a717fc1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue