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 A0C05138359 for ; Thu, 27 Aug 2020 05:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B79F7E0C62; Thu, 27 Aug 2020 05:44:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9E408E0C62 for ; Thu, 27 Aug 2020 05:44:53 +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 79FE4340BBE for ; Thu, 27 Aug 2020 05:44:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0763C32E for ; Thu, 27 Aug 2020 05:44:51 +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: <1598507053.ff2ef39079650ebcae651eb7e91814654a4666bf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/pypy-7.3.0.ebuild dev-python/pypy/pypy-7.3.1-r2.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ff2ef39079650ebcae651eb7e91814654a4666bf X-VCS-Branch: master Date: Thu, 27 Aug 2020 05:44:51 +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: 9eaaf4b7-559c-4b76-9a0f-9b96bb07290f X-Archives-Hash: efa89c40b3bec74fe7eba5636b9a0a0a commit: ff2ef39079650ebcae651eb7e91814654a4666bf Author: Azamat H. Hackimov gmail com> AuthorDate: Wed Aug 26 23:28:42 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 27 05:44:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2ef390 dev-python/pypy: update SRC_URI (#739170) Bug: https://bugs.gentoo.org/739170 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov gmail.com> Signed-off-by: Michał Górny gentoo.org> dev-python/pypy/pypy-7.3.0.ebuild | 2 +- dev-python/pypy/pypy-7.3.1-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy/pypy-7.3.0.ebuild b/dev-python/pypy/pypy-7.3.0.ebuild index 15a4ffa9945..d39cd6b286b 100644 --- a/dev-python/pypy/pypy-7.3.0.ebuild +++ b/dev-python/pypy/pypy-7.3.0.ebuild @@ -11,7 +11,7 @@ PATCHSET="python-gentoo-patches-2.7.17-r1" DESCRIPTION="A fast, compliant alternative implementation of the Python language" HOMEPAGE="https://pypy.org/" -SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${MY_P}-src.tar.bz2 +SRC_URI="https://downloads.python.org/pypy/${MY_P}-src.tar.bz2 https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz" S="${WORKDIR}/${MY_P}-src" diff --git a/dev-python/pypy/pypy-7.3.1-r2.ebuild b/dev-python/pypy/pypy-7.3.1-r2.ebuild index ad8c9e1d85c..db9a31d76c7 100644 --- a/dev-python/pypy/pypy-7.3.1-r2.ebuild +++ b/dev-python/pypy/pypy-7.3.1-r2.ebuild @@ -11,7 +11,7 @@ PATCHSET="python-gentoo-patches-2.7.17-r1" DESCRIPTION="A fast, compliant alternative implementation of the Python language" HOMEPAGE="https://pypy.org/" -SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${MY_P}-src.tar.bz2 +SRC_URI="https://downloads.python.org/pypy/${MY_P}-src.tar.bz2 https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz" S="${WORKDIR}/${MY_P}-src"