./devel/py-readlike, GNU Readline-like line editing module

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


Branch: CURRENT, Version: 0.1.3nb1, Package name: py310-readlike-0.1.3nb1, Maintainer: pkgsrc-users

A Python module that provides GNU Readline-like line editing
functions (the default Emacs-style ones). If you just want to use
Readline, use the readline package in the standard library but this
package allows access to those capabilties in settings outside of
a standard CLI.

Currently, all stateless Readline commands are implemented. This
means that yanking and history aren't supported.

This module is especially well-suited to interfacing with Urwid
due to a shared syntax for describing key inputs.


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 4.905 KB

Version history: (Expand)


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-06-01 09:58:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-readlike: updated to 0.1.3

0.1.3:
Update out-of-date metadata
   2018-02-11 16:52:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-readlike: use pypi instead of dead HOMEPAGE
   2017-09-04 15:33:42 by Leonardo Taccari | Files touched by this commit (4)
Log message:
Import py-readlike-0.1.2 as devel/py-readlike

A Python module that provides GNU Readline-like line editing
functions (the default Emacs-style ones). If you just want to use
Readline, use the readline package in the standard library but this
package allows access to those capabilties in settings outside of
a standard CLI.

Currently, all stateless Readline commands are implemented. This
means that yanking and history aren't supported.

This module is especially well-suited to interfacing with Urwid
due to a shared syntax for describing key inputs.