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/ttfautohint-py/
Date: Tue, 31 May 2022 10:08:26
Message-Id: 1653991698.34ebae417cd20cd97bb4a828f7628fab79cf26d0.Alessandro-Barbieri@gentoo
1 commit: 34ebae417cd20cd97bb4a828f7628fab79cf26d0
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue May 31 10:06:54 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue May 31 10:08:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34ebae41
7
8 dev-python/ttfautohint-py: update SRC_URI
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/ttfautohint-py/Manifest | 2 +-
13 dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/ttfautohint-py/Manifest b/dev-python/ttfautohint-py/Manifest
17 index 6b0d59502..c908d81c8 100644
18 --- a/dev-python/ttfautohint-py/Manifest
19 +++ b/dev-python/ttfautohint-py/Manifest
20 @@ -1 +1 @@
21 -DIST ttfautohint-py-0.5.1.tar.gz 186884 BLAKE2B ab09325f262e631639433852a9709b52c23a08e2a179fb9f2bce46d851a5523205076ef2698de5c2af10828fc8290d905d5cfe58c44fbfecce4474d504c2d84c SHA512 0673daa17666af7df4fdd9836c978bb6e1620193524a9043d31900047191ef29dd75783afaf5929cb3a7b74137ec9b4e9b5c15793f811824ab6dc2a0780fd798
22 +DIST ttfautohint-py-0.5.1.gh.tar.gz 186884 BLAKE2B ab09325f262e631639433852a9709b52c23a08e2a179fb9f2bce46d851a5523205076ef2698de5c2af10828fc8290d905d5cfe58c44fbfecce4474d504c2d84c SHA512 0673daa17666af7df4fdd9836c978bb6e1620193524a9043d31900047191ef29dd75783afaf5929cb3a7b74137ec9b4e9b5c15793f811824ab6dc2a0780fd798
23
24 diff --git a/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild b/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild
25 index 0c39ba3a2..9d4f68ead 100644
26 --- a/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild
27 +++ b/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild
28 @@ -9,7 +9,8 @@ inherit distutils-r1
29
30 DESCRIPTION="A Python wrapper for ttfautohint"
31 HOMEPAGE="https://github.com/fonttools/ttfautohint-py"
32 -SRC_URI="https://github.com/fonttools/ttfautohint-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
33 +SRC_URI="https://github.com/fonttools/ttfautohint-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
34 +
35 KEYWORDS="~amd64"
36 LICENSE="MIT"
37 SLOT="0"