py-weasyprint: updated to 60.2

Version 60.2

Bug fixes:

* Fix SVG markers size, position and drawing
* Draw background behind absolutely positioned replaced boxes
* Don’t crash with bitmap fonts with no "glyf" table
* Improve SVG text-anchor attribute
This commit is contained in:
adam 2023-12-17 19:12:36 +00:00
parent 2832b0f7b8
commit 7a1d54582a
2 changed files with 6 additions and 10 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.46 2023/11/14 14:02:46 wiz Exp $
# $NetBSD: Makefile,v 1.47 2023/12/17 19:12:36 adam Exp $
DISTNAME= weasyprint-60.1
DISTNAME= weasyprint-60.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 3
CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/weasyprint/}
@ -33,9 +32,6 @@ post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} weasyprint weasyprint-${PYVERSSUFFIX} || ${TRUE}
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
BUILDLINK_API_DEPENDS.pango+= pango>=1.44.0
.include "../../devel/pango/buildlink3.mk"
.include "../../lang/python/wheel.mk"

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.29 2023/10/15 12:12:50 kleink Exp $
$NetBSD: distinfo,v 1.30 2023/12/17 19:12:36 adam Exp $
BLAKE2s (weasyprint-60.1.tar.gz) = 295a666b5ea48f05570deb10f89ca6fe49731eeb9b93c16a08c3ca72963cf4fb
SHA512 (weasyprint-60.1.tar.gz) = 7fc05c6c80fc6eb251637b529720794df4b7d5c066ecfb4086cb49b7e1c42a51fcb7b2502a79f9f01f6cc5b83d92d5a48c7386b2db555e7dba6eb64e3151d6ae
Size (weasyprint-60.1.tar.gz) = 441148 bytes
BLAKE2s (weasyprint-60.2.tar.gz) = 757981596df27ea4f608b065e763f49decb0265976c1da25b1c770bbeaec21a7
SHA512 (weasyprint-60.2.tar.gz) = 1da30b2626911c22a996cf7888edc86a7e3534d552325790c3bb06b29a7bedda8021680f5cac1acd6f0aba0658c64cda02cafa1fcba5f3a76bce6bb5fb229b71
Size (weasyprint-60.2.tar.gz) = 442554 bytes