[arch-commits] Commit in python-weasyprint/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Thu Jul 7 20:28:31 UTC 2022


    Date: Thursday, July 7, 2022 @ 20:28:31
  Author: alerque
Revision: 1248268

upgpkg: python-weasyprint 56.0-1

Modified:
  python-weasyprint/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 20:26:54 UTC (rev 1248267)
+++ PKGBUILD	2022-07-07 20:28:31 UTC (rev 1248268)
@@ -3,12 +3,13 @@
 # Contributor: Florijan Hamzic <florijanh at gmail dot com>
 
 pkgname=python-weasyprint
-pkgver=55.0
+pkgver=56.0
 pkgrel=1
-_commit='a1b5e5133046c920ee306f7d95cf821ae7c25705'
+_commit='10da5691d54f5652bc927f815bcbc83e557f1b36'
 pkgdesc='Utility to render HTML and CSS to PDF'
 arch=('any')
 url='https://weasyprint.org/'
+_url='https://github.com/Kozea/WeasyPrint'
 license=('BSD')
 depends=(
   'pango'
@@ -34,7 +35,7 @@
   'ghostscript'
   'ttf-dejavu'
 )
-source=("$pkgname::git+https://github.com/Kozea/WeasyPrint.git#commit=$_commit")
+source=("$pkgname::git+$_url.git#commit=$_commit")
 b2sums=('SKIP')
 
 pkgver() {
@@ -47,7 +48,7 @@
   cd "$pkgname"
 
   # thou shalt not lint coding style in integration tests
-  sed -i 's/--isort --flake8 --cov --no-cov-on-fail//' pyproject.toml
+  sed -i '/^addopts/d' pyproject.toml
 }
 
 build(){



More information about the arch-commits mailing list