graphics/CairoSVG: Updated for version 2.7.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2023-06-18 20:38:05 +03:00 committed by Willy Sudiarto Raharjo
parent ff6eb718d1
commit f3fb46d469
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for CairoSVG # Slackware build script for CairoSVG
# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece # Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece
# 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
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=CairoSVG PRGNAM=CairoSVG
VERSION=${VERSION:-2.5.0} VERSION=${VERSION:-2.7.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="CairoSVG" PRGNAM="CairoSVG"
VERSION="2.5.0" VERSION="2.7.0"
HOMEPAGE="https://cairosvg.org" HOMEPAGE="https://cairosvg.org"
DOWNLOAD="https://files.pythonhosted.org/packages/26/f5/d8fb11ac3ac613cae21f6860d9bebc12792240f7d22e62f84354dc365e7e/CairoSVG-2.5.0.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/a8/e1/a69d14425d125fcac173c68b445816d3a539bb95a09edd620108bdc9348e/CairoSVG-2.7.0.tar.gz"
MD5SUM="7b45e544969455167ce5b40406c25c30" MD5SUM="df4c6ffbc62103539afba05a253f3085"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3-cairocffi cssselect2 python3-defusedxml" REQUIRES="python3-cairocffi cssselect2 python3-defusedxml"