Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/
Date: Tue, 28 Apr 2020 22:20:45
Message-Id: 1588112424.f9d2fea986ea44f1007d18723cff7c938b8c8090.marecki@gentoo
1 commit: f9d2fea986ea44f1007d18723cff7c938b8c8090
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 22:17:10 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 22:20:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d2fea9
7
8 app-backup/borgmatic: support python3_8
9
10 Following the version bump of dev-python/ruamel-yaml we now have all
11 the dependencies supporting that version as well, and just to be on the
12 safe side I have confirmed all borgmatic tests pass with
13 python_single_target_python3_8,
14
15 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
16
17 app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
21 index 02359afde23..a287fddbef2 100644
22 --- a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
23 +++ b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{6,7} )
29 +PYTHON_COMPAT=( python3_{6,7,8} )
30 DISTUTILS_SINGLE_IMPL=1
31 DISTUTILS_USE_SETUPTOOLS="rdepend"