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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39F151581D3 for ; Thu, 30 May 2024 16:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30806E2A73; Thu, 30 May 2024 16:53:23 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 18D3FE2A73 for ; Thu, 30 May 2024 16:53:22 +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 1108E340C42 for ; Thu, 30 May 2024 16:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C9D2183C for ; Thu, 30 May 2024 16:53:20 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1717087941.869cf63e98ceb1490ad1824498f9d8ffdeb0c447.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/slixmpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/slixmpp/slixmpp-9999.ebuild X-VCS-Directories: dev-python/slixmpp/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 869cf63e98ceb1490ad1824498f9d8ffdeb0c447 X-VCS-Branch: master Date: Thu, 30 May 2024 16:53:20 +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: d885df5a-457a-499d-b239-039ed5c4b050 X-Archives-Hash: 425de7ef96bc30cc429bd52649c9fb06 commit: 869cf63e98ceb1490ad1824498f9d8ffdeb0c447 Author: Florian Schmaus gentoo org> AuthorDate: Thu May 30 13:51:06 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu May 30 16:52:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869cf63e dev-python/slixmpp: sync live Closes: https://bugs.gentoo.org/929509 Signed-off-by: Florian Schmaus gentoo.org> dev-python/slixmpp/slixmpp-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild index 58e07cc7ebc8..03eca9ed9e90 100644 --- a/dev-python/slixmpp/slixmpp-9999.ebuild +++ b/dev-python/slixmpp/slixmpp-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -22,7 +22,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else inherit pypi - KEYWORDS="~amd64 ~riscv" + KEYWORDS="amd64 ~riscv" fi DEPEND=" @@ -36,6 +36,9 @@ RDEPEND=" dev-python/pyasn1-modules[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] ${DEPEND} + $(python_gen_cond_dep ' + >=dev-lang/python-3.12.1_p1:3.12 + ' python3_12) " BDEPEND=" dev-python/cython[${PYTHON_USEDEP}]