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 E96D015800F for ; Tue, 10 Jan 2023 13:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CCFEE07E1; Tue, 10 Jan 2023 13:56:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 837E2E07E1 for ; Tue, 10 Jan 2023 13:56:35 +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 361DF340D92 for ; Tue, 10 Jan 2023 13:56:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F960824 for ; Tue, 10 Jan 2023 13:56:32 +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: <1673358985.605cafdddd4497b70c92d88f0032b6cf811ff610.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-pkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild X-VCS-Directories: dev-util/buildbot-pkg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 605cafdddd4497b70c92d88f0032b6cf811ff610 X-VCS-Branch: master Date: Tue, 10 Jan 2023 13:56:32 +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: 1cd92513-f52c-4350-87d3-db55747ab1ba X-Archives-Hash: d144aa07ef8dd0b2131f4dd88e99861e commit: 605cafdddd4497b70c92d88f0032b6cf811ff610 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 10 13:54:26 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 10 13:56:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605cafdd dev-util/buildbot-pkg: Remove Python < 3.10 Signed-off-by: Michał Górny gentoo.org> dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild b/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild index 4d4e95e9196c..501c0f2c713d 100644 --- a/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild +++ b/dev-util/buildbot-pkg/buildbot-pkg-3.6.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_REQ_USE="sqlite" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 MY_PV="${PV/_p/.post}"