dev-python/python-lsp-isort: Simplify by removing superfluous MY_PV

Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
This commit is contained in:
Moritz Brunner 2023-12-31 19:29:51 +01:00
parent 5b9feacb87
commit 047be17857
No known key found for this signature in database
GPG Key ID: 8934F8136C8EFC7C

View File

@ -5,7 +5,6 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} pypy3 ) PYTHON_COMPAT=( python3_{10..12} pypy3 )
MY_PV="0.1"
inherit distutils-r1 inherit distutils-r1
@ -15,10 +14,9 @@ HOMEPAGE="
https://pypi.org/project/python-lsp-isort/ https://pypi.org/project/python-lsp-isort/
" "
SRC_URI=" 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 -> ${P}.gh.tar.gz
" "
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"