Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glyphsets/
Date: Mon, 30 May 2022 23:04:36
Message-Id: 1653951863.35ea20561ac4519f3f1eb231f79c05c838fb10ca.Alessandro-Barbieri@gentoo
1 commit: 35ea20561ac4519f3f1eb231f79c05c838fb10ca
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 22:59:54 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 30 23:04:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35ea2056
7
8 dev-python/glyphsets: update SRC_URI
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/glyphsets/Manifest | 2 +-
13 dev-python/glyphsets/glyphsets-0.5.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/glyphsets/Manifest b/dev-python/glyphsets/Manifest
17 index a670b1a4e..6a1b8f7a7 100644
18 --- a/dev-python/glyphsets/Manifest
19 +++ b/dev-python/glyphsets/Manifest
20 @@ -1 +1 @@
21 -DIST glyphsets-0.5.0.tar.gz 1473150 BLAKE2B d745b7689c9eee7cd1a25035d13f19d6eb6db7c8e603ecf87ed689f0cb2e2d1a421b4d5a4f08c7d470def2d5d8db7636a01941f3445579a0712f2ab506a9571a SHA512 94d6ab956a5ab16f061b57e5210ea59733486a27bde3093e8af279ac8f5f1e2efce71d5135ac7182ec027916e31d86433939e743084c405653250893d9221a02
22 +DIST glyphsets-0.5.0.gh.tar.gz 1473150 BLAKE2B d745b7689c9eee7cd1a25035d13f19d6eb6db7c8e603ecf87ed689f0cb2e2d1a421b4d5a4f08c7d470def2d5d8db7636a01941f3445579a0712f2ab506a9571a SHA512 94d6ab956a5ab16f061b57e5210ea59733486a27bde3093e8af279ac8f5f1e2efce71d5135ac7182ec027916e31d86433939e743084c405653250893d9221a02
23
24 diff --git a/dev-python/glyphsets/glyphsets-0.5.0.ebuild b/dev-python/glyphsets/glyphsets-0.5.0.ebuild
25 index c7c34fc04..83d1467e6 100644
26 --- a/dev-python/glyphsets/glyphsets-0.5.0.ebuild
27 +++ b/dev-python/glyphsets/glyphsets-0.5.0.ebuild
28 @@ -12,7 +12,7 @@ HOMEPAGE="
29 https://github.com/googlefonts/glyphsets
30 https://pypi.org/project/glyphsets/
31 "
32 -SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
33 +SRC_URI="https://github.com/googlefonts/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
34
35 LICENSE="Apache-2.0"
36 KEYWORDS="~amd64"