diff options
author | kleink <kleink@pkgsrc.org> | 2017-10-09 12:30:22 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2017-10-09 12:30:22 +0000 |
commit | afd36595ad921e80daf202eca67169924217d1a3 (patch) | |
tree | c2ed74bd233578eb72a85fb22e0db3f5ab39e739 /print | |
parent | 03d957967c2db097cf94fcb1d5c24a908e401afa (diff) | |
download | pkgsrc-afd36595ad921e80daf202eca67169924217d1a3.tar.gz |
py-weasyprint: update to 0.41.
Version 0.41
------------
Released on 2017-10-05.
WeasyPrint now depends on pdfrw >= 0.4.
New features:
* `#471 <https://github.com/Kozea/WeasyPrint/issues/471>`_:
Support page marks and bleed.
Bug fixes:
* `#513 <https://github.com/Kozea/WeasyPrint/issues/513>`_:
Don't crash on unsupported image-resolution values.
* `#506 <https://github.com/Kozea/WeasyPrint/issues/506>`_:
Fix @font-face use with write_* methods.
* `#500 <https://github.com/Kozea/WeasyPrint/pull/500>`_:
Improve readability of _select_source function.
* `#498 <https://github.com/Kozea/WeasyPrint/issues/498>`_:
Use CSS prefixes as recommanded by the CSSWG.
* `#441 <https://github.com/Kozea/WeasyPrint/issues/441>`_:
Fix rendering problems and crashes when using @font-face.
* `bb3a4db <https://github.com/Kozea/WeasyPrint/commit/bb3a4db>`_:
Try to break pages after a block before trying to break inside it.
* `1d1654c <https://github.com/Kozea/WeasyPrint/commit/1d1654c>`_:
Fix and test corner cases about named pages.
Documentation:
* `#508 <https://github.com/Kozea/WeasyPrint/pull/508>`_:
Add missing libpangocairo dependency for Debian and Ubuntu.
* `a7b17fb <https://github.com/Kozea/WeasyPrint/commit/a7b17fb>`_:
Add documentation on logged rendering steps.
Diffstat (limited to 'print')
-rw-r--r-- | print/py-weasyprint/Makefile | 7 | ||||
-rw-r--r-- | print/py-weasyprint/distinfo | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile index f820cf153b9..e59996fabe5 100644 --- a/print/py-weasyprint/Makefile +++ b/print/py-weasyprint/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2017/09/02 16:16:34 kleink Exp $ +# $NetBSD: Makefile,v 1.10 2017/10/09 12:30:22 kleink Exp $ -DISTNAME= WeasyPrint-0.40 +DISTNAME= WeasyPrint-0.41 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=W/WeasyPrint/} @@ -13,9 +12,11 @@ LICENSE= modified-bsd USE_LANGUAGES= # empty +DEPENDS+= pango-[0-9]*:../../devel/pango DEPENDS+= ${PYPKGPREFIX}-cairosvg>=1.0.20:../../converters/py-cairosvg DEPENDS+= ${PYPKGPREFIX}-cairocffi>=0.5:../../graphics/py-cairocffi DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib +DEPENDS+= ${PYPKGPREFIX}-pdfrw>=0.4:../../textproc/py-pdfrw DEPENDS+= ${PYPKGPREFIX}-tinycss2>=0.5:../../textproc/py-tinycss2 DEPENDS+= ${PYPKGPREFIX}-cssselect2>=0.1:../../textproc/py-cssselect2 DEPENDS+= ${PYPKGPREFIX}-pyphen>=0.8:../../textproc/py-pyphen diff --git a/print/py-weasyprint/distinfo b/print/py-weasyprint/distinfo index ca3d6fecb7b..69a9440c96f 100644 --- a/print/py-weasyprint/distinfo +++ b/print/py-weasyprint/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2017/08/25 07:52:09 adam Exp $ +$NetBSD: distinfo,v 1.9 2017/10/09 12:30:22 kleink Exp $ -SHA1 (WeasyPrint-0.40.tar.gz) = ab8e98c0996bdf66d20baa6ef41572e9cb49d4cf -RMD160 (WeasyPrint-0.40.tar.gz) = 28f77a2f96e155d3f58eb8eabfc75101eb01e575 -SHA512 (WeasyPrint-0.40.tar.gz) = 9c0d082ed2c35f76fe8ca5d25b5e99a0f96a309b2c4715ca3bd72a3a9a11121d4f5046c4ff55f007ebf0404edb0e4f510e571f42c569778948320be0301b8c4d -Size (WeasyPrint-0.40.tar.gz) = 388586 bytes +SHA1 (WeasyPrint-0.41.tar.gz) = d4d63cbcd8017c0fccc71fcc10b5d13d2f8adc14 +RMD160 (WeasyPrint-0.41.tar.gz) = a67ea5db20d1b8316ab7661c9cb33b1b8b6f7a8f +SHA512 (WeasyPrint-0.41.tar.gz) = 44b2d9e0a186c5767cd01d6e66495241d088908467e0fa28cee114a9c480bfcb4ef393236e9304653603f3917c73c452c05a38286932e0a271946860120d9a1f +Size (WeasyPrint-0.41.tar.gz) = 393866 bytes SHA1 (patch-setup.py) = edeb4b77c8cf7fbd2ada7be10023158df9d96026 |