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:           Fri Nov  5 13:18:01 UTC 2021

Modified Files:
        pkgsrc/lang/py-lsp-server: Makefile PLIST

Log Message:
py-lsp-server: cleanups


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/py-lsp-server/Makefile \
    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.1 pkgsrc/lang/py-lsp-server/Makefile:1.2
--- pkgsrc/lang/py-lsp-server/Makefile:1.1      Fri Nov  5 12:36:15 2021
+++ pkgsrc/lang/py-lsp-server/Makefile  Fri Nov  5 13:18:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/11/05 12:36:15 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/05 13:18:00 adam Exp $
 
 DISTNAME=      python-lsp-server-1.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -35,11 +35,11 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-flaky-[0-9
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-pylint, py-parso via py-jedi
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} pylsp pylsp-${PYVERSSUFFIX}
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} pylsp pylsp-${PYVERSSUFFIX} || ${TRUE}
 
 do-test:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} py.test-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} pytest-${PYVERSSUFFIX}
 
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-lsp-server/PLIST
diff -u pkgsrc/lang/py-lsp-server/PLIST:1.1 pkgsrc/lang/py-lsp-server/PLIST:1.2
--- pkgsrc/lang/py-lsp-server/PLIST:1.1 Fri Nov  5 12:36:15 2021
+++ pkgsrc/lang/py-lsp-server/PLIST     Fri Nov  5 13:18:00 2021
@@ -1,5 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2021/11/05 12:36:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/05 13:18:00 adam Exp $
 bin/pylsp-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/pylsp/__init__.py
 ${PYSITELIB}/pylsp/__init__.pyc
 ${PYSITELIB}/pylsp/__init__.pyo
@@ -105,9 +111,3 @@ ${PYSITELIB}/pylsp/uris.pyo
 ${PYSITELIB}/pylsp/workspace.py
 ${PYSITELIB}/pylsp/workspace.pyc
 ${PYSITELIB}/pylsp/workspace.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt



Home | Main Index | Thread Index | Old Index