From c86bc83ff2abf32c7899d5054c6577591654df00 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Tue, 17 Oct 2023 16:03:31 +0000 Subject: [PATCH] py-cmudict: update to 1.0.15 (1.0.13 and 1.0.15 have no relevant changes for consumers of this package, only 1.0.14 is useful: an underlying update of the CMU dictionary content itself.) ## v1.0.14 (2023-10-13) ### Fix - **deps**: bump src/cmudict/data from `697cd89` to `7cd8fb5` (#35) --- textproc/py-cmudict/Makefile | 8 +++++--- textproc/py-cmudict/PLIST | 15 ++++++++------- textproc/py-cmudict/distinfo | 8 ++++---- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/textproc/py-cmudict/Makefile b/textproc/py-cmudict/Makefile index 0dd023fb7f67..f067594fe520 100644 --- a/textproc/py-cmudict/Makefile +++ b/textproc/py-cmudict/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2023/03/30 15:25:39 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2023/10/17 16:03:31 gutteridge Exp $ -DISTNAME= cmudict-1.0.12 +DISTNAME= cmudict-1.0.15 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cmudict/} @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/prosegrinder/python-cmudict COMMENT= Versioned Python wrapper package for cmudict LICENSE= gnu-gpl-v3 +TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core + USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 @@ -25,5 +27,5 @@ DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.6:../../devel/py-importlib-metada DEPENDS+= ${PYPKGPREFIX}-importlib-resources>=5.0:../../devel/py-importlib-resources .endif -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-cmudict/PLIST b/textproc/py-cmudict/PLIST index 0acaedfb5ed6..a6272716f17f 100644 --- a/textproc/py-cmudict/PLIST +++ b/textproc/py-cmudict/PLIST @@ -1,12 +1,13 @@ -@comment $NetBSD: PLIST,v 1.2 2022/12/17 03:14:24 gutteridge Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.3 2023/10/17 16:03:31 gutteridge Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json ${PYSITELIB}/cmudict/__init__.py ${PYSITELIB}/cmudict/__init__.pyc -${PYSITELIB}/cmudict/__init__.pyo ${PYSITELIB}/cmudict/data/LICENSE ${PYSITELIB}/cmudict/data/README ${PYSITELIB}/cmudict/data/README.developer diff --git a/textproc/py-cmudict/distinfo b/textproc/py-cmudict/distinfo index 9b77be65a2c1..2f28f999d255 100644 --- a/textproc/py-cmudict/distinfo +++ b/textproc/py-cmudict/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/02/16 03:43:54 gutteridge Exp $ +$NetBSD: distinfo,v 1.5 2023/10/17 16:03:31 gutteridge Exp $ -BLAKE2s (cmudict-1.0.12.tar.gz) = 88b946c4d69df53b35d72da2251d17b73f0dbc87ad4a69b06f202a9c2ed99517 -SHA512 (cmudict-1.0.12.tar.gz) = 1a7bcba85675e7496772406754469c4ead39c77f62a23a61ea87d24e89fdef1b234114352f6ff6d8a03bdfc286f086977c2454a0d1eaa25f3dc6f80d5b33a7b5 -Size (cmudict-1.0.12.tar.gz) = 936428 bytes +BLAKE2s (cmudict-1.0.15.tar.gz) = 396ea1f3144ab13cb7f3b3f3b4fe8d2cca5535f0849f3471a28e0f2277fc32c0 +SHA512 (cmudict-1.0.15.tar.gz) = 2149762fa27dba2421b1a110cca3418acc2e1315641e627ef8ae58f5c5c09d388f69e4b30c77483edf563aeae2c109aab840bda273ebb92d3aaf522d3d4ca08f +Size (cmudict-1.0.15.tar.gz) = 936007 bytes