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,19 @@ +name : python-lsp-black +version : 1.0.0 +release : 1 +source : + - https://files.pythonhosted.org/packages/source/p/python-lsp-black/python-lsp-black-1.0.0.tar.gz : 0d7dd5f440a53b6f676fa8c097979e0ff611065b8f4ffd248b43228b0df2efee +homeage : https://github.com/python-lsp/python-lsp-black +license : MIT +component : programming.python +summary : Black plugin for the Python LSP Server +description: | + Fork of the python-pyls-black project, maintained by the Spyder IDE team and the community. This is a Black plugin for the Python LSP Server. +rundeps : + - python-black + - python-lsp-server + - python-toml +build : | + %python3_setup +install : | + %python3_install 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,43 @@ + + + python-lsp-black + + Algent Albrahimi + algent@protonmail.com + + MIT + programming.python + Black plugin for the Python LSP Server + Fork of the python-pyls-black project, maintained by the Spyder IDE team and the community. This is a Black plugin for the Python LSP Server. + + https://getsol.us/sources/README.Solus + + + python-lsp-black + Black plugin for the Python LSP Server + Fork of the python-pyls-black project, maintained by the Spyder IDE team and the community. This is a Black plugin for the Python LSP Server. + + programming.python + + /usr/lib/python3.9/site-packages/pylsp_black/__init__.py + /usr/lib/python3.9/site-packages/pylsp_black/__pycache__/__init__.cpython-39.pyc + /usr/lib/python3.9/site-packages/pylsp_black/__pycache__/plugin.cpython-39.pyc + /usr/lib/python3.9/site-packages/pylsp_black/plugin.py + /usr/lib/python3.9/site-packages/python_lsp_black-1.0.0-py3.9.egg-info/PKG-INFO + /usr/lib/python3.9/site-packages/python_lsp_black-1.0.0-py3.9.egg-info/SOURCES.txt + /usr/lib/python3.9/site-packages/python_lsp_black-1.0.0-py3.9.egg-info/dependency_links.txt + /usr/lib/python3.9/site-packages/python_lsp_black-1.0.0-py3.9.egg-info/entry_points.txt + /usr/lib/python3.9/site-packages/python_lsp_black-1.0.0-py3.9.egg-info/requires.txt + /usr/lib/python3.9/site-packages/python_lsp_black-1.0.0-py3.9.egg-info/top_level.txt + + + + + 2021-08-13 + 1.0.0 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file