commit:     8b709a4701ec83490d8b4fb01e97ced836d68654
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 26 23:29:27 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 05:44:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b709a47

dev-python/pypy3: 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 <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17273
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypy3/pypy3-7.3.0.ebuild    | 2 +-
 dev-python/pypy3/pypy3-7.3.1-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pypy3/pypy3-7.3.0.ebuild 
b/dev-python/pypy3/pypy3-7.3.0.ebuild
index 1c5dfb21018..83c31b2ebd9 100644
--- a/dev-python/pypy3/pypy3-7.3.0.ebuild
+++ b/dev-python/pypy3/pypy3-7.3.0.ebuild
@@ -10,7 +10,7 @@ MY_P=pypy3.6-v${PV/_/}
 
 DESCRIPTION="A fast, compliant alternative implementation of the Python (3.6) 
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";
 S="${WORKDIR}/${MY_P}-src"
 
 LICENSE="MIT"

diff --git a/dev-python/pypy3/pypy3-7.3.1-r2.ebuild 
b/dev-python/pypy3/pypy3-7.3.1-r2.ebuild
index 5b7b8f814b7..12566f26f25 100644
--- a/dev-python/pypy3/pypy3-7.3.1-r2.ebuild
+++ b/dev-python/pypy3/pypy3-7.3.1-r2.ebuild
@@ -10,7 +10,7 @@ MY_P=pypy3.6-v${PV/_/}
 
 DESCRIPTION="A fast, compliant alternative implementation of the Python (3.6) 
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";
 S="${WORKDIR}/${MY_P}-src"
 
 LICENSE="MIT"

Reply via email to