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 A7EF8158041 for ; Sat, 13 Apr 2024 16:10:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6F33E2A3B; Sat, 13 Apr 2024 16:10:53 +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 pigeon.gentoo.org (Postfix) with ESMTPS id CEB58E2A3B for ; Sat, 13 Apr 2024 16:10:53 +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 0AEF3343379 for ; Sat, 13 Apr 2024 16:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CD5616DC for ; Sat, 13 Apr 2024 16:10:51 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713024599.e51a84edf0b5ac112c715410369c5a9b567cdf0e.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/baron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/baron/baron-0.9.ebuild X-VCS-Directories: dev-python/baron/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: e51a84edf0b5ac112c715410369c5a9b567cdf0e X-VCS-Branch: dev Date: Sat, 13 Apr 2024 16:10:51 +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: 7e6d2628-ec12-439d-afd5-69311b3c8428 X-Archives-Hash: 217c9be4a7262ccee21e4627eb6e6ba5 commit: e51a84edf0b5ac112c715410369c5a9b567cdf0e Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 16:09:52 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 16:09:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e51a84ed dev-python/baron: enable py3.11, py3.12 Closes: https://bugs.gentoo.org/897402 Signed-off-by: Julien Roy jroy.ca> dev-python/baron/baron-0.9.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/baron/baron-0.9.ebuild b/dev-python/baron/baron-0.9.ebuild index 79ba62ebfa..594e518bd9 100644 --- a/dev-python/baron/baron-0.9.ebuild +++ b/dev-python/baron/baron-0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -22,5 +22,6 @@ RDEPEND=" distutils_enable_tests pytest # Doc building fails: -# RuntimeError: Non Expected warning in `/var/tmp/portage/dev-python/baron-0.9/work/baron-0.9/docs/advanced.rst` line 48 +# RuntimeError: Non Expected warning in +# `/var/tmp/portage/dev-python/baron-0.9/work/baron-0.9/docs/advanced.rst` line 48 #distutils_enable_sphinx docs dev-python/matplotlib dev-python/ipython 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 50765158041 for ; Sat, 13 Apr 2024 16:14:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E4C1E2A7E; Sat, 13 Apr 2024 16:14:09 +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 E6113E2A7B for ; Sat, 13 Apr 2024 16:14:08 +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 0951334339D for ; Sat, 13 Apr 2024 16:14:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E0F516E4 for ; Sat, 13 Apr 2024 16:14:05 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713024599.e51a84edf0b5ac112c715410369c5a9b567cdf0e.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/baron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/baron/baron-0.9.ebuild X-VCS-Directories: dev-python/baron/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: e51a84edf0b5ac112c715410369c5a9b567cdf0e X-VCS-Branch: master Date: Sat, 13 Apr 2024 16:14:05 +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: fa4f5628-1941-4c11-bb75-28e4e9f3c12b X-Archives-Hash: dbe776356fe69b2d97d0770862a5a334 Message-ID: <20240413161405.utVNz0NbyjJ6N5m37NXVRz1pp4hD7YBqdbeMNfx_lDU@z> commit: e51a84edf0b5ac112c715410369c5a9b567cdf0e Author: Julien Roy jroy ca> AuthorDate: Sat Apr 13 16:09:52 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Apr 13 16:09:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e51a84ed dev-python/baron: enable py3.11, py3.12 Closes: https://bugs.gentoo.org/897402 Signed-off-by: Julien Roy jroy.ca> dev-python/baron/baron-0.9.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/baron/baron-0.9.ebuild b/dev-python/baron/baron-0.9.ebuild index 79ba62ebfa..594e518bd9 100644 --- a/dev-python/baron/baron-0.9.ebuild +++ b/dev-python/baron/baron-0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -22,5 +22,6 @@ RDEPEND=" distutils_enable_tests pytest # Doc building fails: -# RuntimeError: Non Expected warning in `/var/tmp/portage/dev-python/baron-0.9/work/baron-0.9/docs/advanced.rst` line 48 +# RuntimeError: Non Expected warning in +# `/var/tmp/portage/dev-python/baron-0.9/work/baron-0.9/docs/advanced.rst` line 48 #distutils_enable_sphinx docs dev-python/matplotlib dev-python/ipython