Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/
Date: Thu, 27 Aug 2020 05:44:55
Message-Id: 1598507055.8b709a4701ec83490d8b4fb01e97ced836d68654.mgorny@gentoo
1 commit: 8b709a4701ec83490d8b4fb01e97ced836d68654
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 26 23:29:27 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 05:44:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b709a47
7
8 dev-python/pypy3: update SRC_URI (#739170)
9
10 Bug: https://bugs.gentoo.org/739170
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/17273
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 dev-python/pypy3/pypy3-7.3.0.ebuild | 2 +-
17 dev-python/pypy3/pypy3-7.3.1-r2.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-python/pypy3/pypy3-7.3.0.ebuild b/dev-python/pypy3/pypy3-7.3.0.ebuild
21 index 1c5dfb21018..83c31b2ebd9 100644
22 --- a/dev-python/pypy3/pypy3-7.3.0.ebuild
23 +++ b/dev-python/pypy3/pypy3-7.3.0.ebuild
24 @@ -10,7 +10,7 @@ MY_P=pypy3.6-v${PV/_/}
25
26 DESCRIPTION="A fast, compliant alternative implementation of the Python (3.6) language"
27 HOMEPAGE="https://pypy.org/"
28 -SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${MY_P}-src.tar.bz2"
29 +SRC_URI="https://downloads.python.org/pypy/${MY_P}-src.tar.bz2"
30 S="${WORKDIR}/${MY_P}-src"
31
32 LICENSE="MIT"
33
34 diff --git a/dev-python/pypy3/pypy3-7.3.1-r2.ebuild b/dev-python/pypy3/pypy3-7.3.1-r2.ebuild
35 index 5b7b8f814b7..12566f26f25 100644
36 --- a/dev-python/pypy3/pypy3-7.3.1-r2.ebuild
37 +++ b/dev-python/pypy3/pypy3-7.3.1-r2.ebuild
38 @@ -10,7 +10,7 @@ MY_P=pypy3.6-v${PV/_/}
39
40 DESCRIPTION="A fast, compliant alternative implementation of the Python (3.6) language"
41 HOMEPAGE="https://pypy.org/"
42 -SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${MY_P}-src.tar.bz2"
43 +SRC_URI="https://downloads.python.org/pypy/${MY_P}-src.tar.bz2"
44 S="${WORKDIR}/${MY_P}-src"
45
46 LICENSE="MIT"