./misc/py-ansi, ANSI cursor movement and graphics

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


Branch: CURRENT, Version: 0.3.7, Package name: py311-ansi-0.3.7, Maintainer: pkgsrc-users

Various ANSI escape codes, used in moving the cursor in a text
console or rendering coloured text.


Required to run:
[lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 7.74 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-23 14:28:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ansi: updated to 0.3.7

0.3.7

Enable concatenating a string and a sequence, not just a sequence and a string.
Enable empty sequences that evaluate to the empty string.
Allow importing the main module to import all submodules
Fix ECMA-48 link in README.md
Add license to setup.cfg
bugfix sequence in `ansi.cursor.erase('')`
Add `bg=True` argument for `ansi.colour.rgb.rgb256()`
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-07-30 17:32:50 by Adam Ciarcinski | Files touched by this commit (19)
Log message:
Remove dependencies for Python 3.7
   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-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2022-02-13 11:07:46 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-ansi: add missing build dependency
   2022-02-10 15:30:24 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-ansi: updated to 0.3.6

0.3.6
Include py.typed marker to enable type checking of the installed package.

0.3.5
use 3rd party typing_extensions module for better version compatibility

0.3.4
Three minor versions were briefly released to resolve packaging/README issues \ 
with 0.3.1.

0.3.1
Deprecate Python 2 and versions earlier than 3.7 by adding type information. \ 
rgb() function no longer accepts strings of integers, only integers.
Add support for 8 and 24-bit True Color.

0.3.0

Broken, due to a configuration error this package is not installable
   2022-01-19 18:50:48 by Thomas Klausner | Files touched by this commit (25)
Log message:
*: fix for python 3.x