pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-lsp-server
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 13 19:05:17 UTC 2025
Modified Files:
pkgsrc/lang/py-lsp-server: Makefile PLIST
Log Message:
py-lsp-server: fix for setuptools>=78
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/py-lsp-server/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py-lsp-server/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/py-lsp-server/Makefile
diff -u pkgsrc/lang/py-lsp-server/Makefile:1.24 pkgsrc/lang/py-lsp-server/Makefile:1.25
--- pkgsrc/lang/py-lsp-server/Makefile:1.24 Sun Feb 23 16:59:20 2025
+++ pkgsrc/lang/py-lsp-server/Makefile Sun Apr 13 19:05:17 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2025/02/23 16:59:20 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/04/13 19:05:17 wiz Exp $
DISTNAME= python_lsp_server-1.12.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python_//:S/_/-/}
+PKGREVISION= 1
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-lsp-server/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/python-lsp/
COMMENT= Implementation of the Language Server Protocol for Python
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.3:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-docstring-to-markdown-[0-9]*:../../textproc/py-docstring-to-markdown
DEPENDS+= ${PYPKGPREFIX}-jedi>=0.17.2:../../editors/py-jedi
Index: pkgsrc/lang/py-lsp-server/PLIST
diff -u pkgsrc/lang/py-lsp-server/PLIST:1.5 pkgsrc/lang/py-lsp-server/PLIST:1.6
--- pkgsrc/lang/py-lsp-server/PLIST:1.5 Fri Apr 5 10:50:23 2024
+++ pkgsrc/lang/py-lsp-server/PLIST Sun Apr 13 19:05:17 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/04/05 10:50:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/13 19:05:17 wiz Exp $
bin/pylsp-${PYVERSSUFFIX}
${PYSITELIB}/pylsp/__init__.py
${PYSITELIB}/pylsp/__init__.pyc
@@ -114,9 +114,9 @@ ${PYSITELIB}/pylsp/uris.pyo
${PYSITELIB}/pylsp/workspace.py
${PYSITELIB}/pylsp/workspace.pyc
${PYSITELIB}/pylsp/workspace.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
Home |
Main Index |
Thread Index |
Old Index