Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10708721
D9428.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
11 KB
Referenced Files
None
Subscribers
None
D9428.id.diff
View Options
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,40 @@
+name : python-language-server
+version : 0.34.1
+release : 1
+source :
+ - https://github.com/palantir/python-language-server/archive/0.34.1.tar.gz : 21effbc5dd2c060d3104dbd992457106c769e4047c76cd4fdc926887827ab1f8
+homepage : https://github.com/palantir/python-language-server
+license : MIT
+component : programming.python
+summary : An implementation of the Language Server Protocol for Python
+description: |
+ An implementation of the Language Server Protocol for Python
+builddeps :
+ - autopep8
+ - flake8
+ - matplotlib
+ - pydocstyle
+ - pyflakes
+ - pylint
+ - python-jsonrpc-server
+ - python-mock
+ - python-pandas
+ - python-pytest-cov
+ - python-rope
+ - python3-jedi
+ - python3-qt5
+ - yapf
+rundeps :
+ - python-jsonrpc-server
+ - python-pluggy
+ - python3-jedi
+ - yapf
+setup : |
+ # drop ujson version
+ sed -i 's/ujson<=1.35;/ujson;/' setup.py
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ %python3_test pytest3 -v
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-language-server</Name>
+ <Homepage>https://github.com/palantir/python-language-server</Homepage>
+ <Packager>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">An implementation of the Language Server Protocol for Python</Summary>
+ <Description xml:lang="en">An implementation of the Language Server Protocol for Python
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-language-server</Name>
+ <Summary xml:lang="en">An implementation of the Language Server Protocol for Python</Summary>
+ <Description xml:lang="en">An implementation of the Language Server Protocol for Python
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/pyls</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__main__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__pycache__/__main__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__pycache__/_utils.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__pycache__/_version.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__pycache__/hookspecs.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__pycache__/lsp.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__pycache__/python_ls.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__pycache__/uris.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/__pycache__/workspace.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/_utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/_version.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/config/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/config/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/config/__pycache__/config.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/config/__pycache__/flake8_conf.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/config/__pycache__/pycodestyle_conf.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/config/__pycache__/source.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/config/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/config/flake8_conf.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/config/pycodestyle_conf.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/config/source.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/hookspecs.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/lsp.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/autopep8_format.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/definition.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/flake8_lint.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/folding.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/highlight.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/hover.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/jedi_completion.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/jedi_rename.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/mccabe_lint.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/preload_imports.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/pycodestyle_lint.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/pydocstyle_lint.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/pyflakes_lint.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/pylint_lint.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/references.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/rope_completion.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/rope_rename.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/signature.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/symbols.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/__pycache__/yapf_format.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/autopep8_format.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/definition.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/flake8_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/folding.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/highlight.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/hover.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/jedi_completion.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/jedi_rename.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/mccabe_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/preload_imports.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/pycodestyle_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/pydocstyle_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/pyflakes_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/pylint_lint.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/references.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/rope_completion.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/rope_rename.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/signature.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/symbols.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/plugins/yapf_format.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/python_ls.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/uris.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/pyls/workspace.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_language_server-0.34.1-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_language_server-0.34.1-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_language_server-0.34.1-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_language_server-0.34.1-py3.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_language_server-0.34.1-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/python_language_server-0.34.1-py3.7.egg-info/top_level.txt</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-08-12</Date>
+ <Version>0.34.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
Details
Attached
Mime Type
text/plain
Expires
Apr 28 2023, 7:33 PM (14 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802122
Default Alt Text
D9428.id.diff (11 KB)
Attached To
Mode
D9428: Initial inclusion of python-language-server
Attached
Detach File
Event Timeline
Log In to Comment