CVS log for pkgsrc/comms/py-term-background/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / comms / py-term-background
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 15 15:43:15 2025 UTC (4 days, 14 hours ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4
lines
Fix PLIST after py-setuptools update; bump depends and revision
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:27:54 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 23 06:48:41 2024 UTC (12 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1
py-term-background: added version 1.0.1
Determine if shell has a light or dark background.
From Python you can call term_background.is_dark_background() which returns a
True if we think the background is dark.
The heuristics used is to try to query the background color using an xterm
control sequence.
CVSweb <webmaster@jp.NetBSD.org>