commit: 34ebae417cd20cd97bb4a828f7628fab79cf26d0 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Tue May 31 10:06:54 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Tue May 31 10:08:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34ebae41
dev-python/ttfautohint-py: update SRC_URI Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/ttfautohint-py/Manifest | 2 +- dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/ttfautohint-py/Manifest b/dev-python/ttfautohint-py/Manifest index 6b0d59502..c908d81c8 100644 --- a/dev-python/ttfautohint-py/Manifest +++ b/dev-python/ttfautohint-py/Manifest @@ -1 +1 @@ -DIST ttfautohint-py-0.5.1.tar.gz 186884 BLAKE2B ab09325f262e631639433852a9709b52c23a08e2a179fb9f2bce46d851a5523205076ef2698de5c2af10828fc8290d905d5cfe58c44fbfecce4474d504c2d84c SHA512 0673daa17666af7df4fdd9836c978bb6e1620193524a9043d31900047191ef29dd75783afaf5929cb3a7b74137ec9b4e9b5c15793f811824ab6dc2a0780fd798 +DIST ttfautohint-py-0.5.1.gh.tar.gz 186884 BLAKE2B ab09325f262e631639433852a9709b52c23a08e2a179fb9f2bce46d851a5523205076ef2698de5c2af10828fc8290d905d5cfe58c44fbfecce4474d504c2d84c SHA512 0673daa17666af7df4fdd9836c978bb6e1620193524a9043d31900047191ef29dd75783afaf5929cb3a7b74137ec9b4e9b5c15793f811824ab6dc2a0780fd798 diff --git a/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild b/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild index 0c39ba3a2..9d4f68ead 100644 --- a/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild +++ b/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild @@ -9,7 +9,8 @@ inherit distutils-r1 DESCRIPTION="A Python wrapper for ttfautohint" HOMEPAGE="https://github.com/fonttools/ttfautohint-py" -SRC_URI="https://github.com/fonttools/ttfautohint-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/fonttools/ttfautohint-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + KEYWORDS="~amd64" LICENSE="MIT" SLOT="0"
