commit: 047be17857361e5b8b93e239b58bc95d98efef5b
Author: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
AuthorDate: Sun Dec 31 18:29:51 2023 +0000
Commit: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
CommitDate: Sun Dec 31 18:29:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=047be178
dev-python/python-lsp-isort: Simplify by removing superfluous MY_PV
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo <AT> posteo.de>
dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
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
index 3eec423be9..cc95211426 100644
--- a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
+++ b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
@@ -5,7 +5,6 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} pypy3 )
-MY_PV="0.1"
inherit distutils-r1
@@ -15,10 +14,9 @@ HOMEPAGE="
https://pypi.org/project/python-lsp-isort/
"
SRC_URI="
- https://github.com/chantera/${PN}/archive/refs/tags/v${MY_PV}.tar.gz
+ https://github.com/chantera/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
-S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="MIT"
SLOT="0"