pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ijson



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 22 15:05:47 UTC 2024

Modified Files:
        pkgsrc/devel/py-ijson: Makefile PLIST distinfo

Log Message:
py-ijson: updated to 3.3.0

3.3.0

* Removed support for Python 2.7 and 3.4,
  3.5+ is still supported.
* Distribute the existing `benchmark.py` script
  as ``ijson.benchmark``.
  The module is an improved version of the script,
  supporting #iterations for a given function invocation,
  multiple input files,
  and more.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-ijson/Makefile \
    pkgsrc/devel/py-ijson/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-ijson/PLIST

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

Modified files:

Index: pkgsrc/devel/py-ijson/Makefile
diff -u pkgsrc/devel/py-ijson/Makefile:1.4 pkgsrc/devel/py-ijson/Makefile:1.5
--- pkgsrc/devel/py-ijson/Makefile:1.4  Sat Nov  4 14:02:24 2023
+++ pkgsrc/devel/py-ijson/Makefile      Mon Jul 22 15:05:46 2024
@@ -1,17 +1,20 @@
-# $NetBSD: Makefile,v 1.4 2023/11/04 14:02:24 js Exp $
+# $NetBSD: Makefile,v 1.5 2024/07/22 15:05:46 adam Exp $
 
-DISTNAME=      ijson-3.2.3
+DISTNAME=      ijson-3.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
-GITHUB_PROJECT=        ijson
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=ICRAR/}
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ijson/}
 
 MAINTAINER=    js%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/ICRAR/ijson
 COMMENT=       Iterative JSON parser with standard Python iterator interfaces
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../devel/yajl/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-ijson/distinfo
diff -u pkgsrc/devel/py-ijson/distinfo:1.4 pkgsrc/devel/py-ijson/distinfo:1.5
--- pkgsrc/devel/py-ijson/distinfo:1.4  Sat Nov  4 14:02:24 2023
+++ pkgsrc/devel/py-ijson/distinfo      Mon Jul 22 15:05:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/11/04 14:02:24 js Exp $
+$NetBSD: distinfo,v 1.5 2024/07/22 15:05:46 adam Exp $
 
-BLAKE2s (ijson-3.2.3.tar.gz) = 83b1d1b3ba5fdf6ec317a499381ef22f244e0fd5c8b99d13d923e5adff1d8389
-SHA512 (ijson-3.2.3.tar.gz) = cfdbf8efce072f00c4b3c61dd8b3f3164fd5ab757ac18783de992fe25e5ecbcdee92fe728f1345a37996625ab2ddfef6859dfdbdca7a7ece8f3d99750a9d60b0
-Size (ijson-3.2.3.tar.gz) = 128266 bytes
+BLAKE2s (ijson-3.3.0.tar.gz) = 0126d5b73510828992acc79d1577171860be56d5c7d55730100c85e38393f669
+SHA512 (ijson-3.3.0.tar.gz) = 9517919b98904608f81ee0292968e9c8951e3e96cdec286d945eebcd94ae6322c08a878ebfabce3e226646bf04488710274563b1f48048707bc78e51941b5d23
+Size (ijson-3.3.0.tar.gz) = 60079 bytes

Index: pkgsrc/devel/py-ijson/PLIST
diff -u pkgsrc/devel/py-ijson/PLIST:1.3 pkgsrc/devel/py-ijson/PLIST:1.4
--- pkgsrc/devel/py-ijson/PLIST:1.3     Sat Nov  4 14:02:24 2023
+++ pkgsrc/devel/py-ijson/PLIST Mon Jul 22 15:05:46 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2023/11/04 14:02:24 js 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.4 2024/07/22 15:05:46 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}/ijson/__init__.py
 ${PYSITELIB}/ijson/__init__.pyc
 ${PYSITELIB}/ijson/__init__.pyo
@@ -28,6 +29,9 @@ ${PYSITELIB}/ijson/backends/yajl2_c.pyo
 ${PYSITELIB}/ijson/backends/yajl2_cffi.py
 ${PYSITELIB}/ijson/backends/yajl2_cffi.pyc
 ${PYSITELIB}/ijson/backends/yajl2_cffi.pyo
+${PYSITELIB}/ijson/benchmark.py
+${PYSITELIB}/ijson/benchmark.pyc
+${PYSITELIB}/ijson/benchmark.pyo
 ${PYSITELIB}/ijson/common.py
 ${PYSITELIB}/ijson/common.pyc
 ${PYSITELIB}/ijson/common.pyo



Home | Main Index | Thread Index | Old Index