pkgsrc-WIP-changes archive

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

+py-lsp-server in wip



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

Added Files:
	py-lsp-server/DESCR
	py-lsp-server/Makefile
	py-lsp-server/PLIST
	py-lsp-server/distinfo

Log Message:
+py-lsp-server in wip

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

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

diffstat:
 py-lsp-server/DESCR    |  1 +
 py-lsp-server/Makefile | 20 ++++++++++++++++++++
 py-lsp-server/PLIST    |  4 ++++
 py-lsp-server/distinfo |  5 +++++
 4 files changed, 30 insertions(+)

diffs:
diff --git a/py-lsp-server/DESCR b/py-lsp-server/DESCR
new file mode 100644
index 0000000000..11383590db
--- /dev/null
+++ b/py-lsp-server/DESCR
@@ -0,0 +1 @@
+A Python Language Server for the Language Server Protocol
diff --git a/py-lsp-server/Makefile b/py-lsp-server/Makefile
new file mode 100644
index 0000000000..cb3a473049
--- /dev/null
+++ b/py-lsp-server/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	python-lsp-server-1.6.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	category python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-lsp-server/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/python-lsp/python-lsp-server
+COMMENT=	Python Language Server for the Language Server Protocol
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-jedi-[0-9]*:../../editors/py-jedi
+DEPENDS+=	${PYPKGPREFIX}-pluggy>=1.0.0:../../devel/py-pluggy
+DEPENDS+=	${PYPKGPREFIX}-ujson>=5.5.0:../../textproc/py-ujson
+DEPENDS+=	${PYPKGPREFIX}-docstring-to-markdown-[0-9]*:../../wip/py-docstring-to-markdown
+DEPENDS+=	${PYPKGPREFIX}-lsp-jsonrpc>=1.0.0:../../wip/py-lsp-jsonrpc
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-lsp-server/PLIST b/py-lsp-server/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/py-lsp-server/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/py-lsp-server/distinfo b/py-lsp-server/distinfo
new file mode 100644
index 0000000000..c1ae901cfc
--- /dev/null
+++ b/py-lsp-server/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (python-lsp-server-1.6.0.tar.gz) = e30c1f3c90f14585c162ae726fd5236750f2e1ab28c7e6986e53381310a4e577
+SHA512 (python-lsp-server-1.6.0.tar.gz) = e4ab52f334fb1eece3458258ed39bf66eeb6056ed7e243be9c69ce2bac92792786df2fbc1d316133ac5523b44a57e7d89d4d6f18120c748e78ef20570a325c9b
+Size (python-lsp-server-1.6.0.tar.gz) = 85242 bytes


Home | Main Index | Thread Index | Old Index