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 7FF05158020 for ; Fri, 18 Nov 2022 07:57:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACE10E084A; Fri, 18 Nov 2022 07:57:37 +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 9049DE0824 for ; Fri, 18 Nov 2022 07:57:37 +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 AA74434110D for ; Fri, 18 Nov 2022 07:57:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44834755 for ; Fri, 18 Nov 2022 07:57:35 +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: <1668758250.9168f4c3095f29aba2f267c8d9b7329a6001ca96.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-2.0.6-r1.ebuild dev-python/python-nbxmpp/python-nbxmpp-2.0.6.ebuild dev-python/python-nbxmpp/python-nbxmpp-3.2.4-r1.ebuild dev-python/python-nbxmpp/python-nbxmpp-3.2.4.ebuild dev-python/python-nbxmpp/python-nbxmpp-3.2.5-r1.ebuild dev-python/python-nbxmpp/python-nbxmpp-3.2.5.ebuild X-VCS-Directories: dev-python/python-nbxmpp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9168f4c3095f29aba2f267c8d9b7329a6001ca96 X-VCS-Branch: master Date: Fri, 18 Nov 2022 07:57:35 +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: ef18cc4c-9d8a-4bd6-bf6e-40e6e461291b X-Archives-Hash: 12da1490e8f2bc39c4259cd375b33193 commit: 9168f4c3095f29aba2f267c8d9b7329a6001ca96 Author: brahmajit das protonmail com> AuthorDate: Thu Nov 17 17:48:30 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 18 07:57:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9168f4c3 dev-python/python-nbxmpp: Fix libsoup dependencies without slot requirement Closes: https://bugs.gentoo.org/881561 Signed-off-by: brahmajit das protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28313 Signed-off-by: Michał Górny gentoo.org> .../{python-nbxmpp-2.0.6.ebuild => python-nbxmpp-2.0.6-r1.ebuild} | 4 ++-- .../{python-nbxmpp-3.2.4.ebuild => python-nbxmpp-3.2.4-r1.ebuild} | 4 ++-- .../{python-nbxmpp-3.2.5.ebuild => python-nbxmpp-3.2.5-r1.ebuild} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/python-nbxmpp/python-nbxmpp-2.0.6.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-2.0.6-r1.ebuild similarity index 90% rename from dev-python/python-nbxmpp/python-nbxmpp-2.0.6.ebuild rename to dev-python/python-nbxmpp/python-nbxmpp-2.0.6-r1.ebuild index 94742b333648..4f63273ed92d 100644 --- a/dev-python/python-nbxmpp/python-nbxmpp-2.0.6.ebuild +++ b/dev-python/python-nbxmpp/python-nbxmpp-2.0.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm64 ~riscv x86" RDEPEND=" dev-libs/gobject-introspection - net-libs/libsoup[introspection] + net-libs/libsoup:2.4[introspection] dev-python/idna[${PYTHON_USEDEP}] dev-python/precis-i18n[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}] diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.2.4.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-3.2.4-r1.ebuild similarity index 90% rename from dev-python/python-nbxmpp/python-nbxmpp-3.2.4.ebuild rename to dev-python/python-nbxmpp/python-nbxmpp-3.2.4-r1.ebuild index fafffe2d9512..3bbf41814a17 100644 --- a/dev-python/python-nbxmpp/python-nbxmpp-3.2.4.ebuild +++ b/dev-python/python-nbxmpp/python-nbxmpp-3.2.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 @@ -23,7 +23,7 @@ KEYWORDS="amd64 ~arm64 ~riscv x86" RDEPEND=" dev-libs/gobject-introspection - net-libs/libsoup[introspection] + net-libs/libsoup:2.4[introspection] dev-python/idna[${PYTHON_USEDEP}] dev-python/precis-i18n[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}] diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.2.5.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-3.2.5-r1.ebuild similarity index 95% rename from dev-python/python-nbxmpp/python-nbxmpp-3.2.5.ebuild rename to dev-python/python-nbxmpp/python-nbxmpp-3.2.5-r1.ebuild index aaaf0919a1f4..b0bb1169e3fb 100644 --- a/dev-python/python-nbxmpp/python-nbxmpp-3.2.5.ebuild +++ b/dev-python/python-nbxmpp/python-nbxmpp-3.2.5-r1.ebuild @@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~arm64 ~riscv ~x86" RDEPEND=" dev-libs/gobject-introspection - net-libs/libsoup[introspection] + net-libs/libsoup:2.4[introspection] dev-python/idna[${PYTHON_USEDEP}] dev-python/precis-i18n[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}]