CVS log for pkgsrc/devel/py-pyte/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / py-pyte
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 12 20:03:46 2025 UTC (4 weeks, 4 days ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -5
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:28:21 2024 UTC (6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 10 15:05:08 2024 UTC (9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -3
lines
py-pyte: convert to wheel.mk.
Remove unneeded test dependency.
Note test status.
Bump PKGREVISION.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Nov 16 09:37:55 2023 UTC (17 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
py-pyte: updated to 0.8.2
Version 0.8.2
Technical release, released on November 13th 2023.
- Added py.typed to the source archive and wheel files.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:41:14 2023 UTC (23 months, 1 week ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +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.4: download - view: text, markup, annotated - select for diffs
Tue Jul 5 10:16:35 2022 UTC (2 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -3
lines
py-pyte: updated to 0.8.1
Version 0.8.1
- Yet another fix of ``Screen.set_margins`` for the case of CSI
with no arguments.
- Changed ``Screen.erase_in_display`` to accept additional positional
arguments as some some ``clear`` implementations include a ``;`` after
the first parameter causing ``pyte`` to assume a ``0`` second parameter.
- Changed ``Stream`` FSM to reinit on error when parsing control sequence.
- Added support for blink to the SGR handler.
- Changed ``Stream`` to skip XTerm-specific ``ESC]...$[a-z]`` sequences.
- Dropped Python 2.X support. The minimal required version of Python is
now 3.7.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:53:34 2022 UTC (3 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Dec 19 22:12:57 2019 UTC (5 years, 4 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Needs py-test-runner.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 13 09:33:37 2019 UTC (5 years, 11 months ago) by gson
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
py-pyte: Add version 0.8.0
Pyte is a Python library that emulates the DEC VT100 and compatible
video terminals.
CVSweb <webmaster@jp.NetBSD.org>