summaryrefslogtreecommitdiff
path: root/textproc/py-pyphen
AgeCommit message (Collapse)AuthorFilesLines
2022-11-29py-pyphen: updated to 0.13.2adam3-8/+9
Version 0.13.2 -------------- * Add Thai dictionary.
2022-11-20py-pyphen: updated to 0.13.1adam2-6/+7
Version 0.13.1 -------------- * Update Italian dictionary.
2022-09-15py-pyphen: updated to 0.13.0adam3-9/+8
Version 0.13.0 -------------- * Make language parameter case-insensitive. * Add Catanal dictionary. * Update French dictionary. * Update script upgrading dictionaries.
2022-04-25py-pyphen: add missing build dependency on flit_corewiz1-1/+2
2022-04-23py-pyphen: updated to 0.12.0adam4-31/+20
Version 0.12.0 -------------- * Support Python 3.10, drop Python 3.6 support. * Add documentation. * Update Belarusian dictionary.
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-08-02py-pyphen: updated to 0.11.0adam4-11/+39
0.11.0: Update dictionaries (add Albanian, Belarusian, Esperanto, Mongolian; update Italian, Portuguese of Brazil, Russian). Use Flit for packaging. You can now build packages using pip install flit, flit build.
2021-04-27py-pyphen: updated to 0.10.0adam3-38/+11
0.10.0: Unknown changes
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2018-10-11py-pyphen: updated to 0.9.5adam3-11/+10
0.9.5: Update Bulgarian and Spanish dictionaries, add Indonesian
2016-02-10Update py-pyphen to 0.9.4.kleink2-7/+7
0.9.4 ----- * Update German dictionaries * Update French dictionary
2016-01-11Update py-pyphen to 0.9.3kleink5-123/+78
Changes: * Use package_data instead of data_files (fix #10)
2015-10-20Update py-pyphen to 0.9.2.kleink4-13/+18
Changes since 0.9.1: * Icelandic dictionary * test coverage updates * bug fixes
2015-07-13Import Pyphen-0.9.1 as textproc/py-pyphen.kleink6-0/+141
Pyphen is a pure Python module to hyphenate text using existing Hunspell hyphenation dictionaries.