pkgsrc-WIP-changes archive

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

+py-pyls-spyder in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 4 16:52:27 2022 +0000
Changeset:	8c348d70ed4addecc67f7eb8453b10d542212669

Modified Files:
	Makefile
Added Files:
	py-pyls-spyder/DESCR
	py-pyls-spyder/Makefile
	py-pyls-spyder/PLIST
	py-pyls-spyder/distinfo

Log Message:
+py-pyls-spyder in wip

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

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

diffstat:
 Makefile                |  1 +
 py-pyls-spyder/DESCR    |  3 +++
 py-pyls-spyder/Makefile | 18 ++++++++++++++++++
 py-pyls-spyder/PLIST    | 16 ++++++++++++++++
 py-pyls-spyder/distinfo |  5 +++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d52f4f4f40..c7211f457e 100644
--- a/Makefile
+++ b/Makefile
@@ -4462,6 +4462,7 @@ SUBDIR+=	py-pykit-shared
 SUBDIR+=	py-pylith
 SUBDIR+=	py-pylint-venv
 SUBDIR+=	py-pylons
+SUBDIR+=	py-pyls-spyder
 SUBDIR+=	py-pymatgen
 SUBDIR+=	py-pymbolic
 SUBDIR+=	py-pymdown-extensions
diff --git a/py-pyls-spyder/DESCR b/py-pyls-spyder/DESCR
new file mode 100644
index 0000000000..a1c3e7d746
--- /dev/null
+++ b/py-pyls-spyder/DESCR
@@ -0,0 +1,3 @@
+Spyder extensions for the python-lsp-server. This package
+provides Spyder-specific extras for the Language Server Protocol
+on Python, such as document symbol searching and others.
diff --git a/py-pyls-spyder/Makefile b/py-pyls-spyder/Makefile
new file mode 100644
index 0000000000..d48940998a
--- /dev/null
+++ b/py-pyls-spyder/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	pyls-spyder-0.4.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pyls-spyder/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+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
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pyls-spyder/PLIST b/py-pyls-spyder/PLIST
new file mode 100644
index 0000000000..a890d769ab
--- /dev/null
+++ b/py-pyls-spyder/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD$
+${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}/pyls_spyder/__init__.py
+${PYSITELIB}/pyls_spyder/__init__.pyc
+${PYSITELIB}/pyls_spyder/__init__.pyo
+${PYSITELIB}/pyls_spyder/plugin.py
+${PYSITELIB}/pyls_spyder/plugin.pyc
+${PYSITELIB}/pyls_spyder/plugin.pyo
+${PYSITELIB}/pyls_spyder/utils.py
+${PYSITELIB}/pyls_spyder/utils.pyc
+${PYSITELIB}/pyls_spyder/utils.pyo
diff --git a/py-pyls-spyder/distinfo b/py-pyls-spyder/distinfo
new file mode 100644
index 0000000000..71cb9caaea
--- /dev/null
+++ b/py-pyls-spyder/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pyls-spyder-0.4.0.tar.gz) = ec3c1852d657dcbd961644cee971f33da4aaba023370cd91454e89cc37f38b50
+SHA512 (pyls-spyder-0.4.0.tar.gz) = 0231efb77875d164b365af1d1c0286ba2b5c002c4e34b8e128ac0e758edda962aa7d6dfe4a345ec43e226e3cd989575b3980f380237b6df174416bb3ef6b5c84
+Size (pyls-spyder-0.4.0.tar.gz) = 7427 bytes


Home | Main Index | Thread Index | Old Index