python/email-validator: Updated for version 2.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1a6ed5e08d
commit
f70f90ab66
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for email-validator
|
# Slackware build script for email-validator
|
||||||
|
|
||||||
# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=email-validator
|
PRGNAM=email-validator
|
||||||
SRCNAM=${PRGNAM/-/_}
|
SRCNAM=${PRGNAM/-/_}
|
||||||
VERSION=${VERSION:-2.1.0.post1}
|
VERSION=${VERSION:-2.1.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="email-validator"
|
PRGNAM="email-validator"
|
||||||
VERSION="2.1.0.post1"
|
VERSION="2.1.1"
|
||||||
HOMEPAGE="https://github.com/JoshData/python-email-validator"
|
HOMEPAGE="https://github.com/JoshData/python-email-validator"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-2.1.0.post1.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-2.1.1.tar.gz"
|
||||||
MD5SUM="0133fd3697bd23c8fd454e0104fcbe35"
|
MD5SUM="a836759afeb7efdc5d493fbdf8a1bae6"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-dnspython"
|
REQUIRES="python3-dnspython"
|
||||||
|
|
Loading…
Reference in New Issue