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 CFAC7158020 for ; Thu, 3 Nov 2022 23:15:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03DE2E07AE; Thu, 3 Nov 2022 23:15:24 +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 40904E07A5 for ; Thu, 3 Nov 2022 23:15:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66D3F341214 for ; Thu, 3 Nov 2022 23:15:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C15E96FE for ; Thu, 3 Nov 2022 23:15:19 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1667517300.8d93cb8a3e0d17fe3b60d37064c3c9674d2d0b65.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/consonance/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/consonance/Manifest dev-python/consonance/consonance-0.1.5-r1.ebuild X-VCS-Directories: dev-python/consonance/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 8d93cb8a3e0d17fe3b60d37064c3c9674d2d0b65 X-VCS-Branch: master Date: Thu, 3 Nov 2022 23:15:19 +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: 51899d06-a7d8-4afd-a795-08484ed3287f X-Archives-Hash: f57c64241e62e2ebe37e3b3599c077a7 commit: 8d93cb8a3e0d17fe3b60d37064c3c9674d2d0b65 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Nov 3 23:07:29 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 3 23:15:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d93cb8a dev-python/consonance: fix QA PythonGHDistfileSuffix Signed-off-by: Conrad Kostecki gentoo.org> dev-python/consonance/Manifest | 2 +- dev-python/consonance/consonance-0.1.5-r1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/consonance/Manifest b/dev-python/consonance/Manifest index 8e2cea3c58bd..e6ff03f26fe8 100644 --- a/dev-python/consonance/Manifest +++ b/dev-python/consonance/Manifest @@ -1 +1 @@ -DIST consonance-0.1.5.tar.gz 31225 BLAKE2B 049637747e0b9b027bfc9a064d4fe792a7d2cc42219d83662646120423af1ef18e4a8328a9deaa9e9d8d0f75065afceb6cc9c533fa5728b1e866c160811cce16 SHA512 3ab8a7a2dbca22d519c79a2903f90d79ce3b5709e0025667c9fbe0d5bfc8b3a4ab853403dd29b791bd2cf3101fdd2a3c806e694840256f373d1930daeea71509 +DIST consonance-0.1.5.gh.tar.gz 31225 BLAKE2B 049637747e0b9b027bfc9a064d4fe792a7d2cc42219d83662646120423af1ef18e4a8328a9deaa9e9d8d0f75065afceb6cc9c533fa5728b1e866c160811cce16 SHA512 3ab8a7a2dbca22d519c79a2903f90d79ce3b5709e0025667c9fbe0d5bfc8b3a4ab853403dd29b791bd2cf3101fdd2a3c806e694840256f373d1930daeea71509 diff --git a/dev-python/consonance/consonance-0.1.5-r1.ebuild b/dev-python/consonance/consonance-0.1.5-r1.ebuild index 2278347caba8..0dfdb1da74a5 100644 --- a/dev-python/consonance/consonance-0.1.5-r1.ebuild +++ b/dev-python/consonance/consonance-0.1.5-r1.ebuild @@ -3,14 +3,14 @@ EAPI=8 -DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="WhatsApp's handshake implementation using Noise Protocol" HOMEPAGE="https://github.com/tgalal/consonance" -SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="GPL-3+" SLOT="0"