diff options
Diffstat (limited to 'dev-python/lsprotocol')
| -rw-r--r-- | dev-python/lsprotocol/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/lsprotocol/lsprotocol-2025.0.0.ebuild | 24 | ||||
| -rw-r--r-- | dev-python/lsprotocol/metadata.xml | 10 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/lsprotocol/Manifest b/dev-python/lsprotocol/Manifest new file mode 100644 index 000000000000..14f03a15ea4b --- /dev/null +++ b/dev-python/lsprotocol/Manifest @@ -0,0 +1 @@ +DIST lsprotocol-2025.0.0.tar.gz 74896 BLAKE2B 7e998352ed256455dc02ba1312ca9cb63ee6ad9cc77ca27f764037d249ce40a80e0860831b18930d399168840a21d86fefb8d443495e5909d76e7958304f889a SHA512 82d99f4176c85e8fcae0bb34d4fb6648d7212467b7b9d4edc108fab46e0b5e63c0e41c70a7d5d5888807115429d28cb59c17ce60abb16def09ec93605e95a6e1 diff --git a/dev-python/lsprotocol/lsprotocol-2025.0.0.ebuild b/dev-python/lsprotocol/lsprotocol-2025.0.0.ebuild new file mode 100644 index 000000000000..27a36501bc7c --- /dev/null +++ b/dev-python/lsprotocol/lsprotocol-2025.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Language Server Protocol types code generator packages" +HOMEPAGE=" + https://github.com/microsoft/lsprotocol + https://pypi.org/project/lsprotocol/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + dev-python/attrs[${PYTHON_USEDEP}] + dev-python/cattrs[${PYTHON_USEDEP}] +" diff --git a/dev-python/lsprotocol/metadata.xml b/dev-python/lsprotocol/metadata.xml new file mode 100644 index 000000000000..5e95859f915a --- /dev/null +++ b/dev-python/lsprotocol/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
