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/google-api-core/
Date: Mon, 30 Aug 2021 05:54:23
Message-Id: 1630302840.b7f2268cb169368552fb27220ba797718abb5a68.mgorny@gentoo
1 commit: b7f2268cb169368552fb27220ba797718abb5a68
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 05:54:00 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 05:54:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f2268c
7
8 dev-python/google-api-core: Update homepage
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-api-core/google-api-core-2.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/google-api-core/google-api-core-2.0.0.ebuild b/dev-python/google-api-core/google-api-core-2.0.0.ebuild
16 index d080e787237..6e1d986b70c 100644
17 --- a/dev-python/google-api-core/google-api-core-2.0.0.ebuild
18 +++ b/dev-python/google-api-core/google-api-core-2.0.0.ebuild
19 @@ -8,8 +8,8 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
20 inherit distutils-r1
21
22 DESCRIPTION="Core Library for Google Client Libraries"
23 -HOMEPAGE="https://github.com/googleapis/python-api-core
24 - https://googleapis.dev/python/google-api-core/latest"
25 +HOMEPAGE="https://github.com/googleapis/python-api-core/
26 + https://googleapis.dev/python/google-api-core/latest/index.html"
27 SRC_URI="https://github.com/googleapis/${PN//google/python}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 S="${WORKDIR}/${P//google/python}"