pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-simplejson



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 20 14:12:08 UTC 2024

Modified Files:
        pkgsrc/converters/py-simplejson: Makefile PLIST distinfo

Log Message:
py-simplejson: updated to 3.19.3

Version 3.19.3 released 2024-08-14

* Updated test & build matrix to include Python 3.13.
  Dropped wheel support for Python 2.7 on macOS.
  https://github.com/simplejson/simplejson/pull/326


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/converters/py-simplejson/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/converters/py-simplejson/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/converters/py-simplejson/distinfo

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

Modified files:

Index: pkgsrc/converters/py-simplejson/Makefile
diff -u pkgsrc/converters/py-simplejson/Makefile:1.50 pkgsrc/converters/py-simplejson/Makefile:1.51
--- pkgsrc/converters/py-simplejson/Makefile:1.50       Sat Oct  7 20:10:32 2023
+++ pkgsrc/converters/py-simplejson/Makefile    Tue Aug 20 14:12:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2023/10/07 20:10:32 adam Exp $
+# $NetBSD: Makefile,v 1.51 2024/08/20 14:12:08 adam Exp $
 
-DISTNAME=      simplejson-3.19.2
+DISTNAME=      simplejson-3.19.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/simplejson/}
@@ -10,5 +10,8 @@ HOMEPAGE=     https://github.com/simplejson/
 COMMENT=       Simple, fast, complete and extensible JSON encoder/decoder
 LICENSE=       mit
 
-.include "../../lang/python/egg.mk"
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/converters/py-simplejson/PLIST
diff -u pkgsrc/converters/py-simplejson/PLIST:1.16 pkgsrc/converters/py-simplejson/PLIST:1.17
--- pkgsrc/converters/py-simplejson/PLIST:1.16  Sat Jul 10 05:42:43 2021
+++ pkgsrc/converters/py-simplejson/PLIST       Tue Aug 20 14:12:08 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.16 2021/07/10 05:42:43 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.17 2024/08/20 14:12:08 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/simplejson/__init__.py
 ${PYSITELIB}/simplejson/__init__.pyc
 ${PYSITELIB}/simplejson/__init__.pyo

Index: pkgsrc/converters/py-simplejson/distinfo
diff -u pkgsrc/converters/py-simplejson/distinfo:1.41 pkgsrc/converters/py-simplejson/distinfo:1.42
--- pkgsrc/converters/py-simplejson/distinfo:1.41       Sat Oct  7 20:10:32 2023
+++ pkgsrc/converters/py-simplejson/distinfo    Tue Aug 20 14:12:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2023/10/07 20:10:32 adam Exp $
+$NetBSD: distinfo,v 1.42 2024/08/20 14:12:08 adam Exp $
 
-BLAKE2s (simplejson-3.19.2.tar.gz) = 830ee3c198dec71c0672a8cc572f48c14fdd10f91a0026cccaed2b9309f61b32
-SHA512 (simplejson-3.19.2.tar.gz) = d92bf617e27b66d93a5d176d38c0c6ae2777728d1e43fdb8054cc9c2b50e3f340079c82dd3ec1af36c8d6380833d16e8eecdc8dd950bba953c195256b44b46c5
-Size (simplejson-3.19.2.tar.gz) = 85311 bytes
+BLAKE2s (simplejson-3.19.3.tar.gz) = cfb3ac417797b6dfa25d5629ef3f20dd5d253117a4e2b7cfbfe955bba27b1a12
+SHA512 (simplejson-3.19.3.tar.gz) = 257c10c4c84201f1d9c4d77e823c4ef393bf7214c8947e4c95bcfe7c09140ff1b974cc5b00a6e659961263380673d3c4b67a1b37f878888ed049f1db0b663c92
+Size (simplejson-3.19.3.tar.gz) = 85237 bytes



Home | Main Index | Thread Index | Old Index