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