summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:40:14 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:42:10 +0100
commit2418a10ba610b6b5d20819548a5a3ca689862fb0 (patch)
treeaaaf82c7c5497c788ec3ed591cf177a2e90ddc76 /net-misc/s3cmd
parentnet-misc/s3cmd: Remove old requiring Python < 3.10 (diff)
downloadgentoo-2418a10ba610b6b5d20819548a5a3ca689862fb0.tar.gz
gentoo-2418a10ba610b6b5d20819548a5a3ca689862fb0.tar.bz2
gentoo-2418a10ba610b6b5d20819548a5a3ca689862fb0.zip
net-misc/s3cmd: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/s3cmd')
-rw-r--r--net-misc/s3cmd/s3cmd-2.2.0.ebuild4
-rw-r--r--net-misc/s3cmd/s3cmd-2.3.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/s3cmd/s3cmd-2.2.0.ebuild b/net-misc/s3cmd/s3cmd-2.2.0.ebuild
index 6071aa7c9675..abdc01352a90 100644
--- a/net-misc/s3cmd/s3cmd-2.2.0.ebuild
+++ b/net-misc/s3cmd/s3cmd-2.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1
diff --git a/net-misc/s3cmd/s3cmd-2.3.0.ebuild b/net-misc/s3cmd/s3cmd-2.3.0.ebuild
index 7a4b555933e3..83925aea1a35 100644
--- a/net-misc/s3cmd/s3cmd-2.3.0.ebuild
+++ b/net-misc/s3cmd/s3cmd-2.3.0.ebuild
@@ -1,9 +1,9 @@
-# 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..11} )
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1