./graphics/py-scour, Scour SVG Optimizer

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


Branch: CURRENT, Version: 0.38.2nb3, Package name: py310-scour-0.38.2nb3, Maintainer: pkgsrc-users

Scour is an SVG optimizer/cleaner written in Python that reduces the
size of scalable vector graphics by optimizing structure and removing
unnecessary data. It can be used to create streamlined vector graphics
suitable for web deployment, publishing/sharing, or further processing.

The goal of Scour is to output a file that renders identically at a
fraction of the size by removing a lot of redundant information created
by most SVG editors. Optimization options are typically lossless but
can be tweaked for more aggressive cleaning.


Master sites:

Filesize: 51.706 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-29 08:36:00 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-scour: rename scour to scour-${PYVERSSUFFIX} to avoid self-conflict

Bump PKGREVISION.
   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:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2021-07-18 20:06:39 by David H. Gutteridge | Files touched by this commit (4)
Log message:
graphics/py-scour: add new package

Scour is an SVG optimizer/cleaner written in Python that reduces the
size of scalable vector graphics by optimizing structure and removing
unnecessary data. It can be used to create streamlined vector graphics
suitable for web deployment, publishing/sharing, or further processing.

Packaged in wip by K.I.A. Derouiche, imported mostly verbatim.