From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id CB0681581EE for ; Thu, 27 Mar 2025 19:31:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B605B3430DB for ; Thu, 27 Mar 2025 19:31:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 352131104AD; Thu, 27 Mar 2025 19:31:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 2D51A1104AD for ; Thu, 27 Mar 2025 19:31:25 +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 DD6DE3430BF for ; Thu, 27 Mar 2025 19:31:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 443F71733 for ; Thu, 27 Mar 2025 19:31:23 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1743103875.f4e776e17e48703db9e0198a5440fca167526870.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f4e776e17e48703db9e0198a5440fca167526870 X-VCS-Branch: master Date: Thu, 27 Mar 2025 19:31:23 +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: d8bd5550-c1d2-4ee2-9c3a-c66430e625d7 X-Archives-Hash: f588464b852fcee39419a1ea50ae15a7 commit: f4e776e17e48703db9e0198a5440fca167526870 Author: Ulrich Müller gentoo org> AuthorDate: Thu Mar 27 19:27:47 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Mar 27 19:31:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e776e1 dev-python/pyrss2gen: enable py3.13 Minor style tweaks to the ebuild. Closes: https://bugs.gentoo.org/952377 Signed-off-by: Ulrich Müller gentoo.org> dev-python/pyrss2gen/pyrss2gen-1.1-r2.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-python/pyrss2gen/pyrss2gen-1.1-r2.ebuild b/dev-python/pyrss2gen/pyrss2gen-1.1-r2.ebuild index 1f555ea552e0..c5024bb211ca 100644 --- a/dev-python/pyrss2gen/pyrss2gen-1.1-r2.ebuild +++ b/dev-python/pyrss2gen/pyrss2gen-1.1-r2.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 -MY_P=PyRSS2Gen-${PV} +MY_P="PyRSS2Gen-${PV}" DESCRIPTION="RSS feed generator written in Python" -HOMEPAGE=" - http://www.dalkescientific.com/Python/PyRSS2Gen.html - https://pypi.org/project/PyRSS2Gen/ -" +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} +S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0"