Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/
Date: Thu, 07 May 2020 15:18:05
Message-Id: 1588864400.411a77c0cefd91a1305f3be427440d394a657857.mgorny@gentoo
1 commit: 411a77c0cefd91a1305f3be427440d394a657857
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:13:20 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 15:13:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411a77c0
7
8 net-misc/s3cmd: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/s3cmd/s3cmd-2.0.0.ebuild | 2 +-
13 net-misc/s3cmd/s3cmd-2.0.2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/s3cmd/s3cmd-2.0.0.ebuild b/net-misc/s3cmd/s3cmd-2.0.0.ebuild
17 index f6d2e14b15d..49035b03c3e 100644
18 --- a/net-misc/s3cmd/s3cmd-2.0.0.ebuild
19 +++ b/net-misc/s3cmd/s3cmd-2.0.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26 PYTHON_REQ_USE="xml"
27
28 inherit distutils-r1
29
30 diff --git a/net-misc/s3cmd/s3cmd-2.0.2.ebuild b/net-misc/s3cmd/s3cmd-2.0.2.ebuild
31 index 9fb4d379607..cfdb393490f 100644
32 --- a/net-misc/s3cmd/s3cmd-2.0.2.ebuild
33 +++ b/net-misc/s3cmd/s3cmd-2.0.2.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=6
37
38 -PYTHON_COMPAT=( python{2_7,3_6} )
39 +PYTHON_COMPAT=( python3_6 )
40 PYTHON_REQ_USE="xml"
41
42 inherit distutils-r1