pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-pyphen py-pyphen: updated to 0.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63cc8c4ece6c
branches:  trunk
changeset: 385361:63cc8c4ece6c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 15 19:08:38 2022 +0000

description:
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.

diffstat:

 textproc/py-pyphen/Makefile |  6 ++----
 textproc/py-pyphen/PLIST    |  3 ++-
 textproc/py-pyphen/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r 1067c3aad2d9 -r 63cc8c4ece6c textproc/py-pyphen/Makefile
--- a/textproc/py-pyphen/Makefile       Thu Sep 15 19:05:27 2022 +0000
+++ b/textproc/py-pyphen/Makefile       Thu Sep 15 19:08:38 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/04/25 08:11:15 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/09/15 19:08:38 adam Exp $
 
-DISTNAME=      pyphen-0.12.0
+DISTNAME=      pyphen-0.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyphen/}
@@ -18,8 +18,6 @@
 
 USE_LANGUAGES= # none
 
-#PYSETUP=      -c 'from setuptools import setup; setup(name="pyphen", version="${PKGVERSION_NOREV}", packages=["pyphen"], package_data={"": ["*"]})'
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 do-test:
diff -r 1067c3aad2d9 -r 63cc8c4ece6c textproc/py-pyphen/PLIST
--- a/textproc/py-pyphen/PLIST  Thu Sep 15 19:05:27 2022 +0000
+++ b/textproc/py-pyphen/PLIST  Thu Sep 15 19:08:38 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/04/23 09:29:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/09/15 19:08:38 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/COPYING.GPL
 ${PYSITELIB}/${WHEEL_INFODIR}/COPYING.LGPL
 ${PYSITELIB}/${WHEEL_INFODIR}/COPYING.MPL
@@ -14,6 +14,7 @@
 ${PYSITELIB}/pyphen/dictionaries/hyph_af_ZA.dic
 ${PYSITELIB}/pyphen/dictionaries/hyph_be_BY.dic
 ${PYSITELIB}/pyphen/dictionaries/hyph_bg_BG.dic
+${PYSITELIB}/pyphen/dictionaries/hyph_ca.dic
 ${PYSITELIB}/pyphen/dictionaries/hyph_cs_CZ.dic
 ${PYSITELIB}/pyphen/dictionaries/hyph_da_DK.dic
 ${PYSITELIB}/pyphen/dictionaries/hyph_de_AT.dic
diff -r 1067c3aad2d9 -r 63cc8c4ece6c textproc/py-pyphen/distinfo
--- a/textproc/py-pyphen/distinfo       Thu Sep 15 19:05:27 2022 +0000
+++ b/textproc/py-pyphen/distinfo       Thu Sep 15 19:08:38 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/04/23 09:29:43 adam Exp $
+$NetBSD: distinfo,v 1.11 2022/09/15 19:08:38 adam Exp $
 
-BLAKE2s (pyphen-0.12.0.tar.gz) = c1a2a4d30c2b2fed0e446641a00258c0b1b46401e56a4df7c56907d8946e40f9
-SHA512 (pyphen-0.12.0.tar.gz) = 144218b8d5454fffc16de0c839c93a0badadd5c9b7867195072b77d9130440059ec84b5819d7eed12b65d2cc51cb7202226cb44ef6844f18fa428c4b3a1ef2b5
-Size (pyphen-0.12.0.tar.gz) = 1958745 bytes
+BLAKE2s (pyphen-0.13.0.tar.gz) = 108b4c37bb4f58fba6fd5d32a32db0546ee3db97d40760b5c215069d858f541f
+SHA512 (pyphen-0.13.0.tar.gz) = 0238627cbde87601be0731a097488342a2f6a48d9ca7510066bb7a3674e0a4581653bc829a22716873b7eafff750025e6ff5b5a8c9ec095d8ccd1e4f801a101b
+Size (pyphen-0.13.0.tar.gz) = 1967026 bytes



Home | Main Index | Thread Index | Old Index