diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-29 19:00:44 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-29 19:00:44 +0000 |
| commit | 5e57d2b387148ab942c22849d50e0e660168bf58 (patch) | |
| tree | ba309ab406957738c4a9c6b5b47d939bce7f811b /dev-python/pygls | |
| parent | 6318c36da93108c6cfcd5d709504ac7483fbdbe9 (diff) | |
| download | baldeagleos-repo-5e57d2b387148ab942c22849d50e0e660168bf58.tar.gz baldeagleos-repo-5e57d2b387148ab942c22849d50e0e660168bf58.tar.xz baldeagleos-repo-5e57d2b387148ab942c22849d50e0e660168bf58.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pygls')
| -rw-r--r-- | dev-python/pygls/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pygls/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/pygls/pygls-1.3.1.ebuild | 38 |
3 files changed, 51 insertions, 0 deletions
diff --git a/dev-python/pygls/Manifest b/dev-python/pygls/Manifest new file mode 100644 index 000000000000..7f4768ceb3c8 --- /dev/null +++ b/dev-python/pygls/Manifest @@ -0,0 +1 @@ +DIST pygls-1.3.1.gh.tar.gz 199111 BLAKE2B 8c6a3a371f3c42cf944a42d04b81f4676dd61e641a4746863d31826c7ed050a2e9dc39ff0eda9bd4e754dc0c777e15c1e1baae11cb764a93afd59abd1582fa96 SHA512 ef5d516d2da7e747fafd0a333157a964efcc7bcb424b2171451eb4f4084ada40ea2294cfa2322201b052a10f2958cbf2ea05748fbf7890bc4fbf6d82e154f9d4 diff --git a/dev-python/pygls/metadata.xml b/dev-python/pygls/metadata.xml new file mode 100644 index 000000000000..df7fa3132275 --- /dev/null +++ b/dev-python/pygls/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>contact@paveloom.dev</email> + <name>Pavel Sobolev</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/openlawlibrary/pygls/issues</bugs-to> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/pygls/pygls-1.3.1.ebuild b/dev-python/pygls/pygls-1.3.1.ebuild new file mode 100644 index 000000000000..d6b60279b080 --- /dev/null +++ b/dev-python/pygls/pygls-1.3.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 optfeature + +DESCRIPTION="A pythonic generic language server" +HOMEPAGE=" + https://github.com/openlawlibrary/pygls + https://pypi.org/project/pygls +" +SRC_URI="https://github.com/openlawlibrary/pygls/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/cattrs[${PYTHON_USEDEP}] + dev-python/lsprotocol[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + ${RDEPEND} + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/websockets[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +pkg_postinst() { + optfeature "websockets support" dev-python/websockets +} |
