svn commit: r566681 - in head/textproc: . py-pyls-spyder

Rainer Hurling rhurlin at FreeBSD.org
Sat Feb 27 09:18:57 UTC 2021


Author: rhurlin
Date: Sat Feb 27 09:18:56 2021
New Revision: 566681
URL: https://svnweb.freebsd.org/changeset/ports/566681

Log:
  New port: textproc/py-pyls-spyder: Spyder extensions for the python-language-server (pyls)
  
  https://github.com/spyder-ide/pyls-spyder

Added:
  head/textproc/py-pyls-spyder/
  head/textproc/py-pyls-spyder/Makefile   (contents, props changed)
  head/textproc/py-pyls-spyder/distinfo   (contents, props changed)
  head/textproc/py-pyls-spyder/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Feb 27 09:17:47 2021	(r566680)
+++ head/textproc/Makefile	Sat Feb 27 09:18:56 2021	(r566681)
@@ -1360,6 +1360,7 @@
     SUBDIR += py-pyjade
     SUBDIR += py-pykwalify
     SUBDIR += py-pylons-sphinx-themes
+    SUBDIR += py-pyls-spyder
     SUBDIR += py-pypa-docs-theme
     SUBDIR += py-pypandoc
     SUBDIR += py-pyphen

Added: head/textproc/py-pyls-spyder/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pyls-spyder/Makefile	Sat Feb 27 09:18:56 2021	(r566681)
@@ -0,0 +1,23 @@
+# Created by: Rainer Hurling <rhurlin at gwdg.de>
+# $FreeBSD$
+
+PORTNAME=	pyls-spyder
+PORTVERSION=	0.3.2
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	rhurlin at FreeBSD.org
+COMMENT=	Spyder extensions for the python-language-server (pyls)
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-language-server>0:textproc/py-python-language-server@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-pyls-spyder/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pyls-spyder/distinfo	Sat Feb 27 09:18:56 2021	(r566681)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1614413190
+SHA256 (pyls-spyder-0.3.2.tar.gz) = f2be1b05f2c7a72565b28de7289d2c2b16052b88e46914279a2d631e074ed158
+SIZE (pyls-spyder-0.3.2.tar.gz) = 7357

Added: head/textproc/py-pyls-spyder/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pyls-spyder/pkg-descr	Sat Feb 27 09:18:56 2021	(r566681)
@@ -0,0 +1,7 @@
+Spyder extensions for the python-language-server (pyls).
+
+Provides Spyder-specific extras for the Language Server
+Protocol (LSP) on Python, such as document symbol searching
+and others.
+
+WWW: https://github.com/spyder-ide/pyls-spyder


More information about the svn-ports-all mailing list