pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-lsp-jsonrpc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 18:26:48 UTC 2025

Modified Files:
        pkgsrc/textproc/py-lsp-jsonrpc: Makefile PLIST

Log Message:
py-lsp-jsonrpc: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-lsp-jsonrpc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-lsp-jsonrpc/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-lsp-jsonrpc/Makefile
diff -u pkgsrc/textproc/py-lsp-jsonrpc/Makefile:1.5 pkgsrc/textproc/py-lsp-jsonrpc/Makefile:1.6
--- pkgsrc/textproc/py-lsp-jsonrpc/Makefile:1.5 Mon Nov 11 07:29:04 2024
+++ pkgsrc/textproc/py-lsp-jsonrpc/Makefile     Sun Apr 13 18:26:48 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2024/11/11 07:29:04 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/13 18:26:48 wiz Exp $
 
 DISTNAME=      python-lsp-jsonrpc-1.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
+PKGREVISION=   1
 CATEGORIES=    textproc net devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-lsp-jsonrpc/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/python-lsp/
 COMMENT=       Asynchronous JSON RPC server for Python (fork of python-jsonrpc-server)
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-ujson>=3.0.0:../../textproc/py-ujson
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
@@ -22,7 +23,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-coverage-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-lsp-jsonrpc/PLIST
diff -u pkgsrc/textproc/py-lsp-jsonrpc/PLIST:1.2 pkgsrc/textproc/py-lsp-jsonrpc/PLIST:1.3
--- pkgsrc/textproc/py-lsp-jsonrpc/PLIST:1.2    Tue Nov  7 09:33:54 2023
+++ pkgsrc/textproc/py-lsp-jsonrpc/PLIST        Sun Apr 13 18:26:48 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/11/07 09:33:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/04/13 18:26:48 wiz Exp $
 ${PYSITELIB}/pylsp_jsonrpc/__init__.py
 ${PYSITELIB}/pylsp_jsonrpc/__init__.pyc
 ${PYSITELIB}/pylsp_jsonrpc/__init__.pyo
@@ -17,8 +17,8 @@ ${PYSITELIB}/pylsp_jsonrpc/exceptions.py
 ${PYSITELIB}/pylsp_jsonrpc/streams.py
 ${PYSITELIB}/pylsp_jsonrpc/streams.pyc
 ${PYSITELIB}/pylsp_jsonrpc/streams.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt



Home | Main Index | Thread Index | Old Index