Skip to content

Commit

Permalink
py-cmudict: update to 1.0.15
Browse files Browse the repository at this point in the history
(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)
  • Loading branch information
dhgutteridge committed Oct 17, 2023
1 parent 98ff604 commit c86bc83
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
8 changes: 5 additions & 3 deletions textproc/py-cmudict/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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
Expand All @@ -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"
15 changes: 8 additions & 7 deletions textproc/py-cmudict/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-cmudict/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c86bc83

Please sign in to comment.