summaryrefslogtreecommitdiff
path: root/dev-python/pygls
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/pygls
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/pygls')
-rw-r--r--dev-python/pygls/Manifest2
-rw-r--r--dev-python/pygls/metadata.xml13
-rw-r--r--dev-python/pygls/pygls-2.1.0.ebuild45
-rw-r--r--dev-python/pygls/pygls-2.1.1.ebuild44
4 files changed, 104 insertions, 0 deletions
diff --git a/dev-python/pygls/Manifest b/dev-python/pygls/Manifest
new file mode 100644
index 000000000000..1f4171e5e9f7
--- /dev/null
+++ b/dev-python/pygls/Manifest
@@ -0,0 +1,2 @@
+DIST pygls-2.1.0.gh.tar.gz 404891 BLAKE2B ad9818993c5ebafd4f6f0293a2e86db53799d92cdad41bf5e85314dfc30f00463999dc48011d5f22c47dc582331cc11ac29f5b6604a0cf2eb06913019c49a39d SHA512 3035381ab1efe44f7c075b656fade4d61e3af8f5944c08296b420740524e2c1111ecc1a3e79b3326e1128973f06c810e6d9b91d2f89c099f344e790139e26299
+DIST pygls-2.1.1.gh.tar.gz 405281 BLAKE2B a7e14cb9dc53fbd1ad4d7938f5a94e573e51bcae96fceac5aabf7ebd997fbe91a45d31744fd098702f9437e79d4eefe6598926deb9da3d2d50421bb6e0bd25c1 SHA512 7d7582cfb5d15b523643a2ba662d3e6b083fd8f9f51b405f74e6491e7bdb6ebf6959b62b689d1368f0934542ccd9d6e7feb29ce28ac6c29f2c254a493e63bb0d
diff --git a/dev-python/pygls/metadata.xml b/dev-python/pygls/metadata.xml
new file mode 100644
index 000000000000..1b4dcc9a18e3
--- /dev/null
+++ b/dev-python/pygls/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Pavel Sobolev</name>
+ <email>contact@paveloom.dev</email>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/openlawlibrary/pygls/issues</bugs-to>
+ <remote-id type="github">openlawlibrary/pygls</remote-id>
+ <remote-id type="pypi">pygls</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pygls/pygls-2.1.0.ebuild b/dev-python/pygls/pygls-2.1.0.ebuild
new file mode 100644
index 000000000000..a31c1e8c969b
--- /dev/null
+++ b/dev-python/pygls/pygls-2.1.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{13..14} )
+
+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}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+src_install() {
+ distutils-r1_src_install
+
+ dodoc LICENSE.txt
+}
+
+pkg_postinst() {
+ optfeature "websockets support" dev-python/websockets
+}
diff --git a/dev-python/pygls/pygls-2.1.1.ebuild b/dev-python/pygls/pygls-2.1.1.ebuild
new file mode 100644
index 000000000000..d9f0c9a031bd
--- /dev/null
+++ b/dev-python/pygls/pygls-2.1.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{13..14} )
+
+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/websockets[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=( pytest-asyncio )
+distutils_enable_tests pytest
+
+src_install() {
+ distutils-r1_src_install
+
+ dodoc LICENSE.txt
+}
+
+pkg_postinst() {
+ optfeature "websockets support" dev-python/websockets
+}