Changeset View
Changeset View
Standalone View
Standalone View
pspec_x86_64.xml
- This file was added.
| <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 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.