commit: 2f4f6c300c98f1655042c21fc6bc1f20a0c279ff Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jan 10 14:33:57 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 10 14:35:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4f6c30
app-backup/duplicity: Remove Python < 3.10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-backup/duplicity/duplicity-0.8.23-r1.ebuild | 4 ++-- app-backup/duplicity/duplicity-1.0.0-r1.ebuild | 4 ++-- app-backup/duplicity/duplicity-1.0.1-r1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-backup/duplicity/duplicity-0.8.23-r1.ebuild b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild index b5662cd277ed..323aa87afafb 100644 --- a/app-backup/duplicity/duplicity-0.8.23-r1.ebuild +++ b/app-backup/duplicity/duplicity-0.8.23-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_8 python3_9 python3_10 ) +PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 diff --git a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild index 5d96b440a67c..eddcc6c02a7a 100644 --- a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild +++ b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 ) +PYTHON_COMPAT=( python3_10 python3_11 ) inherit distutils-r1 diff --git a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild index 27e868f3d8f9..59350563f536 100644 --- a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild +++ b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 ) +PYTHON_COMPAT=( python3_10 python3_11 ) inherit distutils-r1
