pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-python-language-server
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 11 13:36:10 UTC 2022
Modified Files:
pkgsrc/lang/py-python-language-server: Makefile
Log Message:
py-python-language-server: stop using versioned_dependencies.mk
(package is python 3.x only)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/py-python-language-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-python-language-server/Makefile
diff -u pkgsrc/lang/py-python-language-server/Makefile:1.6 pkgsrc/lang/py-python-language-server/Makefile:1.7
--- pkgsrc/lang/py-python-language-server/Makefile:1.6 Wed Jan 5 15:41:13 2022
+++ pkgsrc/lang/py-python-language-server/Makefile Tue Oct 11 13:36:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:13 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/10/11 13:36:10 wiz Exp $
DISTNAME= python-language-server-0.36.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -26,8 +26,7 @@ DEPENDS+= ${PYPKGPREFIX}-pluggy-[0-9]*:.
TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_PKG_RESOURCES= yes
@@ -37,6 +36,5 @@ post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} pyls pyls-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index