diff options
author | Sam James <sam@gentoo.org> | 2024-06-03 08:06:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-03 08:35:17 +0100 |
commit | cc53cb6dd02571ff04987d89014a18170989ba46 (patch) | |
tree | 909096227cdc2e899eba0d577a8a48520a25da6e /app-backup | |
parent | app-backup/backintime: drop 1.3.2-r1 (diff) | |
download | gentoo-cc53cb6dd02571ff04987d89014a18170989ba46.tar.gz gentoo-cc53cb6dd02571ff04987d89014a18170989ba46.tar.bz2 gentoo-cc53cb6dd02571ff04987d89014a18170989ba46.zip |
app-backup/backintime: enable py3.12
It has some regex warnings but nothing else, tests pass.
Closes: https://bugs.gentoo.org/929284
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/backintime/backintime-1.3.3-r1.ebuild | 4 | ||||
-rw-r--r-- | app-backup/backintime/backintime-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-backup/backintime/backintime-1.3.3-r1.ebuild b/app-backup/backintime/backintime-1.3.3-r1.ebuild index 4168adaf8d16..1c12af8e9f54 100644 --- a/app-backup/backintime/backintime-1.3.3-r1.ebuild +++ b/app-backup/backintime/backintime-1.3.3-r1.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} ) inherit python-single-r1 xdg DESCRIPTION="Backup system inspired by TimeVault and FlyBack" diff --git a/app-backup/backintime/backintime-9999.ebuild b/app-backup/backintime/backintime-9999.ebuild index 70b61fb635db..27931eda4e24 100644 --- a/app-backup/backintime/backintime-9999.ebuild +++ b/app-backup/backintime/backintime-9999.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} ) inherit python-single-r1 xdg DESCRIPTION="Backup system inspired by TimeVault and FlyBack" |