diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:21:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:21:35 +0000 |
commit | b6b2f0c15e1167cf21c033e49c35af54bd828331 (patch) | |
tree | 3c5f7d8c2341c7711d912fe81088f6f4489ac2e5 /debian/control | |
parent | Adding upstream version 1.3.0. (diff) | |
download | pygls-b6b2f0c15e1167cf21c033e49c35af54bd828331.tar.xz pygls-b6b2f0c15e1167cf21c033e49c35af54bd828331.zip |
Adding debian version 1.3.0-2.debian/1.3.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f66371a --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: pygls +Section: python +Priority: optional +Maintainer: Niels Thykier <niels@thykier.net> +Standards-Version: 4.6.2 +Build-Depends: debhelper-compat (= 13), + dh-sequence-python3, + python3, + python3-cattr, + python3-lsprotocol, + python3-poetry-core, + python3-websocket, + python3-sphinx-rtd-theme, + python3-pytest <!nocheck>, + python3-pytest-asyncio <!nocheck>, + pybuild-plugin-pyproject, + sphinx-doc, +Rules-Requires-Root: no +Homepage: https://github.com/openlawlibrary/pygls +Vcs-Git: https://salsa.debian.org/debian/pygls +Vcs-Browser: https://salsa.debian.org/debian/pygls + +Package: python3-pygls +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Suggests: python3-websockets +Description: Generic Language Server Framework for Python + pygls (pronounced like "pie glass") is a pythonic generic implementation + of the Language Server Protocol for use as a foundation for writing your + own Language Servers in just a few lines of code. |