mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-lxml: Updated for version 5.2.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9369652256
commit
d5f5569007
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-lxml
|
||||
SRCNAM=lxml
|
||||
VERSION=${VERSION:-5.1.1}
|
||||
VERSION=${VERSION:-5.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-lxml"
|
||||
VERSION="5.1.1"
|
||||
VERSION="5.2.1"
|
||||
HOMEPAGE="https://lxml.de/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/lxml/lxml-5.1.1.tar.gz"
|
||||
MD5SUM="4fbdbebbfaa27930aa4aa07994c1b9cc"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/l/lxml/lxml-5.2.1.tar.gz"
|
||||
MD5SUM="184bcadae701562c67c9ce40b5da5937"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="BeautifulSoup4 html5lib python3-cssselect"
|
||||
|
|
Loading…
Reference in a new issue