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-libs/branca/
Date: Sun, 01 Aug 2021 16:39:25
Message-Id: 1627835951.2cd244d699301d02fea6634b372ec8988300dc62.tupone@gentoo
1 commit: 2cd244d699301d02fea6634b372ec8988300dc62
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 16:39:11 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 16:39:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd244d6
7
8 sci-libs/branca: 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-libs/branca/branca-0.4.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/branca/branca-0.4.2.ebuild b/sci-libs/branca/branca-0.4.2.ebuild
17 index 827ed2ca9ac..f536554b730 100644
18 --- a/sci-libs/branca/branca-0.4.2.ebuild
19 +++ b/sci-libs/branca/branca-0.4.2.ebuild
20 @@ -8,7 +8,7 @@ inherit distutils-r1
21
22 DESCRIPTION="spinoff from folium, host the non-map-specific features."
23 HOMEPAGE="https://github.com/python-visualization/branca"
24 -SRC_URI="${HOMEPAGE}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
25 +SRC_URI="https://github.com/python-visualization/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"