./graphics/py27-cairosvg, Simple SVG Converter for Cairo

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


Branch: CURRENT, Version: 1.0.22nb3, Package name: py27-cairosvg-1.0.22nb3, Maintainer: pkgsrc-users

CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.


Required to run:
[lang/python27] [graphics/py-cairocffi]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 30.172 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524)
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
   2022-01-14 18:52:07 by Thomas Klausner | Files touched by this commit (146)
Log message:
*: python2 egg files are back, add them to the PLISTs
   2022-01-10 09:53:14 by Thomas Klausner | Files touched by this commit (2)
Log message:
py27-cairosvg: convert to egg.mk
   2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150)
Log message:
converters: Remove SHA1 hashes for distfiles
   2018-03-26 02:33:40 by Joerg Sonnenberger | Files touched by this commit (5) | Package updated
Log message:
Restore py-cairosvg before 2.0 and update it to 1.0.22.

This version is exclusively for Python 2.7 use.

Changes:
- Fix crash when lxml is not installed
- CairoSVG was vulnerable to XML eXternal Entity (XXE) attacks, this
  release fixes this vulnerability by not resolving the XML entities
  anymore.