Page MenuHomeSolus

D11637.id28208.diff
No OneTemporary

D11637.id28208.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,45 @@
+name : python-lsp-server
+version : 1.2.1
+release : 1
+source :
+ - https://files.pythonhosted.org/packages/source/p/python-lsp-server/python-lsp-server-1.2.1.tar.gz : fe10b8f1ef7cd4f5b4aafcb5e29a2bbd454459442d434bbe1af97d2f3a94f55c
+homepage : https://github.com/python-lsp/python-lsp-server
+license : MIT
+component : programming.python
+summary : Python Language Server for the Language Server Protocol
+description: |
+ Fork of the python-language-server project, maintained by the Spyder IDE team and the community. This is a Python 3.6+ implementation of the Language Server Protocol.
+builddeps :
+ - autopep8
+ - flake8
+ - matplotlib
+ - pydocstyle
+ - pyflakes
+ - pylint
+ - python-flaky
+ - python-jedi
+ - python-lsp-jsonrpc
+ - python-pandas
+ - python-pytest-cov
+ - python-qtpy
+ - python-rope
+ - python-ujson
+ - yapf
+rundeps :
+ - autopep8
+ - flake8
+ - pydocstyle
+ - pyflakes
+ - pylint
+ - python-jedi
+ - python-lsp-jsonrpc
+ - python-pluggy
+ - python-rope
+ - python-ujson
+ - yapf
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ %python3_test pytest3
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,111 @@
+<PISI>
+ <Source>
+ <Name>python-lsp-server</Name>
+ <Homepage>https://github.com/python-lsp/python-lsp-server</Homepage>
+ <Packager>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Python Language Server for the Language Server Protocol</Summary>
+ <Description xml:lang="en">Fork of the python-language-server project, maintained by the Spyder IDE team and the community. This is a Python 3.6+ implementation of the Language Server Protocol.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-lsp-server</Name>
+ <Summary xml:lang="en">Python Language Server for the Language Server Protocol</Summary>
+ <Description xml:lang="en">Fork of the python-language-server project, maintained by the Spyder IDE team and the community. This is a Python 3.6+ implementation of the Language Server Protocol.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/pylsp</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__pycache__/__main__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__pycache__/_utils.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__pycache__/_version.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__pycache__/hookspecs.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__pycache__/lsp.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__pycache__/python_lsp.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__pycache__/uris.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/__pycache__/workspace.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/_version.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/config/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/config/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/config/__pycache__/config.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/config/__pycache__/flake8_conf.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/config/__pycache__/pycodestyle_conf.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/config/__pycache__/source.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/config/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/config/flake8_conf.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/config/pycodestyle_conf.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/config/source.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/hookspecs.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/lsp.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/__init__.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/autopep8_format.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/definition.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/flake8_lint.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/folding.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/highlight.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/hover.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/jedi_completion.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/jedi_rename.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/mccabe_lint.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/preload_imports.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/pycodestyle_lint.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/pydocstyle_lint.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/pyflakes_lint.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/pylint_lint.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/references.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/rope_completion.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/rope_rename.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/signature.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/symbols.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/__pycache__/yapf_format.cpython-39.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/autopep8_format.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/definition.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/flake8_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/folding.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/highlight.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/hover.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/jedi_completion.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/jedi_rename.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/mccabe_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/preload_imports.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/pycodestyle_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/pydocstyle_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/pyflakes_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/pylint_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/references.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/rope_completion.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/rope_rename.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/signature.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/symbols.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/plugins/yapf_format.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/python_lsp.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/uris.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/pylsp/workspace.py</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/python_lsp_server-1.2.1-py3.9.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/python_lsp_server-1.2.1-py3.9.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/python_lsp_server-1.2.1-py3.9.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/python_lsp_server-1.2.1-py3.9.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/python_lsp_server-1.2.1-py3.9.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.9/site-packages/python_lsp_server-1.2.1-py3.9.egg-info/top_level.txt</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-08-13</Date>
+ <Version>1.2.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 12:28 AM (2 h, 45 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5809423
Default Alt Text
D11637.id28208.diff (11 KB)

Event Timeline