diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-23 04:49:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-23 05:05:29 +0200 |
commit | 60fa6b47c9513c6df329ab3b22bf16c318e4e116 (patch) | |
tree | 91094e7f6421f8b8a8a536e918a341ccf6f98858 /dev-python/sphinx_lv2_theme | |
parent | package.mask: Last rite dev-python/sphinx-testing (diff) | |
download | gentoo-60fa6b47c9513c6df329ab3b22bf16c318e4e116.tar.gz gentoo-60fa6b47c9513c6df329ab3b22bf16c318e4e116.tar.bz2 gentoo-60fa6b47c9513c6df329ab3b22bf16c318e4e116.zip |
dev-python/sphinx_lv2_theme: Prepare for rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_lv2_theme')
-rw-r--r-- | dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.4.0.ebuild | 7 |
1 files 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" |