./textproc/py-jaraco.text, Module for text manipulation

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


Branch: CURRENT, Version: 4.0.0, Package name: py312-jaraco.text-4.0.0, Maintainer: pkgsrc-users

This package provides handy routines for dealing with text, such as wrapping,
substitution, trimming, stripping, prefix and suffix removal, line
continuation, indentation, comment processing, identifier processing, values
parsing, case insensitive comparison, and more.


Required to run:
[devel/py-more-itertools] [devel/py-jaraco.functools] [lang/py-inflect] [lang/python310] [misc/py-autocommand] [devel/py-jaraco.context]

Master sites:

Filesize: 16.61 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-11 15:45:18 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-jaraco.text: forget about Python 2.7 and 3.8
   2024-08-06 13:50:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.text: updated to 4.0.0

v4.0.0

Deprecations and Removals

- Made 'inflect' an optional dependency. The show-newlines script now will crash \ 
unless jaraco.text[inflect] is installed.
   2024-07-20 08:27:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.text: updated to 3.14.0

v3.14.0

Features

- Add new 'clean' function, extracted from 'yield_lines'.

v3.13.1

Bugfixes

- Fix EncodingWarning.

v3.13.0

Features

- Add 'lines_from' function.
   2024-06-26 23:42:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.text: updated to 3.12.1

v3.12.1

No significant changes.
   2023-11-30 10:48:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jaraco.text: updated to 3.12.0

v3.12.0

Features

- Require Python 3.8 or later.
   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-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION