Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/geopy/
Date: Sun, 01 Aug 2021 16:38:06
Message-Id: 1627835872.e3e5bd2c3bd08bee3d35120c3299515ca96ba8c9.tupone@gentoo
1 commit: e3e5bd2c3bd08bee3d35120c3299515ca96ba8c9
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 16:37:52 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 16:37:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e5bd2c
7
8 sci-geosciences/geopy: HomepageInSrcUri
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 sci-geosciences/geopy/geopy-2.2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-geosciences/geopy/geopy-2.2.0.ebuild b/sci-geosciences/geopy/geopy-2.2.0.ebuild
17 index f06c131bf15..ad2761b7f00 100644
18 --- a/sci-geosciences/geopy/geopy-2.2.0.ebuild
19 +++ b/sci-geosciences/geopy/geopy-2.2.0.ebuild
20 @@ -8,7 +8,7 @@ inherit distutils-r1
21
22 DESCRIPTION="Python client for several popular geocoding web services"
23 HOMEPAGE="https://github.com/geopy/geopy"
24 -SRC_URI="${HOMEPAGE}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
25 +SRC_URI="https://github.com/geopy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"