From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0682B158091 for ; Tue, 31 May 2022 10:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C67EE085A; Tue, 31 May 2022 10:08:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 100E7E085A for ; Tue, 31 May 2022 10:08:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 338A23417BB for ; Tue, 31 May 2022 10:08:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF5134ED for ; Tue, 31 May 2022 10:08:20 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653991698.34ebae417cd20cd97bb4a828f7628fab79cf26d0.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ttfautohint-py/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ttfautohint-py/Manifest dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild X-VCS-Directories: dev-python/ttfautohint-py/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 34ebae417cd20cd97bb4a828f7628fab79cf26d0 X-VCS-Branch: dev Date: Tue, 31 May 2022 10:08:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f85fc9b-874e-4520-84b8-3131946838ca X-Archives-Hash: 10ea3a8c46542851f574e918f5863fde commit: 34ebae417cd20cd97bb4a828f7628fab79cf26d0 Author: Alessandro Barbieri gmail com> AuthorDate: Tue May 31 10:06:54 2022 +0000 Commit: Alessandro Barbieri gmail 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 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"