commit:     60fa6b47c9513c6df329ab3b22bf16c318e4e116
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 02:49:21 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 03:05:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fa6b47

dev-python/sphinx_lv2_theme: Prepare for rename

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.4.0.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.4.0.ebuild 
b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.4.0.ebuild
index 516adbe9e52f..786fa8d85e64 100644
--- a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.4.0.ebuild
+++ b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.4.0.ebuild
@@ -4,17 +4,18 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 
+MY_P=${PN//-/_}-v${PV}
 DESCRIPTION="Minimal pure-CSS Sphinx theme using the LV2 plugin documentation 
style"
 HOMEPAGE="
        https://gitlab.com/lv2/sphinx_lv2_theme/
        https://pypi.org/project/sphinx-lv2-theme/
 "
-SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
-S="${WORKDIR}/${PN}-v${PV}"
+SRC_URI="https://gitlab.com/lv2/sphinx_lv2_theme/-/archive/v${PV}/${MY_P}.tar.bz2";
+S=${WORKDIR}/${MY_P}
 
 LICENSE="ISC"
 SLOT="0"

Reply via email to