From 3087c7476a05c19267b31b20359dd59bad5a86bb Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 13 Oct 2025 08:49:58 +0000 Subject: Adding metadata --- dev-python/lsprotocol/Manifest | 2 +- dev-python/lsprotocol/lsprotocol-2023.0.1.ebuild | 30 ------------------------ dev-python/lsprotocol/lsprotocol-2025.0.0.ebuild | 24 +++++++++++++++++++ dev-python/lsprotocol/metadata.xml | 8 +++---- 4 files changed, 29 insertions(+), 35 deletions(-) delete mode 100644 dev-python/lsprotocol/lsprotocol-2023.0.1.ebuild create mode 100644 dev-python/lsprotocol/lsprotocol-2025.0.0.ebuild (limited to 'dev-python/lsprotocol') diff --git a/dev-python/lsprotocol/Manifest b/dev-python/lsprotocol/Manifest index ebc4788f93e3..14f03a15ea4b 100644 --- a/dev-python/lsprotocol/Manifest +++ b/dev-python/lsprotocol/Manifest @@ -1 +1 @@ -DIST lsprotocol-2023.0.1.gh.tar.gz 249558 BLAKE2B 721746afd7f2b639ff008e589388d592b190d2ac7073158018f6e88f015003ded1b9b5def86f10d76a2ffd98d65b4cb917776a5e423e197bd0a0885c3332bacc SHA512 e929125f259240feb757c55a62ca4ee021e9727884dc5b7465894aa5d5a3cf13235f9b863af862ae1f1c04f1eaa3de6356cf7abecc6efa1979facaecbfb45e64 +DIST lsprotocol-2025.0.0.tar.gz 74896 BLAKE2B 7e998352ed256455dc02ba1312ca9cb63ee6ad9cc77ca27f764037d249ce40a80e0860831b18930d399168840a21d86fefb8d443495e5909d76e7958304f889a SHA512 82d99f4176c85e8fcae0bb34d4fb6648d7212467b7b9d4edc108fab46e0b5e63c0e41c70a7d5d5888807115429d28cb59c17ce60abb16def09ec93605e95a6e1 diff --git a/dev-python/lsprotocol/lsprotocol-2023.0.1.ebuild b/dev-python/lsprotocol/lsprotocol-2023.0.1.ebuild deleted file mode 100644 index 53c5876b2076..000000000000 --- a/dev-python/lsprotocol/lsprotocol-2023.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{11..13}) - -inherit distutils-r1 - -DESCRIPTION="Language Server Protocol types code generator & packages" -HOMEPAGE=" - https://github.com/microsoft/lsprotocol - https://pypi.org/project/lsprotocol/ -" -SRC_URI=" - https://github.com/microsoft/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${S}/packages/python" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -RESTRICT="test" # Tests only available for the top-level module, which we aren't interested in - -RDEPEND=" - dev-python/attrs[${PYTHON_USEDEP}] - dev-python/cattrs[${PYTHON_USEDEP}] -" 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..6d940f142126 --- /dev/null +++ b/dev-python/lsprotocol/lsprotocol-2025.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{11..13}) + +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" + +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 index 6ce507c50648..ea8988e8af6a 100644 --- a/dev-python/lsprotocol/metadata.xml +++ b/dev-python/lsprotocol/metadata.xml @@ -1,11 +1,11 @@ - - moritz.brunner+gentoo@posteo.de - Moritz Brunner + + python@gentoo.org + Python - gentoo-guru-overlay + gentoo-staging \ No newline at end of file -- cgit v1.3.1