pkgsrc-WIP-changes archive

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

*: fix path to py-lsp-server



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sat May 6 19:11:15 2023 +0200
Changeset:	00501217cc0aefd28c7d411d572230e782817fb3

Modified Files:
	py-pyls-spyder/Makefile
	spyder/Makefile

Log Message:
*: fix path to py-lsp-server

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=00501217cc0aefd28c7d411d572230e782817fb3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pyls-spyder/Makefile |  2 +-
 spyder/Makefile         | 11 +++++------
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-pyls-spyder/Makefile b/py-pyls-spyder/Makefile
index d48940998a..1d57bcfaa8 100644
--- a/py-pyls-spyder/Makefile
+++ b/py-pyls-spyder/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/spyder-ide/pyls-spyder
 COMMENT=	Spyder extensions for the python-lsp-server
 LICENSE=	mit
 
-DEPENDS+=	${PYPKGPREFIX}-lsp-server>=1.0.1:../../wip/py-lsp-server
+DEPENDS+=	${PYPKGPREFIX}-lsp-server>=1.0.1:../../lang/py-lsp-server
 
 USE_LANGUAGES=	# none
 
diff --git a/spyder/Makefile b/spyder/Makefile
index a811898f84..ad205f774d 100644
--- a/spyder/Makefile
+++ b/spyder/Makefile
@@ -6,11 +6,9 @@ MASTER_SITES=	${MASTER_SITE_PYPI:=s/spyder/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://pypi.org/project/spyder/
-COMMENT=	Scientific PYthon Development EnviRonment, an alternative t>
+COMMENT=	Scientific Python Development Environment
 LICENSE=	mit
 
-USE_TOOLS+=	bash
-
 DEPENDS+=	${PYPKGPREFIX}-pickleshare>=0.4:../../databases/py-pickleshare
 DEPENDS+=	${PYPKGPREFIX}-jedi>=0.17.2:../../editors/py-jedi
 DEPENDS+=	${PYPKGPREFIX}-chardet>=2.0.0:../../converters/py-chardet
@@ -20,7 +18,7 @@ DEPENDS+=	${PYPKGPREFIX}-cloudpickle>=2.2.0:../../wip/py-cloudpickle
 DEPENDS+=	${PYPKGPREFIX}-cookiecutter>=2.1.1:../../devel/py-cookiecutter
 DEPENDS+=	${PYPKGPREFIX}-pylint>=2.5.0:../../devel/py-pylint
 DEPENDS+=	${PYPKGPREFIX}-pyls-spyder>=0.4.0:../../wip/py-pyls-spyder
-DEPENDS+=	${PYPKGPREFIX}-lsp-server>=1.5.0:../../wip/py-lsp-server
+DEPENDS+=	${PYPKGPREFIX}-lsp-server>=1.5.0:../../lang/py-lsp-server
 DEPENDS+=	${PYPKGPREFIX}-lsp-black>=1.2.1:../../wip/py-lsp-black
 DEPENDS+=	${PYPKGPREFIX}-spyder-kernels>=2.4.0:../../wip/py-spyder-kernels
 DEPENDS+=	${PYPKGPREFIX}-textdistance>=4.2.0:../../wip/py-textdistance
@@ -50,9 +48,10 @@ DEPENDS+=	${PYPKGPREFIX}-rtree>=1.0.1:../../wip/py-rtree
 DEPENDS+=	${PYPKGPREFIX}-nbconvert-[0-9]*:../../www/py-nbconvert
 DEPENDS+=	${PYPKGPREFIX}-pylint-venv>=2.1.1:../../wip/py-pylint-venv
 
+USE_TOOLS+=	bash
 
-REPLACE_BASH+=	spyder/plugins/ipythonconsole/scripts/conda-activate.sh \
-		spyder/utils/check-git.sh
+REPLACE_BASH+=	spyder/plugins/ipythonconsole/scripts/conda-activate.sh
+REPLACE_BASH+=	spyder/utils/check-git.sh
 
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"


Home | Main Index | Thread Index | Old Index