diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:33:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:35:34 +0100 |
commit | 2f4f6c300c98f1655042c21fc6bc1f20a0c279ff (patch) | |
tree | e028e7d6265a6405a6dd0b055cab7958c752711b /app-backup | |
parent | dev-python/aws-sam-translator: Remove old (diff) | |
download | gentoo-2f4f6c300c98f1655042c21fc6bc1f20a0c279ff.tar.gz gentoo-2f4f6c300c98f1655042c21fc6bc1f20a0c279ff.tar.bz2 gentoo-2f4f6c300c98f1655042c21fc6bc1f20a0c279ff.zip |
app-backup/duplicity: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/duplicity/duplicity-0.8.23-r1.ebuild | 4 | ||||
-rw-r--r-- | app-backup/duplicity/duplicity-1.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 |