From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A646158089 for ; Mon, 23 Oct 2023 03:05:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 320C02BC017; Mon, 23 Oct 2023 03:05:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B9FB2BC013 for ; Mon, 23 Oct 2023 03:05:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5499D335CB4 for ; Mon, 23 Oct 2023 03:05:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B57D212AF for ; Mon, 23 Oct 2023 03:05:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1698030329.60fa6b47c9513c6df329ab3b22bf16c318e4e116.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_lv2_theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.4.0.ebuild X-VCS-Directories: dev-python/sphinx_lv2_theme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 60fa6b47c9513c6df329ab3b22bf16c318e4e116 X-VCS-Branch: master Date: Mon, 23 Oct 2023 03:05:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3a3ad23-8e63-4944-9fef-5218b6ab6403 X-Archives-Hash: edd4963957d9e92cebea5e563faf9b78 commit: 60fa6b47c9513c6df329ab3b22bf16c318e4e116 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 23 02:49:21 2023 +0000 Commit: Michał Górny gentoo 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 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"