./print/py-weasyprint, Converts HTML/CSS documents to PDF

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 62.3nb1, Package name: py312-weasyprint-62.3nb1, Maintainer: kleink

WeasyPrint is a visual rendering engine for HTML and CSS that can
export to PDF. It aims to support web standards for printing.
WeasyPrint is free software made available under a BSD license.

It is based on various libraries but not on a full rendering engine
like WebKit or Gecko. The CSS layout engine is written in Python,
designed for pagination, and meant to be easy to hack on.


Required to run:
[fonts/py-fonttools] [devel/pango] [textproc/py-html5lib] [devel/py-cffi] [graphics/py-Pillow] [textproc/py-pyphen] [textproc/py-tinycss2] [textproc/py-cssselect2] [lang/python310] [print/py-pydyf]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/xorgproto] [devel/py-flit_core]

Master sites:

Filesize: 465.997 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-27 09:21:09 by Thomas Klausner | Files touched by this commit (1055)
Log message:
*: recursive bump for pango requiring fontconfig 2.15
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-10 09:51:43 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-weasyprint: remove unused test dependency
   2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138)
Log message:
*: bump for cairo buildlink3.mk change

lzo was made an option
   2023-12-17 20:12:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.