Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/py-blessings,
Thin, practical wrapper around terminal
Branch: CURRENT,
Version: 1.7nb2,
Package name: py311-blessings-1.7nb2,
Maintainer: pkgsrc-usersBlessings lifts several of curses' limiting assumptions, and it makes your
code pretty, too:
* Use styles, color, and maybe a little positioning without necessarily
clearing the whole screen first.
* Leave more than one screenful of scrollback in the buffer after your program
exits, like a well-behaved command-line app should.
* Get rid of all those noisy, C-like calls to tigetstr and tparm, so your code
doesn't get crowded out by terminal bookkeeping.
* Act intelligently when somebody redirects your output to a file, omitting
the terminal control codes the user doesn't want to see (optional).
Required to run:[
devel/py-curses] [
devel/py-setuptools] [
lang/python27] [
lang/py-six]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 27.533 KB
Version history: (Expand)
- (2024-10-18) Package deleted from pkgsrc
- (2023-10-23) Updated to version: py311-blessings-1.7nb2
- (2023-02-09) Updated to version: py310-blessings-1.7nb1
- (2022-01-05) Updated to version: py39-blessings-1.7nb1
- (2021-10-07) Updated to version: py39-blessings-1.7
- (2018-08-10) Updated to version: py27-blessings-1.7
CVS history: (Expand)
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:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2018-08-10 14:19:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-blessings: updated to 1.7
1.7:
Drop support for Python 2.6 and 3.3, which are end-of-lifed.
Switch from 2to3 to the six library.
|
2018-01-14 12:19:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-blessings: updated to 1.6.1
1.6.1:
* Don’t crash if number_of_colors() is called when run in a non-terminal or \
when does_styling is otherwise false.
|
2017-04-12 13:41:44 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Blessings lifts several of curses' limiting assumptions, and it makes your
code pretty, too:
* Use styles, color, and maybe a little positioning without necessarily
clearing the whole screen first.
* Leave more than one screenful of scrollback in the buffer after your program
exits, like a well-behaved command-line app should.
* Get rid of all those noisy, C-like calls to tigetstr and tparm, so your code
doesn't get crowded out by terminal bookkeeping.
* Act intelligently when somebody redirects your output to a file, omitting
the terminal control codes the user doesn't want to see (optional).
|