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,24 @@ +name : python-pyls-black +version : 0.4.6 +release : 1 +source : + - https://github.com/rupert/pyls-black/archive/v0.4.6.tar.gz : c591f57b28852e095dafb87cdd3d16fc3dfe188ec199b728f34569d472d63150 +homepage : https://github.com/rupert/pyls-black +license : MIT +component : programming.python +summary : Black plugin for the Python Language Server +description: | + Black plugin for the Python Language Server +builddeps : + - python-black + - python-language-server + - python-pytest +rundeps : + - python-black + - python-language-server +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,44 @@ + + + python-pyls-black + https://github.com/rupert/pyls-black + + Algent Albrahimi + algent@protonmail.com + + MIT + programming.python + Black plugin for the Python Language Server + Black plugin for the Python Language Server + + https://getsol.us/sources/README.Solus + + + python-pyls-black + Black plugin for the Python Language Server + Black plugin for the Python Language Server + + programming.python + + /usr/lib/python3.7/site-packages/pyls_black-0.4.6-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/pyls_black-0.4.6-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/pyls_black-0.4.6-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/pyls_black-0.4.6-py3.7.egg-info/entry_points.txt + /usr/lib/python3.7/site-packages/pyls_black-0.4.6-py3.7.egg-info/requires.txt + /usr/lib/python3.7/site-packages/pyls_black-0.4.6-py3.7.egg-info/top_level.txt + /usr/lib/python3.7/site-packages/pyls_black/__init__.py + /usr/lib/python3.7/site-packages/pyls_black/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/pyls_black/__pycache__/plugin.cpython-37.pyc + /usr/lib/python3.7/site-packages/pyls_black/plugin.py + + + + + 2020-11-11 + 0.4.6 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file