textproc/py-pyphen: Update 0.9.4 -> 0.9.5

Port changes:
* Update description
* Update WWW

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2018-08-27 06:14:21 +00:00
parent 021006601f
commit 15cc87fbfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478178
3 changed files with 11 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pyphen
PORTVERSION= 0.9.4
PORTVERSION= 0.9.5
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,3 @@
SHA256 (Pyphen-0.9.4.tar.gz) = abfa9a0ab055341f6e250c1a6bef395c3a06f0e4cba216eeef37f617b32c0bd7
SIZE (Pyphen-0.9.4.tar.gz) = 1092404
TIMESTAMP = 1535345653
SHA256 (Pyphen-0.9.5.tar.gz) = 3b633a50873156d777e1f1075ba4d8e96a6ad0a3ca42aa3ea9a6259f93f18921
SIZE (Pyphen-0.9.5.tar.gz) = 2971389

View File

@ -1,4 +1,10 @@
Pyphen is a pure Python module to hyphenate text using existing Hunspell
hyphenation dictionaries.
WWW: https://pypi.org/project/Pyphen/
Features:
* 100% pure Python with no dependencies
* a lot of included dictionaries
* caches dict files and hyphenated words
* supports nonstandard hyphenation patterns
WWW: https://pyphen.org/