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 EEC241382C5 for ; Tue, 1 Jun 2021 10:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CCAAE081E; Tue, 1 Jun 2021 10:08:17 +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 04132E0815 for ; Tue, 1 Jun 2021 10:08:17 +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 BEC8C340FBB for ; Tue, 1 Jun 2021 10:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38C4679E for ; Tue, 1 Jun 2021 10:08:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622542085.fd06875ba08ab7f517e51e7c4277fc6f84b3a15c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgweb/borgweb-0.2.0-r2.ebuild app-backup/borgweb/borgweb-0.3.0.ebuild X-VCS-Directories: app-backup/borgweb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fd06875ba08ab7f517e51e7c4277fc6f84b3a15c X-VCS-Branch: master Date: Tue, 1 Jun 2021 10:08:14 +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: 207cb569-8245-4573-a1e9-7e557efe1b41 X-Archives-Hash: 1bf06c5ea31be8aea88dc48094326296 commit: fd06875ba08ab7f517e51e7c4277fc6f84b3a15c Author: Sam James gentoo org> AuthorDate: Tue Jun 1 10:03:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 1 10:08:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd06875b app-backup/borgweb: add Python 3.9 Signed-off-by: Sam James gentoo.org> app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 6 ++---- app-backup/borgweb/borgweb-0.3.0.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild index 08800aaccdd..6ed8f90906b 100644 --- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild +++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 @@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}]" diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild b/app-backup/borgweb/borgweb-0.3.0.ebuild index 08800aaccdd..6ed8f90906b 100644 --- a/app-backup/borgweb/borgweb-0.3.0.ebuild +++ b/app-backup/borgweb/borgweb-0.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 @@ -14,8 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}]"