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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82F481581EE for ; Sun, 23 Mar 2025 20:13:12 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 692843434A5 for ; Sun, 23 Mar 2025 20:13:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 56C801103B8; Sun, 23 Mar 2025 20:13:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 4EBC01103B8 for ; Sun, 23 Mar 2025 20:13:11 +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 E046534347A for ; Sun, 23 Mar 2025 20:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43E8B156C for ; Sun, 23 Mar 2025 20:13:09 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1742760773.a40ffb83bcd2bce7539b1aa665275d99a7541f00.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-bootstrap5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild dev-python/django-bootstrap5/django-bootstrap5-24.3-r3.ebuild X-VCS-Directories: dev-python/django-bootstrap5/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a40ffb83bcd2bce7539b1aa665275d99a7541f00 X-VCS-Branch: master Date: Sun, 23 Mar 2025 20:13:09 +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: bcf8bec4-9147-4bb8-af3e-b873d3e0e71e X-Archives-Hash: 6fa12583980e8238379aa5d9db823ab4 commit: a40ffb83bcd2bce7539b1aa665275d99a7541f00 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 23 20:12:07 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 23 20:12:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40ffb83 dev-python/django-bootstrap5: enable py3.13 Signed-off-by: Alfredo Tupone gentoo.org> ...jango-bootstrap5-24.3-r2.ebuild => django-bootstrap5-24.3-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild b/dev-python/django-bootstrap5/django-bootstrap5-24.3-r3.ebuild similarity index 95% rename from dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild rename to dev-python/django-bootstrap5/django-bootstrap5-24.3-r3.ebuild index a70de9d798c8..805f9937e61a 100644 --- a/dev-python/django-bootstrap5/django-bootstrap5-24.3-r2.ebuild +++ b/dev-python/django-bootstrap5/django-bootstrap5-24.3-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_12 ) +PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 pypi