From 15cc87fbfe3e977261b2734b83e26a25e8060621 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 27 Aug 2018 06:14:21 +0000 Subject: [PATCH] textproc/py-pyphen: Update 0.9.4 -> 0.9.5 Port changes: * Update description * Update WWW Reported by: portscout --- textproc/py-pyphen/Makefile | 2 +- textproc/py-pyphen/distinfo | 5 +++-- textproc/py-pyphen/pkg-descr | 8 +++++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/textproc/py-pyphen/Makefile b/textproc/py-pyphen/Makefile index ec7f56f1bbf7..79dcd4b0bb5b 100644 --- a/textproc/py-pyphen/Makefile +++ b/textproc/py-pyphen/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyphen -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-pyphen/distinfo b/textproc/py-pyphen/distinfo index a1ea489c718b..b19bc172c8dd 100644 --- a/textproc/py-pyphen/distinfo +++ b/textproc/py-pyphen/distinfo @@ -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 diff --git a/textproc/py-pyphen/pkg-descr b/textproc/py-pyphen/pkg-descr index a816b4dd584f..9c3f8ccbd6e5 100644 --- a/textproc/py-pyphen/pkg-descr +++ b/textproc/py-pyphen/pkg-descr @@ -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/