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 0D47915807B for ; Sun, 10 Nov 2024 15:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D713DE092B; Sun, 10 Nov 2024 15:48:36 +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 BBAA5E092B for ; Sun, 10 Nov 2024 15:48:36 +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 D3A50340441 for ; Sun, 10 Nov 2024 15:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 405271D6E for ; Sun, 10 Nov 2024 15:48:34 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1731253709.b96eb82d39ca2f1b4fada2fdda1efe2866b8ce3b.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/gbinder/gbinder-1.1.2-r1.ebuild dev-python/gbinder/gbinder-1.1.2-r2.ebuild X-VCS-Directories: dev-python/gbinder/ X-VCS-Committer: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: b96eb82d39ca2f1b4fada2fdda1efe2866b8ce3b X-VCS-Branch: dev Date: Sun, 10 Nov 2024 15:48:34 +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: d837b176-c2ed-4e51-80d3-3c6ac3ab897a X-Archives-Hash: 455c15bd34c557a82e2538394e81f2dd commit: b96eb82d39ca2f1b4fada2fdda1efe2866b8ce3b Author: Denis Reva gmail com> AuthorDate: Sun Nov 10 15:40:27 2024 +0000 Commit: Denis Reva gmail com> CommitDate: Sun Nov 10 15:48:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b96eb82d dev-python/gbinder: add support for python3.13 Signed-off-by: Denis Reva gmail.com> .../gbinder/{gbinder-1.1.2-r1.ebuild => gbinder-1.1.2-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild b/dev-python/gbinder/gbinder-1.1.2-r2.ebuild similarity index 90% rename from dev-python/gbinder/gbinder-1.1.2-r1.ebuild rename to dev-python/gbinder/gbinder-1.1.2-r2.ebuild index 448486cbc..f63c84d96 100644 --- a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild +++ b/dev-python/gbinder/gbinder-1.1.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_EXT=1 @@ -21,7 +21,7 @@ else EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git" fi -DESCRIPTION="Python bindings for libgbinder" +DESCRIPTION="Python bindings for dev-libs/gbinder" HOMEPAGE="https://github.com/erfanoabdi/gbinder-python" LICENSE="GPL-3" SLOT="0"