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 75AC5158095 for ; Sat, 13 Aug 2022 03:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2650E08BD; Sat, 13 Aug 2022 03:10:58 +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 745BDE08BD for ; Sat, 13 Aug 2022 03:10:57 +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 B07E134118D for ; Sat, 13 Aug 2022 03:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D73D561 for ; Sat, 13 Aug 2022 03:10:55 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1660360251.9e8f4ade5befa7bd085cf169059207660a6abb38.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-games/surgescript/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-games/surgescript/surgescript-0.5.5.ebuild dev-games/surgescript/surgescript-9999.ebuild X-VCS-Directories: dev-games/surgescript/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 9e8f4ade5befa7bd085cf169059207660a6abb38 X-VCS-Branch: dev Date: Sat, 13 Aug 2022 03:10:55 +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: 6ecbfec4-c936-49e4-ad80-6c5b042ac8f4 X-Archives-Hash: 22f37309255cb1984aef6223bcf0d09f commit: 9e8f4ade5befa7bd085cf169059207660a6abb38 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Aug 13 02:45:25 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sat Aug 13 03:10:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e8f4ade dev-games/surgescript: Bump PYTHON_COMPAT to 3.11 Closes: https://bugs.gentoo.org/848117 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-games/surgescript/surgescript-0.5.5.ebuild | 4 ++-- dev-games/surgescript/surgescript-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-games/surgescript/surgescript-0.5.5.ebuild b/dev-games/surgescript/surgescript-0.5.5.ebuild index 6885387d8..318014077 100644 --- a/dev-games/surgescript/surgescript-0.5.5.ebuild +++ b/dev-games/surgescript/surgescript-0.5.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..11} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" diff --git a/dev-games/surgescript/surgescript-9999.ebuild b/dev-games/surgescript/surgescript-9999.ebuild index 6885387d8..318014077 100644 --- a/dev-games/surgescript/surgescript-9999.ebuild +++ b/dev-games/surgescript/surgescript-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..11} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material"