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/hyperglot/
Date: Tue, 31 May 2022 15:36:49
Message-Id: 1654011402.6192125fb33dacc012dc68c22cf80ef70e18a60c.Alessandro-Barbieri@gentoo
1 commit: 6192125fb33dacc012dc68c22cf80ef70e18a60c
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue May 31 13:32:08 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue May 31 15:36:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6192125f
7
8 dev-python/hyperglot: update SRC_URI
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/hyperglot/Manifest | 2 +-
13 dev-python/hyperglot/hyperglot-0.3.8.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/hyperglot/Manifest b/dev-python/hyperglot/Manifest
17 index 1b03ea8ea..03ad41e79 100644
18 --- a/dev-python/hyperglot/Manifest
19 +++ b/dev-python/hyperglot/Manifest
20 @@ -1 +1 @@
21 -DIST hyperglot-0.3.8.tar.gz 7535789 BLAKE2B ea95372cfff195d2f991cc9a6bc3e26a9576e234167dde0c3a550979f6657e23b2169beb9d67b05fe8de1922e8a299ae24653da611e4277027798b2d139bc12f SHA512 32b8a08795fad10bfe909ddcab9578a53d1a0faf5a9ac79c2a129d2529d00166336560528f298ff8433fdc1149791da948fa2ef4f4d67780bd79b8f8126bdaf6
22 +DIST hyperglot-0.3.8.gh.tar.gz 7535789 BLAKE2B ea95372cfff195d2f991cc9a6bc3e26a9576e234167dde0c3a550979f6657e23b2169beb9d67b05fe8de1922e8a299ae24653da611e4277027798b2d139bc12f SHA512 32b8a08795fad10bfe909ddcab9578a53d1a0faf5a9ac79c2a129d2529d00166336560528f298ff8433fdc1149791da948fa2ef4f4d67780bd79b8f8126bdaf6
23
24 diff --git a/dev-python/hyperglot/hyperglot-0.3.8.ebuild b/dev-python/hyperglot/hyperglot-0.3.8.ebuild
25 index 86e68098e..6f30fd58e 100644
26 --- a/dev-python/hyperglot/hyperglot-0.3.8.ebuild
27 +++ b/dev-python/hyperglot/hyperglot-0.3.8.ebuild
28 @@ -13,7 +13,7 @@ HOMEPAGE="
29 https://github.com/rosettatype/hyperglot
30 https://pypi.org/project/hyperglot/
31 "
32 -SRC_URI="https://github.com/rosettatype/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
33 +SRC_URI="https://github.com/rosettatype/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
34
35 LICENSE="GPL-3+ OFL"
36 KEYWORDS="~amd64"