Path to this page:
./
textproc/py-pyphen,
Pure Python module to hyphenate text
Branch: CURRENT,
Version: 0.17.2,
Package name: py312-pyphen-0.17.2,
Maintainer: kleinkPyphen is a pure Python module to hyphenate text using existing
Hunspell hyphenation dictionaries.
Required to run:[
lang/python310]
Master sites:
Filesize: 2030.732 KB
Version history: (Expand)
- (2025-01-24) Updated to version: py312-pyphen-0.17.2
- (2024-11-09) Updated to version: py312-pyphen-0.17.0
- (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
CVS history: (Expand)
2025-01-24 07:30:47 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pyphen: updated to 0.17.2
Version 0.17.2
* Fix Oriya dictionary name.
* Update documentation.
Version 0.17.1
* Update Mongolian dictionary.
* Add Assamese, Kannada, Sanskrit, Punjabi, Oriya, Marathi dictionaries.
|
2024-11-09 10:28:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pyphen: updated to 0.17.0
Version 0.17.0
* Support Python 3.13, drop Python 3.8 support.
* Update Hungarian dictionary.
|
2024-07-31 09:56:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pyphen: updated to 0.16.0
Version 0.16.0
* Close file when reading encoding
* Update dictionary repository
|
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.
|