Path to this page:
./
textproc/py-pyphen,
Pure Python module to hyphenate text
Branch: CURRENT,
Version: 0.16.0,
Package name: py311-pyphen-0.16.0,
Maintainer: kleinkPyphen is a pure Python module to hyphenate text using existing
Hunspell hyphenation dictionaries.
Required to run:[
lang/python310]
Master sites:
Filesize: 2024.209 KB
Version history: (Expand)
- (2024-07-31) Updated to version: py311-pyphen-0.16.0
- (2024-04-25) Updated to version: py311-pyphen-0.15.0
- (2023-10-28) Updated to version: py311-pyphen-0.14.0nb1
- (2023-03-20) Updated to version: py310-pyphen-0.14.0
- (2022-11-29) Updated to version: py310-pyphen-0.13.2
- (2022-11-20) Updated to version: py310-pyphen-0.13.1
CVS history: (Expand)
2024-04-25 17:48:21 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pyphen: updated to 0.15.0
Version 0.15.0
* Support Python 3.12, drop Python 3.7 support.
* Add READMEs for dictionaries.
* Add Basque hyphenation dictionary.
* Update Catalan and Hungarian dictionaries.
* Use Ruff instead of Flake8 and isort.
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
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-20 14:18:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pyphen: updated to 0.14.0
Version 0.14.0
--------------
* Store Path objects instead of strings in LANGUAGE.
* Use importlib.resources instead of deprecated pkg_resources.
|
2022-11-29 18:02:06 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pyphen: updated to 0.13.2
Version 0.13.2
--------------
* Add Thai dictionary.
|
2022-11-20 20:18:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pyphen: updated to 0.13.1
Version 0.13.1
--------------
* Update Italian dictionary.
|
2022-09-15 21:08:38 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pyphen: updated to 0.13.0
Version 0.13.0
--------------
* Make language parameter case-insensitive.
* Add Catanal dictionary.
* Update French dictionary.
* Update script upgrading dictionaries.
|
2022-04-25 10:11:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-pyphen: add missing build dependency on flit_core
|
2022-04-23 11:29:43 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-pyphen: updated to 0.12.0
Version 0.12.0
--------------
* Support Python 3.10, drop Python 3.6 support.
* Add documentation.
* Update Belarusian dictionary.
|