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: app-backup/duplicity/
Date: Sat, 28 Mar 2020 16:28:00
Message-Id: 1585412868.3d10ae9219795891c021fa04deeecaf9873ae68b.mgorny@gentoo
1 commit: 3d10ae9219795891c021fa04deeecaf9873ae68b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 16:20:55 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 16:27:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d10ae92
7
8 app-backup/duplicity: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-backup/duplicity/duplicity-0.8.09-r1.ebuild | 2 +-
13 app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild | 2 +-
14 app-backup/duplicity/duplicity-0.8.11.1596.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
18 index d0a0bbcc793..6507cb77f9b 100644
19 --- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
20 +++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python2_7 python3_6 )
26 +PYTHON_COMPAT=( python3_6 )
27
28 inherit distutils-r1
29
30
31 diff --git a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
32 index f10cb3f300f..3f789257f08 100644
33 --- a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
34 +++ b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
40 +PYTHON_COMPAT=( python3_6 python3_7 )
41
42 inherit distutils-r1
43
44
45 diff --git a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild
46 index 8482e3100d2..f9ce35aa987 100644
47 --- a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild
48 +++ b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild
49 @@ -2,7 +2,7 @@
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 -PYTHON_COMPAT=( python2_7 python3_6 )
54 +PYTHON_COMPAT=( python3_6 )
55
56 inherit distutils-r1