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 D234A15800F for ; Mon, 6 Feb 2023 04:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0648BE07E0; Mon, 6 Feb 2023 04:31:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE0DEE07E0 for ; Mon, 6 Feb 2023 04:31:48 +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 F11F3340C54 for ; Mon, 6 Feb 2023 04:31:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B9258A7 for ; Mon, 6 Feb 2023 04:31:45 +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: <1675657898.f5daf4f902a94c9a7d894f29b3371d78e4e6483e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-nbxmpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-nbxmpp/python-nbxmpp-3.2.5-r1.ebuild dev-python/python-nbxmpp/python-nbxmpp-4.1.0.ebuild X-VCS-Directories: dev-python/python-nbxmpp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f5daf4f902a94c9a7d894f29b3371d78e4e6483e X-VCS-Branch: master Date: Mon, 6 Feb 2023 04:31:45 +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: 84ef3643-e505-46ed-afa1-57384136b38e X-Archives-Hash: b4a0267c62dc5dd57f755136290c5c8f commit: f5daf4f902a94c9a7d894f29b3371d78e4e6483e Author: Michał Górny gentoo org> AuthorDate: Mon Feb 6 04:15:53 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 6 04:31:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5daf4f9 dev-python/python-nbxmpp: Use MY_P to proof against pkgmove Signed-off-by: Michał Górny gentoo.org> dev-python/python-nbxmpp/python-nbxmpp-3.2.5-r1.ebuild | 6 ++++-- dev-python/python-nbxmpp/python-nbxmpp-4.1.0.ebuild | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.2.5-r1.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-3.2.5-r1.ebuild index 3bbf41814a17..1b483f172fab 100644 --- a/dev-python/python-nbxmpp/python-nbxmpp-3.2.5-r1.ebuild +++ b/dev-python/python-nbxmpp/python-nbxmpp-3.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,14 +8,16 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 +MY_P=python-nbxmpp-${PV} DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way" HOMEPAGE=" https://dev.gajim.org/gajim/python-nbxmpp/ https://pypi.org/project/nbxmpp/ " SRC_URI=" - https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${P}.tar.bz2 + https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2 " +S=${WORKDIR}/${MY_P} SLOT="0" LICENSE="GPL-3" diff --git a/dev-python/python-nbxmpp/python-nbxmpp-4.1.0.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-4.1.0.ebuild index 9c623ff343b7..68b1414870d9 100644 --- a/dev-python/python-nbxmpp/python-nbxmpp-4.1.0.ebuild +++ b/dev-python/python-nbxmpp/python-nbxmpp-4.1.0.ebuild @@ -8,14 +8,16 @@ PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 +MY_P=python-nbxmpp-${PV} DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way" HOMEPAGE=" https://dev.gajim.org/gajim/python-nbxmpp/ https://pypi.org/project/nbxmpp/ " SRC_URI=" - https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${P}.tar.bz2 + https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${MY_P}.tar.bz2 " +S=${WORKDIR}/${MY_P} SLOT="0" LICENSE="GPL-3"