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 126AC138351 for ; Sat, 28 Mar 2020 16:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F25A5E0C47; Sat, 28 Mar 2020 16:27:58 +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 D95C9E0C47 for ; Sat, 28 Mar 2020 16:27:58 +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 E33E434FA02 for ; Sat, 28 Mar 2020 16:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93EF51A4 for ; Sat, 28 Mar 2020 16:27:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585412868.3d10ae9219795891c021fa04deeecaf9873ae68b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/duplicity/duplicity-0.8.09-r1.ebuild app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild app-backup/duplicity/duplicity-0.8.11.1596.ebuild X-VCS-Directories: app-backup/duplicity/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3d10ae9219795891c021fa04deeecaf9873ae68b X-VCS-Branch: master Date: Sat, 28 Mar 2020 16:27:55 +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: fde1a540-4a88-433b-8cd0-6f6ec14ec481 X-Archives-Hash: 956517293ea3d5b59a161d991cb9571c commit: 3d10ae9219795891c021fa04deeecaf9873ae68b Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 16:20:55 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 16:27:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d10ae92 app-backup/duplicity: Remove py2 Signed-off-by: Michał Górny gentoo.org> app-backup/duplicity/duplicity-0.8.09-r1.ebuild | 2 +- app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild | 2 +- app-backup/duplicity/duplicity-0.8.11.1596.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild index d0a0bbcc793..6507cb77f9b 100644 --- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild +++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild index f10cb3f300f..3f789257f08 100644 --- a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild +++ b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 diff --git a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild index 8482e3100d2..f9ce35aa987 100644 --- a/app-backup/duplicity/duplicity-0.8.11.1596.ebuild +++ b/app-backup/duplicity/duplicity-0.8.11.1596.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1