python3-WeasyPrint: remove trailing space from homepage

This commit is contained in:
Duncaen 2022-12-12 18:59:22 +01:00
parent 69cd4d0128
commit 330051d2c7
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-WeasyPrint' # Template file for 'python3-WeasyPrint'
pkgname=python3-WeasyPrint pkgname=python3-WeasyPrint
version=56.1 version=56.1
revision=1 revision=2
build_style=python3-pep517 build_style=python3-pep517
make_install_target="dist/weasyprint-${version}-py3-none-any.whl" make_install_target="dist/weasyprint-${version}-py3-none-any.whl"
_runtime_deps="fonttools python3-Pillow python3-cssselect2 python3-html5lib python3-cffi _runtime_deps="fonttools python3-Pillow python3-cssselect2 python3-html5lib python3-cffi
@ -13,7 +13,7 @@ checkdepends="python3-pytest-flake8 python3-pytest-xdist python3-pytest-isort
short_desc="Awesome document factory" short_desc="Awesome document factory"
maintainer="Andrew Benson <abenson+void@gmail.com>" maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://weasyprint.org " homepage="https://weasyprint.org"
distfiles="https://github.com/Kozea/WeasyPrint/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/Kozea/WeasyPrint/archive/refs/tags/v${version}.tar.gz"
checksum=9abe105b149f52dc8569b0a409ced64cfb01aece1461ce13cfcf9c347834b7bc checksum=9abe105b149f52dc8569b0a409ced64cfb01aece1461ce13cfcf9c347834b7bc
make_check=no # Tests are broken on flake8 >= v5.x make_check=no # Tests are broken on flake8 >= v5.x