pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-ujson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 12:29:15 UTC 2025

Modified Files:
        pkgsrc/textproc/py-ujson: Makefile PLIST

Log Message:
py-ujson: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-ujson/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-ujson/PLIST

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-ujson/Makefile
diff -u pkgsrc/textproc/py-ujson/Makefile:1.24 pkgsrc/textproc/py-ujson/Makefile:1.25
--- pkgsrc/textproc/py-ujson/Makefile:1.24      Sun Feb  2 10:38:04 2025
+++ pkgsrc/textproc/py-ujson/Makefile   Sun Apr 13 12:29:15 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2025/02/02 10:38:04 he Exp $
+# $NetBSD: Makefile,v 1.25 2025/04/13 12:29:15 wiz Exp $
 
 DISTNAME=      ujson-5.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/ujson/}
 
@@ -10,12 +11,10 @@ HOMEPAGE=   https://github.com/esnme/ultra
 COMMENT=       Ultra fast JSON encoder and decoder for Python
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-ujson/PLIST
diff -u pkgsrc/textproc/py-ujson/PLIST:1.2 pkgsrc/textproc/py-ujson/PLIST:1.3
--- pkgsrc/textproc/py-ujson/PLIST:1.2  Mon Dec 11 16:57:49 2023
+++ pkgsrc/textproc/py-ujson/PLIST      Sun Apr 13 12:29:15 2025
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2023/12/11 16:57:49 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.3 2025/04/13 12:29:15 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/ujson.so



Home | Main Index | Thread Index | Old Index