Path to this page:
./
converters/py-cairosvg,
Simple SVG Converter for Cairo
Branch: CURRENT,
Version: 2.7.1,
Package name: py312-cairosvg-2.7.1,
Maintainer: pkgsrc-usersCairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.
Required to run:[
devel/py-setuptools] [
graphics/py-Pillow] [
graphics/py-cairocffi] [
textproc/py-defusedxml] [
textproc/py-tinycss2] [
textproc/py-cssselect2] [
lang/python37]
Required to build:[
devel/py-setuptools] [
devel/py-pip] [
pkgtools/cwrappers] [
devel/py-test-runner]
Master sites:
Filesize: 8202.231 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-cairosvg-2.7.1
- (2024-06-12) Updated to version: py311-cairosvg-2.7.1
- (2023-02-09) Updated to version: py310-cairosvg-2.5.2nb2
- (2022-01-05) Updated to version: py39-cairosvg-2.5.2nb2
- (2022-01-05) Updated to version: py39-cairosvg-2.5.2nb1
- (2021-10-07) Updated to version: py39-cairosvg-2.5.2
CVS history: (Expand)
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
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
|
2021-03-10 19:08:27 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-cairosvg: updated to 2.5.2
Version 2.5.2 released on 2021-03-06
====================================
* Fix marker path scale
Version 2.5.1 released on 2021-01-06
====================================
**WARNING:** this is a security update.
When processing SVG files, CairoSVG was using two regular expressions which are
vulnerable to Regular Expression Denial of Service (REDoS).
If an attacker provided a malicious SVG, it could make CairoSVG get stuck
processing the file for a very long time.
Other bug fixes:
* Fix marker positions for unclosed paths
* Follow hint when only output_width or output_height is set
* Handle opacity on raster images
* Don’t crash when use tags reference unknown tags
* Take care of the next letter when A/a is replaced by l
* Fix misalignment in node.vertices
Version 2.5.0 released on 2020-10-29
====================================
* Drop support of Python 3.5, add support of Python 3.9.
* Add EPS export
* Add background-color, negate-colors, and invert-images options
* Improve support for font weights
* Fix opacity of patterns and gradients
* Support auto-start-reverse value for orient
* Draw images contained in defs
* Add Exif transposition support
* Handle dominant-baseline
* Support transform-origin
|
2020-09-01 01:07:07 by Thomas Klausner | Files touched by this commit (62) |
Log message:
*: switch to versioned_dependencies.mk for py-setuptools
|
2020-05-19 15:59:20 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs pip
|