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:           Tue Jun 11 11:24:04 UTC 2024

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

Log Message:
py-weasyprint: updated to 62.2

Version 62.2

Features:

* Support grid-auto-flow: column, with financial support from Menutech

Bug fixes:

* Fix space added by CSS gap at the end
* Remove absolute placeholders from discarded content
* Don’t crash when grid items have auto margins
* Fix CSS nesting for nested selectors with comma
* Fix and test grid shorthand
* Fix wrong resume_at for split floats
* Ensure that gradient size is positive to please some PDF readers


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/print/py-weasyprint/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/py-weasyprint/PLIST
cvs rdiff -u -r1.30 -r1.31 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.48 pkgsrc/print/py-weasyprint/Makefile:1.49
--- pkgsrc/print/py-weasyprint/Makefile:1.48    Sun Apr  7 07:34:54 2024
+++ pkgsrc/print/py-weasyprint/Makefile Tue Jun 11 11:24:04 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2024/04/07 07:34:54 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2024/06/11 11:24:04 adam Exp $
 
-DISTNAME=      weasyprint-60.2
+DISTNAME=      weasyprint-62.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/weasyprint/}
 
@@ -11,15 +10,15 @@ HOMEPAGE=   https://weasyprint.org/
 COMMENT=       Converts HTML/CSS documents to PDF
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=9.1.0:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=0.6:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-cssselect2>=0.1:../../textproc/py-cssselect2
 DEPENDS+=      ${PYPKGPREFIX}-fonttools>=4.0.0:../../fonts/py-fonttools
 DEPENDS+=      ${PYPKGPREFIX}-html5lib>=1.1:../../textproc/py-html5lib
-DEPENDS+=      ${PYPKGPREFIX}-pydyf>=0.8.0:../../print/py-pydyf
+DEPENDS+=      ${PYPKGPREFIX}-pydyf>=0.10.0:../../print/py-pydyf
 DEPENDS+=      ${PYPKGPREFIX}-pyphen>=0.9.1:../../textproc/py-pyphen
-DEPENDS+=      ${PYPKGPREFIX}-tinycss2>=1.0.0:../../textproc/py-tinycss2
+DEPENDS+=      ${PYPKGPREFIX}-tinycss2>=1.3.0:../../textproc/py-tinycss2
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-isort
@@ -27,7 +26,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-runne
 
 USE_LANGUAGES= c
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-fonttools
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/print/py-weasyprint/PLIST
diff -u pkgsrc/print/py-weasyprint/PLIST:1.12 pkgsrc/print/py-weasyprint/PLIST:1.13
--- pkgsrc/print/py-weasyprint/PLIST:1.12       Sat Oct 28 19:57:14 2023
+++ pkgsrc/print/py-weasyprint/PLIST    Tue Jun 11 11:24:04 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2023/10/28 19:57:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2024/06/11 11:24:04 adam Exp $
 bin/weasyprint-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -90,6 +90,9 @@ ${PYSITELIB}/weasyprint/layout/flex.pyo
 ${PYSITELIB}/weasyprint/layout/float.py
 ${PYSITELIB}/weasyprint/layout/float.pyc
 ${PYSITELIB}/weasyprint/layout/float.pyo
+${PYSITELIB}/weasyprint/layout/grid.py
+${PYSITELIB}/weasyprint/layout/grid.pyc
+${PYSITELIB}/weasyprint/layout/grid.pyo
 ${PYSITELIB}/weasyprint/layout/inline.py
 ${PYSITELIB}/weasyprint/layout/inline.pyc
 ${PYSITELIB}/weasyprint/layout/inline.pyo

Index: pkgsrc/print/py-weasyprint/distinfo
diff -u pkgsrc/print/py-weasyprint/distinfo:1.30 pkgsrc/print/py-weasyprint/distinfo:1.31
--- pkgsrc/print/py-weasyprint/distinfo:1.30    Sun Dec 17 19:12:36 2023
+++ pkgsrc/print/py-weasyprint/distinfo Tue Jun 11 11:24:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2023/12/17 19:12:36 adam Exp $
+$NetBSD: distinfo,v 1.31 2024/06/11 11:24:04 adam Exp $
 
-BLAKE2s (weasyprint-60.2.tar.gz) = 757981596df27ea4f608b065e763f49decb0265976c1da25b1c770bbeaec21a7
-SHA512 (weasyprint-60.2.tar.gz) = 1da30b2626911c22a996cf7888edc86a7e3534d552325790c3bb06b29a7bedda8021680f5cac1acd6f0aba0658c64cda02cafa1fcba5f3a76bce6bb5fb229b71
-Size (weasyprint-60.2.tar.gz) = 442554 bytes
+BLAKE2s (weasyprint-62.2.tar.gz) = ed0e230bee270551507cce3d7282875dbebfd38c8eced2a4160c0316ca72653b
+SHA512 (weasyprint-62.2.tar.gz) = d5254a39f6b5554e83fb2f8b88077a36d6f5a44f6d731b5f07c952429994f32a79c4d6c1187ed8ea9bdccada320c4347693bd4a21c61c6ad76f866161adfea81
+Size (weasyprint-62.2.tar.gz) = 477895 bytes



Home | Main Index | Thread Index | Old Index