From 2da37920d774ea65042636696854ced482aaa618 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 27 Jan 2025 18:54:52 +0000 Subject: Adding metadata --- dev-python/python-lsp-isort/Manifest | 2 +- .../python-lsp-isort/python-lsp-isort-0.1.ebuild | 33 ---------------------- .../python-lsp-isort/python-lsp-isort-0.2.0.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild create mode 100644 dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild (limited to 'dev-python/python-lsp-isort') diff --git a/dev-python/python-lsp-isort/Manifest b/dev-python/python-lsp-isort/Manifest index ae4c07768cd9..20f11eb72221 100644 --- a/dev-python/python-lsp-isort/Manifest +++ b/dev-python/python-lsp-isort/Manifest @@ -1 +1 @@ -DIST python-lsp-isort-0.1.gh.tar.gz 5065 BLAKE2B 385807fde3bbbfd73d7fdefb721375490be592203aac41bcb2e0a56ee5588f66a78c7e2f6b14458c2836987abb1607670935d12127caedb2ddd3b9e67b87b547 SHA512 fd2575e27c5a32c7a8dfabc8777ae9ce82a0c1fe9a46fe64341becbe60e8d37d07736950b986df307e608a777825fd51cbb1345b7163944e19086ab69985a472 +DIST python-lsp-isort-0.2.0.gh.tar.gz 5216 BLAKE2B 32d22c97e3c0add1bf808a27a94fda415c1250669130f86c7aab2d81da6fb9a7efc4ad3b23300d8418e0b60d70bd5831958e3427f4489d8d17405885d3ad1e86 SHA512 26b05e8fed70dca268c9ff6714d2b9ad68fda86ab4d9cb8893df1eaefc517e123945c5fe8928e94f646171ff2d0c2f33e9b058a784d2bf4dd31acf9f2aef1e6a diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild deleted file mode 100644 index 7afd0287a601..000000000000 --- a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 - -DESCRIPTION="isort plugin for the Python LSP Server" -HOMEPAGE=" - https://github.com/chantera/python-lsp-isort - https://pypi.org/project/python-lsp-isort/ -" -SRC_URI=" - https://github.com/chantera/${PN}/archive/refs/tags/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -BDEPEND=" - >=dev-python/isort-5.0[${PYTHON_USEDEP}] -" -RDEPEND=" - dev-python/python-lsp-server[${PYTHON_USEDEP}] - ${BDEPEND} -" - -distutils_enable_tests pytest diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild b/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild new file mode 100644 index 000000000000..7afd0287a601 --- /dev/null +++ b/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +DESCRIPTION="isort plugin for the Python LSP Server" +HOMEPAGE=" + https://github.com/chantera/python-lsp-isort + https://pypi.org/project/python-lsp-isort/ +" +SRC_URI=" + https://github.com/chantera/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +BDEPEND=" + >=dev-python/isort-5.0[${PYTHON_USEDEP}] +" +RDEPEND=" + dev-python/python-lsp-server[${PYTHON_USEDEP}] + ${BDEPEND} +" + +distutils_enable_tests pytest -- cgit v1.3.1