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 4E60A15800F for ; Tue, 14 Feb 2023 16:24:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3474E07FE; Tue, 14 Feb 2023 16:24:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC5A3E07FE for ; Tue, 14 Feb 2023 16:24:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04721340CDF for ; Tue, 14 Feb 2023 16:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B3E98B5 for ; Tue, 14 Feb 2023 16:24:16 +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: <1676391790.12e07fc3e8f846b920872d33d43c5aa55790d334.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keystoneauth/keystoneauth-5.1.0.ebuild dev-python/keystoneauth/keystoneauth-5.1.1.ebuild X-VCS-Directories: dev-python/keystoneauth/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 12e07fc3e8f846b920872d33d43c5aa55790d334 X-VCS-Branch: master Date: Tue, 14 Feb 2023 16:24:16 +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: f82f2355-3595-4c58-83eb-36bfb15bf21a X-Archives-Hash: 4066587bbd9c5849a70d18a699c9ee1a commit: 12e07fc3e8f846b920872d33d43c5aa55790d334 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 14 15:49:49 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 14 16:23:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e07fc3 dev-python/keystoneauth: Add MY_P prior to rename Signed-off-by: Michał Górny gentoo.org> dev-python/keystoneauth/keystoneauth-5.1.0.ebuild | 5 +++-- dev-python/keystoneauth/keystoneauth-5.1.1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild b/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild index c6cf45d5c679..092b4dde4cb9 100644 --- a/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild +++ b/dev-python/keystoneauth/keystoneauth-5.1.0.ebuild @@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 +MY_P=keystoneauth1-${PV} DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud" HOMEPAGE="https://github.com/openstack/keystoneauth" HOMEPAGE=" @@ -15,8 +16,8 @@ HOMEPAGE=" https://github.com/openstack/keystoneauth/ https://pypi.org/project/keystoneauth1/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz" -S="${WORKDIR}/${PN}1-${PV}" +SRC_URI="mirror://pypi/${MY_P::1}/keystoneauth1/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild b/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild index 4af2a2f4a7c1..d454d61a3df0 100644 --- a/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild +++ b/dev-python/keystoneauth/keystoneauth-5.1.1.ebuild @@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 +MY_P=keystoneauth1-${PV} DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud" HOMEPAGE="https://github.com/openstack/keystoneauth" HOMEPAGE=" @@ -15,8 +16,8 @@ HOMEPAGE=" https://github.com/openstack/keystoneauth/ https://pypi.org/project/keystoneauth1/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz" -S="${WORKDIR}/${PN}1-${PV}" +SRC_URI="mirror://pypi/${MY_P::1}/keystoneauth1/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0"