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 3CF971581EC for ; Fri, 22 Nov 2024 19:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D10BE08A6; Fri, 22 Nov 2024 19:47:05 +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 6F3BFE08A6 for ; Fri, 22 Nov 2024 19:47:05 +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 87251340B57 for ; Fri, 22 Nov 2024 19:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 018CC1F64 for ; Fri, 22 Nov 2024 19:47:02 +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: <1732304812.bb91e6898dbaef0ee20547a2064ac409adc8553f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyRSS2Gen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild X-VCS-Directories: dev-python/PyRSS2Gen/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bb91e6898dbaef0ee20547a2064ac409adc8553f X-VCS-Branch: master Date: Fri, 22 Nov 2024 19:47:02 +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: 2cdc849c-1a90-4fad-904f-900c71f3524c X-Archives-Hash: c09a938cdf17efdf77907fdd1ee0e87a commit: bb91e6898dbaef0ee20547a2064ac409adc8553f Author: Michał Górny gentoo org> AuthorDate: Fri Nov 22 19:41:45 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 22 19:46:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb91e689 dev-python/PyRSS2Gen: Add MY_P prior to rename Signed-off-by: Michał Górny gentoo.org> dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild index 6cdf17e81365..1f555ea552e0 100644 --- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild +++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild @@ -4,13 +4,18 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 +MY_P=PyRSS2Gen-${PV} DESCRIPTION="RSS feed generator written in Python" -HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html https://pypi.org/project/PyRSS2Gen/" -SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz" +HOMEPAGE=" + http://www.dalkescientific.com/Python/PyRSS2Gen.html + https://pypi.org/project/PyRSS2Gen/ +" +SRC_URI="http://www.dalkescientific.com/Python/${MY_P}.tar.gz" +S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0"