Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=h04BkDJj; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Pzd/ZOUs Received: by mail.netbsd.org (Postfix, from userid 605) id B35C284EAB; Thu, 25 Apr 2024 15:48:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714060104; bh=t8uX1PmKmUgF8eagIaZ5SD6eD7CRQCqvOGj2R41o3AQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=h04BkDJjsAYl8IUTC9TTLHUl2liiRM/wDfR6NeurGbJnF7A3kv1Qr/unljQNraO9h CN0QpnPEYbe1GbwG/B7Jed+ZfuByZ1xUupEU2VR9Co80o8Jh+9Xi/ml+gLVG1VNsOe lN1fvEnrJy3YWxsn1wp/gjikUwhNbxQn7PsiPyqo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8205E84EB3 for ; Thu, 25 Apr 2024 15:48:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 7QyIl7gA-Oby for ; Thu, 25 Apr 2024 15:48:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9845384D82 for ; Thu, 25 Apr 2024 15:48:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714060101; bh=t8uX1PmKmUgF8eagIaZ5SD6eD7CRQCqvOGj2R41o3AQ=; h=Date:From:Subject:To:Reply-To; b=Pzd/ZOUsCwJAX8sUi5zMjM7PjeV6xLUEh9sppuknHqvlwl7uBkOERqLRKVn6umwsg lZs/xXnr88eyJKjWAd/rdj8HPiw2XL7yW4RgJuTlTsKKKrtsS0ZxY7vwAZUzM/3/ka cumq5nhvUmZQS/QCw8VdvXTkEqlKQN7cQotoB4AM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B569FA2C; Thu, 25 Apr 2024 15:48:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171406010185410" MIME-Version: 1.0 Date: Thu, 25 Apr 2024 15:48:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-pyphen To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240425154821.8B569FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171406010185410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 25 15:48:21 UTC 2024 Modified Files: pkgsrc/textproc/py-pyphen: Makefile PLIST distinfo 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. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-pyphen/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-pyphen/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-pyphen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171406010185410 Content-Disposition: inline Content-Length: 5327 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-pyphen/Makefile diff -u pkgsrc/textproc/py-pyphen/Makefile:1.16 pkgsrc/textproc/py-pyphen/Makefile:1.17 --- pkgsrc/textproc/py-pyphen/Makefile:1.16 Sat Oct 28 19:57:19 2023 +++ pkgsrc/textproc/py-pyphen/Makefile Thu Apr 25 15:48:21 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2023/10/28 19:57:19 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2024/04/25 15:48:21 adam Exp $ -DISTNAME= pyphen-0.14.0 +DISTNAME= pyphen-0.15.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyphen/} @@ -12,7 +11,6 @@ COMMENT= Pure Python module to hyphenate LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core -TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 TEST_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-isort @@ -22,8 +20,5 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests - .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-pyphen/PLIST diff -u pkgsrc/textproc/py-pyphen/PLIST:1.10 pkgsrc/textproc/py-pyphen/PLIST:1.11 --- pkgsrc/textproc/py-pyphen/PLIST:1.10 Sat Oct 28 19:57:19 2023 +++ pkgsrc/textproc/py-pyphen/PLIST Thu Apr 25 15:48:21 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2023/10/28 19:57:19 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2024/04/25 15:48:21 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/COPYING.GPL ${PYSITELIB}/${WHEEL_INFODIR}/COPYING.LGPL ${PYSITELIB}/${WHEEL_INFODIR}/COPYING.MPL @@ -9,6 +9,39 @@ ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL ${PYSITELIB}/pyphen/__init__.py ${PYSITELIB}/pyphen/__init__.pyc ${PYSITELIB}/pyphen/__init__.pyo +${PYSITELIB}/pyphen/dictionaries/README_hyph_NO.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_be_BY.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_bg_BG.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_ca.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_cs_CZ.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_da_DK.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_de.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_el_GR.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_en_GB.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_en_US.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_es.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_et_EE.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_eu.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_fr.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_gl.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_hr_HR.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_hu_HU.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_is.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_it_IT.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_lt_LT.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_lv_LV.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_pl_PL.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_pt_BR.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_pt_PT.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_ro_RO.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_sk_SK.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_sl_SI.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_sq_AL.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_sr.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_sv.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_te_IN.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_th_TH.txt +${PYSITELIB}/pyphen/dictionaries/README_hyph_uk_UA.txt ${PYSITELIB}/pyphen/dictionaries/hyph_af_ZA.dic ${PYSITELIB}/pyphen/dictionaries/hyph_be_BY.dic ${PYSITELIB}/pyphen/dictionaries/hyph_bg_BG.dic @@ -24,6 +57,7 @@ ${PYSITELIB}/pyphen/dictionaries/hyph_en ${PYSITELIB}/pyphen/dictionaries/hyph_eo.dic ${PYSITELIB}/pyphen/dictionaries/hyph_es.dic ${PYSITELIB}/pyphen/dictionaries/hyph_et_EE.dic +${PYSITELIB}/pyphen/dictionaries/hyph_eu.dic ${PYSITELIB}/pyphen/dictionaries/hyph_fr.dic ${PYSITELIB}/pyphen/dictionaries/hyph_gl.dic ${PYSITELIB}/pyphen/dictionaries/hyph_hr_HR.dic Index: pkgsrc/textproc/py-pyphen/distinfo diff -u pkgsrc/textproc/py-pyphen/distinfo:1.14 pkgsrc/textproc/py-pyphen/distinfo:1.15 --- pkgsrc/textproc/py-pyphen/distinfo:1.14 Mon Mar 20 13:18:43 2023 +++ pkgsrc/textproc/py-pyphen/distinfo Thu Apr 25 15:48:21 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2023/03/20 13:18:43 adam Exp $ +$NetBSD: distinfo,v 1.15 2024/04/25 15:48:21 adam Exp $ -BLAKE2s (pyphen-0.14.0.tar.gz) = c78503057a9cd4ce5d1f318b314f6f034fe9c0f916d0bef580d413a71ce284dc -SHA512 (pyphen-0.14.0.tar.gz) = 5e242de2ecd5e951b2e1925df724013c14cea14729e8e0c132ab233c82406b37cc8d1d21cbd1edd748811fa6826a79da7a5ff9dfa859315840560cacae523e13 -Size (pyphen-0.14.0.tar.gz) = 1986988 bytes +BLAKE2s (pyphen-0.15.0.tar.gz) = 56a0fdf30dc0ee4a3754dc9a94f885d810a1e17762ee23d6254f36a368d1f16d +SHA512 (pyphen-0.15.0.tar.gz) = c73ec781c92fbac1daadbf435b028a1eb6476df2bec40ceb039d394ae928ab3b3eff4f3ffaf23d847b89e766810a9dd153f6bbcb9678a9f61f65d84206042640 +Size (pyphen-0.15.0.tar.gz) = 2072615 bytes --_----------=_171406010185410--