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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF872158020 for ; Fri, 14 Oct 2022 01:26:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6DF2E08FB; Fri, 14 Oct 2022 01:26:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCEA4E08F0 for ; Fri, 14 Oct 2022 01:26:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1BAD340E9A for ; Fri, 14 Oct 2022 01:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 806C660B for ; Fri, 14 Oct 2022 01:26:40 +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: <1665710792.1402b813801f1ccffc547ac9bc6c1c9da05200ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/duplicity/duplicity-1.0.0-r1.ebuild app-backup/duplicity/duplicity-1.0.1-r1.ebuild X-VCS-Directories: app-backup/duplicity/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1402b813801f1ccffc547ac9bc6c1c9da05200ea X-VCS-Branch: master Date: Fri, 14 Oct 2022 01:26:40 +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: 99906d8e-ff3e-444d-a046-3ea45c2900a0 X-Archives-Hash: 72129daeb3c24c0b75d54e48b5df8b03 commit: 1402b813801f1ccffc547ac9bc6c1c9da05200ea Author: Sam James gentoo org> AuthorDate: Fri Oct 14 01:23:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 14 01:26:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1402b813 app-backup/duplicity: use mirror://pypi Bug: https://bugs.gentoo.org/876781 Signed-off-by: Sam James gentoo.org> app-backup/duplicity/duplicity-1.0.0-r1.ebuild | 2 +- app-backup/duplicity/duplicity-1.0.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild index 7b2826b2cea8..5d96b440a67c 100644 --- a/app-backup/duplicity/duplicity-1.0.0-r1.ebuild +++ b/app-backup/duplicity/duplicity-1.0.0-r1.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Secure backup system using gnupg to encrypt data" HOMEPAGE="https://duplicity.gitlab.io/" -SRC_URI="https://files.pythonhosted.org/packages/source/${PN::1}/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild index 7b2826b2cea8..5d96b440a67c 100644 --- a/app-backup/duplicity/duplicity-1.0.1-r1.ebuild +++ b/app-backup/duplicity/duplicity-1.0.1-r1.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Secure backup system using gnupg to encrypt data" HOMEPAGE="https://duplicity.gitlab.io/" -SRC_URI="https://files.pythonhosted.org/packages/source/${PN::1}/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"