pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-pygls



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 22 07:46:56 UTC 2025

Modified Files:
        pkgsrc/lang/py-pygls: Makefile PLIST

Log Message:
py-pygls: fix PLIST with latest poetry-core and depend on it


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/py-pygls/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/py-pygls/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-pygls/Makefile
diff -u pkgsrc/lang/py-pygls/Makefile:1.18 pkgsrc/lang/py-pygls/Makefile:1.19
--- pkgsrc/lang/py-pygls/Makefile:1.18  Fri Apr  5 10:54:27 2024
+++ pkgsrc/lang/py-pygls/Makefile       Mon Sep 22 07:46:56 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2024/04/05 10:54:27 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/09/22 07:46:56 wiz Exp $
 
 DISTNAME=      pygls-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygls/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/openlawlibr
 COMMENT=       Pythonic generic implementation of the Language Server Protocol
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-cattrs>=23.1.2:../../devel/py-cattrs
 DEPENDS+=      ${PYPKGPREFIX}-lsprotocol>=2023.0.1:../../lang/py-lsprotocol
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.21.0:../../devel/py-test-asyncio

Index: pkgsrc/lang/py-pygls/PLIST
diff -u pkgsrc/lang/py-pygls/PLIST:1.8 pkgsrc/lang/py-pygls/PLIST:1.9
--- pkgsrc/lang/py-pygls/PLIST:1.8      Thu Nov  2 08:33:13 2023
+++ pkgsrc/lang/py-pygls/PLIST  Mon Sep 22 07:46:56 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2023/11/02 08:33:13 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.9 2025/09/22 07:46:56 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/pygls/__init__.py
 ${PYSITELIB}/pygls/__init__.pyc
 ${PYSITELIB}/pygls/__init__.pyo



Home | Main Index | Thread Index | Old Index