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: adam
Date: Sat Aug 10 06:47:34 UTC 2024
Modified Files:
pkgsrc/lang/py-lsp-server: Makefile
Log Message:
py-lsp-server: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/py-lsp-server/Makefile
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.17 pkgsrc/lang/py-lsp-server/Makefile:1.18
--- pkgsrc/lang/py-lsp-server/Makefile:1.17 Fri Apr 5 10:50:23 2024
+++ pkgsrc/lang/py-lsp-server/Makefile Sat Aug 10 06:47:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2024/04/05 10:50:23 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/08/10 06:47:34 adam Exp $
DISTNAME= python-lsp-server-1.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -39,7 +39,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-pandas-[0-
TEST_DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-rope -> py-toolconfig -> py-sphinx
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
Home |
Main Index |
Thread Index |
Old Index