CVS log for pkgsrc/archivers/py-zopfli/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / archivers / py-zopfli
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Apr 22 19:52:59 2025 UTC (7 days, 8 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -8
lines
py-zopfli: convert to wheel.mk
Bump PKGREVISION.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Feb 2 10:38:02 2025 UTC (2 months, 3 weeks ago) by he
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2
lines
lang/python and a number of python packages: re-do atomic64.mk issue.
Evidently, python 3.13 brought in the need to support 64-bit atomics.
This means that python extension packages built with C needs to
use mk/atomic64.mk to make -latomic available on the required 32-bit
ports. Sadly, there is no reliable way to detect in the .mk files
whether the package is using C (or C++), so this change adds an
unconditional include of mk/atomic64.mk when the python version is
equal to or larger than 3.13 for packages using egg.mk or wheel.mk.
This undoes the individual package Makefile inclusions of mk/atomic64.mk
that I've added over the last few days.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 18 19:52:47 2025 UTC (3 months, 1 week ago) by he
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
archivers/py-zopfli: use atomic64.mk to fix build on macppc w/py3.13.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Sep 13 19:25:48 2023 UTC (19 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4
lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:40:16 2023 UTC (22 months, 3 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
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
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Apr 30 10:44:17 2023 UTC (2 years ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2
lines
py-zopfli: update to 0.2.2.
Added pyproject.toml to source distribution
Published precompiled wheels for Python 3.11
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 27 10:33:41 2022 UTC (3 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -5
lines
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.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 13 19:31:20 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2
lines
*: setuptools_scm: switch to versioned_dependencies
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:52:31 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 19 09:48:38 2021 UTC (3 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
py-zopfli: added version 0.1.9
cPython bindings for zopfli.
CVSweb <webmaster@jp.NetBSD.org>