Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-language-server | name : python-language-server | ||||
| version : 0.34.1 | version : 0.36.1 | ||||
| release : 2 | release : 3 | ||||
| source : | source : | ||||
| - https://github.com/palantir/python-language-server/archive/0.34.1.tar.gz : e340614e2fb8428a5e12ebd40fa017832fb34627b43cab8d14b18fe6aced870c | - https://github.com/palantir/python-language-server/archive/0.36.1.tar.gz : 7320643efb01be8956557cead3d46e782d6db4e3ca351bb659d09c00bd70c44a | ||||
| homepage : https://github.com/palantir/python-language-server | homepage : https://github.com/palantir/python-language-server | ||||
| license : MIT | license : MIT | ||||
| component : programming.python | component : programming.python | ||||
| summary : An implementation of the Language Server Protocol for Python | summary : An implementation of the Language Server Protocol for Python | ||||
| description: | | description: | | ||||
| An implementation of the Language Server Protocol for Python | An implementation of the Language Server Protocol for Python | ||||
| builddeps : | builddeps : | ||||
| - autopep8 | - autopep8 | ||||
| - flake8 | - flake8 | ||||
| - matplotlib | - matplotlib | ||||
| - pydocstyle | - pydocstyle | ||||
| - pyflakes | - pyflakes | ||||
| - pylint | - pylint | ||||
| - python-flaky | |||||
| - python-jsonrpc-server | - python-jsonrpc-server | ||||
| - python-mock | - python-mock | ||||
| - python-pandas | - python-pandas | ||||
| - python-pytest-cov | - python-pytest-cov | ||||
| - python-rope | - python-rope | ||||
| - python3-jedi | - python3-jedi | ||||
| - python3-qt5 | - python3-qt5 | ||||
| - yapf | - yapf | ||||
| rundeps : | rundeps : | ||||
| - python-jsonrpc-server | - python-jsonrpc-server | ||||
| - python-pluggy | - python-pluggy | ||||
| - python3-jedi | - python3-jedi | ||||
| - yapf | - yapf | ||||
| setup : | | |||||
| # drop ujson version | |||||
| sed -i 's/ujson<=1.35;/ujson;/' setup.py | |||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| check : | | check : | | ||||
| %python3_test pytest3 -v | %python3_test pytest3 -v | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.