mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/lxml: Updated for version 4.8.0
Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
676a925a3c
commit
018fa3ff5c
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=lxml
|
||||
VERSION=${VERSION:-4.6.3}
|
||||
VERSION=${VERSION:-4.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxml"
|
||||
VERSION="4.6.3"
|
||||
VERSION="4.8.0"
|
||||
HOMEPAGE="https://lxml.de/"
|
||||
DOWNLOAD="https://pypi.io/packages/source/l/lxml/lxml-4.6.3.tar.gz"
|
||||
MD5SUM="017f94473dcec0f9b2e9b03524398fa5"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/3b/94/e2b1b3bad91d15526c7e38918795883cee18b93f6785ea8ecf13f8ffa01e/lxml-4.8.0.tar.gz"
|
||||
MD5SUM="ddb9f25a41ca5fb4f7d174a9d74bfa46"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="BeautifulSoup4 html5lib"
|
||||
|
|
Loading…
Reference in a new issue