pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-json5



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 16 13:44:25 UTC 2026

Modified Files:
        pkgsrc/textproc/py-json5: Makefile distinfo

Log Message:
py-json5: updated to 0.14.0

0.14.0 (2026-03-27) This is really just a dependency bump release.

No (non-test) code changes.
Upgraded to latest packages for dev dependencies
Silenced a couple of warnings from the latest pylint where it can't deal with both unreachable code and a bad return value.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-json5/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-json5/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-json5/Makefile
diff -u pkgsrc/textproc/py-json5/Makefile:1.9 pkgsrc/textproc/py-json5/Makefile:1.10
--- pkgsrc/textproc/py-json5/Makefile:1.9       Thu Jan  8 14:27:53 2026
+++ pkgsrc/textproc/py-json5/Makefile   Thu Apr 16 13:44:25 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2026/01/08 14:27:53 adam Exp $
+# $NetBSD: Makefile,v 1.10 2026/04/16 13:44:25 adam Exp $
 
-DISTNAME=      json5-0.13.0
+DISTNAME=      json5-0.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/json5/}
@@ -14,9 +14,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} pyjson5 pyjson5-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES=    pyjson5
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-json5/distinfo
diff -u pkgsrc/textproc/py-json5/distinfo:1.8 pkgsrc/textproc/py-json5/distinfo:1.9
--- pkgsrc/textproc/py-json5/distinfo:1.8       Thu Jan  8 14:27:53 2026
+++ pkgsrc/textproc/py-json5/distinfo   Thu Apr 16 13:44:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/01/08 14:27:53 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/04/16 13:44:25 adam Exp $
 
-BLAKE2s (json5-0.13.0.tar.gz) = c07f73501ea9890eef394079cec98f56106ce03bf03db05382da622f48d33f77
-SHA512 (json5-0.13.0.tar.gz) = c8ad19c804e4d84ee59e0ebfcb3b47389ead33e9c3095ef9cf7a673044b36ceac32c41fefdf18ac9067ac9602ff1fb113eba0201c70f437697492c248a05d0fe
-Size (json5-0.13.0.tar.gz) = 52441 bytes
+BLAKE2s (json5-0.14.0.tar.gz) = f434491fd0bcd1453955b15805260883c6451470490ee4577c245f14bc9399c0
+SHA512 (json5-0.14.0.tar.gz) = 3152ad58d4596beb07450b5cb9a21a99cea76f56c53fddf77d4835177f7c8206268db07eca61e50bb00a25a53e3aebd5512544fd962c1e70a7b71bb0d126c5d9
+Size (json5-0.14.0.tar.gz) = 52656 bytes



Home | Main Index | Thread Index | Old Index