pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/py-weasyprint



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 17 19:12:36 UTC 2023

Modified Files:
        pkgsrc/print/py-weasyprint: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/print/py-weasyprint/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/py-weasyprint/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/py-weasyprint/Makefile
diff -u pkgsrc/print/py-weasyprint/Makefile:1.46 pkgsrc/print/py-weasyprint/Makefile:1.47
--- pkgsrc/print/py-weasyprint/Makefile:1.46    Tue Nov 14 14:02:46 2023
+++ pkgsrc/print/py-weasyprint/Makefile Sun Dec 17 19:12:36 2023
@@ -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"

Index: pkgsrc/print/py-weasyprint/distinfo
diff -u pkgsrc/print/py-weasyprint/distinfo:1.29 pkgsrc/print/py-weasyprint/distinfo:1.30
--- pkgsrc/print/py-weasyprint/distinfo:1.29    Sun Oct 15 12:12:50 2023
+++ pkgsrc/print/py-weasyprint/distinfo Sun Dec 17 19:12:36 2023
@@ -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



Home | Main Index | Thread Index | Old Index