./archivers/py-zopfli, Zopfli module for Python

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


Branch: CURRENT, Version: 0.2.3, Package name: py311-zopfli-0.2.3, Maintainer: pkgsrc-users

cPython bindings for zopfli.


Master sites:

Filesize: 200.541 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-13 21:25:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zopfli: updated to 0.2.3

v0.2.3
Dropped support for Python 3.7, added support for Python 3.12. No other code changes.
   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
   2023-04-30 12:44:17 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-zopfli: update to 0.2.2.

    Added pyproject.toml to source distribution
    Published precompiled wheels for Python 3.11
   2022-04-27 12:33:41 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zopfli: updated to 0.2.1

v0.2.1
[zopfli.png] Only print debug info to console output when -v/--verbose flag is used.

v0.2.0
Dropped support for EOL Python 2.7 and 3.6, require Python 3.7+.
Added support for compressing PNGs via zopfli.png.optimize method. Also \ 
available from the command line as python -m zopfli.png; mimics the upstream's \ 
zopflipng c++ executable.
   2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43)
Log message:
*: setuptools_scm: switch to versioned_dependencies
   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-11-19 10:48:38 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-zopfli: added version 0.1.9

cPython bindings for zopfli.