New package: python3-cairosvg-2.7.1
This commit is contained in:
parent
a2300e82e3
commit
dc929fadbc
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-cairosvg'
|
||||
pkgname=python3-cairosvg
|
||||
version=2.7.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-cairocffi python3-cssselect2 python3-defusedxml python3-Pillow
|
||||
python3-tinycss2"
|
||||
checkdepends="python3-pytest $depends"
|
||||
short_desc="Simple SVG converter based on Cairo"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://www.courtbouillon.org/cairosvg/"
|
||||
changelog="https://raw.githubusercontent.com/Kozea/CairoSVG/main/NEWS.rst"
|
||||
distfiles="https://github.com/Kozea/CairoSVG/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=4f548e67c5dd313e4b8913790b445003799234c4a8e84ec2d9939e4e4308bdb8
|
||||
|
||||
pre_check() {
|
||||
cp -r cairosvg test_non_regression/cairosvg_reference/
|
||||
}
|
Loading…
Reference in New Issue