diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-04 15:54:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-04 15:56:00 +0100 |
commit | 17ccbf4b386841db8cc37c198baeaa19e8bc17df (patch) | |
tree | ed85e75c188940fa60d6407d6b79a115fc2a8c08 /dev-python/pypy3-exe | |
parent | dev-python/pypy3-exe-bin: Update HOMEPAGE (diff) | |
download | gentoo-17ccbf4b386841db8cc37c198baeaa19e8bc17df.tar.gz gentoo-17ccbf4b386841db8cc37c198baeaa19e8bc17df.tar.bz2 gentoo-17ccbf4b386841db8cc37c198baeaa19e8bc17df.zip |
dev-python/pypy3-exe: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3-exe')
-rw-r--r-- | dev-python/pypy3-exe/pypy3-exe-7.3.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pypy3-exe/pypy3-exe-7.3.3_p37.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pypy3-exe/pypy3-exe-7.3.3_p37_p1.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.3.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.3.ebuild index a5252cdf0580..47842a1b89c8 100644 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.3.ebuild +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.3.ebuild @@ -9,7 +9,7 @@ inherit check-reqs pax-utils python-any-r1 toolchain-funcs MY_P=pypy3.6-v${PV/_/} DESCRIPTION="PyPy3 executable (build from source)" -HOMEPAGE="https://pypy.org/" +HOMEPAGE="https://www.pypy.org/" SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2" S="${WORKDIR}/${MY_P}-src" diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37.ebuild index 5992fb3e87ef..e18b6cd2b56f 100644 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37.ebuild +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit check-reqs pax-utils python-any-r1 toolchain-funcs PYPY_PV=${PV%_p37} MY_P=pypy3.7-v${PYPY_PV/_/} DESCRIPTION="PyPy3 executable (build from source)" -HOMEPAGE="https://pypy.org/" +HOMEPAGE="https://www.pypy.org/" SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2" S="${WORKDIR}/${MY_P}-src" diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37_p1.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37_p1.ebuild index c74de063e073..27b0473f2566 100644 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37_p1.ebuild +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.3_p37_p1.ebuild @@ -12,7 +12,7 @@ MY_P=pypy3.7-v${PYPY_PV/_/} PATCHSET="pypy3.7-gentoo-patches-${PV/_p37}" DESCRIPTION="PyPy3 executable (build from source)" -HOMEPAGE="https://pypy.org/" +HOMEPAGE="https://www.pypy.org/" SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2 https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz" S="${WORKDIR}/${MY_P}-src" |