From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB3C3138350 for ; Tue, 28 Apr 2020 22:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AE91E089A; Tue, 28 Apr 2020 22:20:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59F58E089A for ; Tue, 28 Apr 2020 22:20:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03D9E34EF8C for ; Tue, 28 Apr 2020 22:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 857661F2 for ; Tue, 28 Apr 2020 22:20:41 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1588112424.f9d2fea986ea44f1007d18723cff7c938b8c8090.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild X-VCS-Directories: app-backup/borgmatic/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f9d2fea986ea44f1007d18723cff7c938b8c8090 X-VCS-Branch: master Date: Tue, 28 Apr 2020 22:20:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1eb7da1-bef7-4e28-abb1-32e13751b29c X-Archives-Hash: 960927329d8e25deee89cd9c7cdac1aa commit: f9d2fea986ea44f1007d18723cff7c938b8c8090 Author: Marek Szuba gentoo org> AuthorDate: Tue Apr 28 22:17:10 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Apr 28 22:20:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d2fea9 app-backup/borgmatic: support python3_8 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 gentoo.org> app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild b/app-backup/borgmatic/borgmatic-1.5.1-r2.ebuild index 02359afde23..a287fddbef2 100644 --- 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"