projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca2bcfd
)
app-backup/borgmatic: support python3_8
author
Marek Szuba
<marecki@gentoo.org>
Tue, 28 Apr 2020 22:17:10 +0000
(23:17 +0100)
committer
Marek Szuba
<marecki@gentoo.org>
Tue, 28 Apr 2020 22:20:24 +0000
(23:20 +0100)
Following the version bump of dev-python/ruamel-yaml we now have all
the dependencies supporting that version as well, and just to be on the
safe side I have confirmed all borgmatic tests pass with
python_single_target_python3_8,
Signed-off-by: Marek Szuba <marecki@gentoo.org>
app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
patch
|
blob
|
history
diff --git
a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
index 02359afde23e269d641de8724f131ba33542d246..a287fddbef27ad1be0e912eaf53059c7fd74cdd3 100644
(file)
--- a/
app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
+++ b/
app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7
,8
} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS="rdepend"