diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-05-06 12:27:43 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-05-06 16:15:14 -0500 |
commit | fe0766cc2f6a30809d71f932ec27c2d3f6c52e84 (patch) | |
tree | fece2aa73d938856452eedaf638197c5e3aa93b9 /sys-libs/tevent | |
parent | sys-apps/biosdevname: update EAPI 7 -> 8, call udev_reload, fix deps (diff) | |
download | gentoo-fe0766cc2f6a30809d71f932ec27c2d3f6c52e84.tar.gz gentoo-fe0766cc2f6a30809d71f932ec27c2d3f6c52e84.tar.bz2 gentoo-fe0766cc2f6a30809d71f932ec27c2d3f6c52e84.zip |
sys-libs/tevent: enable py3.12
Bug: https://bugs.gentoo.org/920516
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-libs/tevent')
-rw-r--r-- | sys-libs/tevent/tevent-0.14.1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.15.0.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.16.1.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-libs/tevent/tevent-0.14.1.ebuild b/sys-libs/tevent/tevent-0.14.1.ebuild index 59e5993d23c2..3eb4d366e302 100644 --- a/sys-libs/tevent/tevent-0.14.1.ebuild +++ b/sys-libs/tevent/tevent-0.14.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 diff --git a/sys-libs/tevent/tevent-0.15.0.ebuild b/sys-libs/tevent/tevent-0.15.0.ebuild index f59c99993edc..da642d6ee5e9 100644 --- a/sys-libs/tevent/tevent-0.15.0.ebuild +++ b/sys-libs/tevent/tevent-0.15.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 diff --git a/sys-libs/tevent/tevent-0.16.1.ebuild b/sys-libs/tevent/tevent-0.16.1.ebuild index 30eeb780afc8..928396a117a5 100644 --- a/sys-libs/tevent/tevent-0.16.1.ebuild +++ b/sys-libs/tevent/tevent-0.16.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 |