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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 294391581EC for ; Fri, 22 Nov 2024 19:47:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CD52E087D; Fri, 22 Nov 2024 19:47:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D8DC2E087D for ; Fri, 22 Nov 2024 19:47:03 +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 DB5D433FE60 for ; Fri, 22 Nov 2024 19:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 229681898 for ; Fri, 22 Nov 2024 19:47:01 +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: <1732304805.4ee964c29cd6b1e952675e465262adf4cdabd9be.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit_scm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flit_scm/flit_scm-1.7.0.ebuild X-VCS-Directories: dev-python/flit_scm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4ee964c29cd6b1e952675e465262adf4cdabd9be X-VCS-Branch: master Date: Fri, 22 Nov 2024 19:47:01 +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: e5bdbb55-c885-4cf2-87b8-6038da8d8c1d X-Archives-Hash: a89bcd4368277a2ad97db6dce3805643 commit: 4ee964c29cd6b1e952675e465262adf4cdabd9be Author: Michał Górny gentoo org> AuthorDate: Fri Nov 22 19:33:44 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 22 19:46:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee964c2 dev-python/flit_scm: Add MY_P prior to rename Signed-off-by: Michał Górny gentoo.org> dev-python/flit_scm/flit_scm-1.7.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/flit_scm/flit_scm-1.7.0.ebuild b/dev-python/flit_scm/flit_scm-1.7.0.ebuild index 86aa856335c7..046051c4e61f 100644 --- a/dev-python/flit_scm/flit_scm-1.7.0.ebuild +++ b/dev-python/flit_scm/flit_scm-1.7.0.ebuild @@ -8,14 +8,16 @@ PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 +MY_P=flit_scm-${PV} DESCRIPTION="A PEP 518 build backend combining flit with setuptools_scm" HOMEPAGE=" https://gitlab.com/WillDaSilva/flit_scm/ https://pypi.org/project/flit-scm/ " SRC_URI=" - https://gitlab.com/WillDaSilva/flit_scm/-/archive/${PV}/${P}.tar.bz2 + https://gitlab.com/WillDaSilva/flit_scm/-/archive/${PV}/${MY_P}.tar.bz2 " +S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" @@ -27,7 +29,7 @@ RDEPEND=" $(python_gen_cond_dep ' =dev-python/tomli-2[${PYTHON_USEDEP}] - ' 3.8 3.9 3.10 ) + ' 3.10) " BDEPEND=" ${RDEPEND}