From 08d1cec2ceb9c9b5460e8ae3f53f9e7346b38434 Mon Sep 17 00:00:00 2001 From: Moritz Brunner Date: Sun, 4 May 2025 09:43:50 +0200 Subject: [PATCH] dev-python/python-lsp-isort: add 0.2.1, drop 0.2.0 Closes: https://bugs.gentoo.org/948929 Signed-off-by: Moritz Brunner --- dev-python/python-lsp-isort/Manifest | 2 +- ...hon-lsp-isort-0.2.0.ebuild => python-lsp-isort-0.2.1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-python/python-lsp-isort/{python-lsp-isort-0.2.0.ebuild => python-lsp-isort-0.2.1.ebuild} (95%) diff --git a/dev-python/python-lsp-isort/Manifest b/dev-python/python-lsp-isort/Manifest index 20f11eb722..569fe251c6 100644 --- a/dev-python/python-lsp-isort/Manifest +++ b/dev-python/python-lsp-isort/Manifest @@ -1 +1 @@ -DIST python-lsp-isort-0.2.0.gh.tar.gz 5216 BLAKE2B 32d22c97e3c0add1bf808a27a94fda415c1250669130f86c7aab2d81da6fb9a7efc4ad3b23300d8418e0b60d70bd5831958e3427f4489d8d17405885d3ad1e86 SHA512 26b05e8fed70dca268c9ff6714d2b9ad68fda86ab4d9cb8893df1eaefc517e123945c5fe8928e94f646171ff2d0c2f33e9b058a784d2bf4dd31acf9f2aef1e6a +DIST python-lsp-isort-0.2.1.gh.tar.gz 6391 BLAKE2B 82ed926ac7dede65bbf8cce18f427070811c9c696d1d03d5cef7a3f6ff2e9e6b782c5283d45140537c238d09fd24fdea43c4bc4dad591095aa948f11169d72ab SHA512 5f597632ea21b850b815adc3e2609ad93159813e00380205d843df3d32ab2731cc945988813d86d99f54fe27380730ae899651636c99fddcbff081c1bd58129d 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.1.ebuild similarity index 95% rename from dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild rename to dev-python/python-lsp-isort/python-lsp-isort-0.2.1.ebuild index 837e048646..23c16cba98 100644 --- a/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild +++ b/dev-python/python-lsp-isort/python-lsp-isort-0.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1