From 12fca22979c6189f7f33db0dc3c98f2e97025cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 18:23:45 +0100 Subject: [PATCH] dev-util/buildbot-worker: Remove py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild | 4 ++-- dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild | 4 ++-- dev-util/buildbot-worker/buildbot-worker-3.11.9.ebuild | 4 ++-- dev-util/buildbot-worker/buildbot-worker-4.1.0.ebuild | 4 ++-- dev-util/buildbot-worker/buildbot-worker-9999.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild b/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild index 82705d39fc8c3..23d2752d6181a 100644 --- a/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-3.11.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_12 ) inherit readme.gentoo-r1 systemd distutils-r1 pypi DESCRIPTION="BuildBot Worker (slave) Daemon" diff --git a/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild b/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild index f48881a646679..48fc96e91d53e 100644 --- a/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-3.11.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_12 ) inherit readme.gentoo-r1 systemd distutils-r1 pypi DESCRIPTION="BuildBot Worker (slave) Daemon" diff --git a/dev-util/buildbot-worker/buildbot-worker-3.11.9.ebuild b/dev-util/buildbot-worker/buildbot-worker-3.11.9.ebuild index 14440f962a2ae..89bcc993e9cc8 100644 --- a/dev-util/buildbot-worker/buildbot-worker-3.11.9.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-3.11.9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_12 ) PYPI_PN=${PN/-/_} inherit readme.gentoo-r1 systemd distutils-r1 pypi diff --git a/dev-util/buildbot-worker/buildbot-worker-4.1.0.ebuild b/dev-util/buildbot-worker/buildbot-worker-4.1.0.ebuild index e8b4cc02b177b..28f1dfd37dea2 100644 --- a/dev-util/buildbot-worker/buildbot-worker-4.1.0.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-4.1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_12 ) PYPI_PN=${PN/-/_} inherit readme.gentoo-r1 systemd distutils-r1 pypi diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild index 719c5d12f89e5..c17f1527152df 100644 --- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_12 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" inherit readme.gentoo-r1 systemd distutils-r1