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-mypy/Manifest | 2 +- .../python-lsp-mypy/python-lsp-mypy-0.6.9.ebuild | 34 ---------------------- .../python-lsp-mypy/python-lsp-mypy-0.7.0.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 dev-python/python-lsp-mypy/python-lsp-mypy-0.6.9.ebuild create mode 100644 dev-python/python-lsp-mypy/python-lsp-mypy-0.7.0.ebuild (limited to 'dev-python/python-lsp-mypy') diff --git a/dev-python/python-lsp-mypy/Manifest b/dev-python/python-lsp-mypy/Manifest index 6410ebfe7951..c9da15158010 100644 --- a/dev-python/python-lsp-mypy/Manifest +++ b/dev-python/python-lsp-mypy/Manifest @@ -1 +1 @@ -DIST python-lsp-mypy-0.6.9.gh.tar.gz 14650 BLAKE2B ce71c8b87e98a867c18e9e87855beb6edc7bc9816b6855cc52265cd5323cbcd04121792d2fee246c90eb739f7d7b26cfbc2b475b1edecbff32cf89e4054866f6 SHA512 a1451967b73f14d12600bc3a466ac44b3a2d53981420b01655e6af222a2c34ad5f46c95eb6c6cbb8be633d914aefe76a334df558620d59c5d3817cde60fdf94d +DIST python-lsp-mypy-0.7.0.gh.tar.gz 15973 BLAKE2B eb275e334dba2975011893f61a3edf04f988d21577b47c91bb28bd8d307c72be0ec47b6b45c460f4c7a0fd3f879225c861eb6885e5e45175b9565f9b288b6d00 SHA512 fa25bd2d36bb2d4bdbacef01b40f04a7c11f87a476cff0c034215f164735e9f377ba4268a3019002a1610cbe60c22a5b8ce8b54d9cb333d6d3f177476c075c20 diff --git a/dev-python/python-lsp-mypy/python-lsp-mypy-0.6.9.ebuild b/dev-python/python-lsp-mypy/python-lsp-mypy-0.6.9.ebuild deleted file mode 100644 index 6d4ae3a42c7c..000000000000 --- a/dev-python/python-lsp-mypy/python-lsp-mypy-0.6.9.ebuild +++ /dev/null @@ -1,34 +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} ) - -MY_PN="pylsp-mypy" - -inherit distutils-r1 - -DESCRIPTION="Mypy plugin for the Python LSP Server" -HOMEPAGE=" - https://github.com/python-lsp/pylsp-mypy - https://pypi.org/project/pylsp-mypy/ -" -SRC_URI=" - https://github.com/python-lsp/${MY_PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - >=dev-python/python-lsp-server-1.7.0[${PYTHON_USEDEP}] - >=dev-python/mypy-0.981[${PYTHON_USEDEP}] - >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/python-lsp-mypy/python-lsp-mypy-0.7.0.ebuild b/dev-python/python-lsp-mypy/python-lsp-mypy-0.7.0.ebuild new file mode 100644 index 000000000000..6d4ae3a42c7c --- /dev/null +++ b/dev-python/python-lsp-mypy/python-lsp-mypy-0.7.0.ebuild @@ -0,0 +1,34 @@ +# 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} ) + +MY_PN="pylsp-mypy" + +inherit distutils-r1 + +DESCRIPTION="Mypy plugin for the Python LSP Server" +HOMEPAGE=" + https://github.com/python-lsp/pylsp-mypy + https://pypi.org/project/pylsp-mypy/ +" +SRC_URI=" + https://github.com/python-lsp/${MY_PN}/archive/refs/tags/${PV}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + >=dev-python/python-lsp-server-1.7.0[${PYTHON_USEDEP}] + >=dev-python/mypy-0.981[${PYTHON_USEDEP}] + >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest -- cgit v1.3.1