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 E9DDB15800A for ; Sun, 6 Aug 2023 12:30:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83A9E2BC03E; Sun, 6 Aug 2023 12:30:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 682552BC03E for ; Sun, 6 Aug 2023 12:30:46 +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 795F7340E43 for ; Sun, 6 Aug 2023 12:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BD2BF21 for ; Sun, 6 Aug 2023 12:30:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1691325032.96e47734d30e48539c3c3c0eb4388ff526484aba.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plyr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/plyr/Manifest dev-python/plyr/plyr-1.0.6-r1.ebuild X-VCS-Directories: dev-python/plyr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 96e47734d30e48539c3c3c0eb4388ff526484aba X-VCS-Branch: master Date: Sun, 6 Aug 2023 12:30:42 +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: 93a477a3-9f23-4684-912c-a6b79ab06c6c X-Archives-Hash: 32932fd06db31cd43e800aa8e37a2a00 commit: 96e47734d30e48539c3c3c0eb4388ff526484aba Author: Michał Górny gentoo org> AuthorDate: Sun Aug 6 12:29:34 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 6 12:30:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e47734 dev-python/plyr: Fix distfile suffix Signed-off-by: Michał Górny gentoo.org> dev-python/plyr/Manifest | 2 +- dev-python/plyr/plyr-1.0.6-r1.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/plyr/Manifest b/dev-python/plyr/Manifest index 3ee06dbd0d8f..bd04cbe3a715 100644 --- a/dev-python/plyr/Manifest +++ b/dev-python/plyr/Manifest @@ -1 +1 @@ -DIST python-glyr-1.0.6.tar.gz 42952 BLAKE2B fd95ef9fd01788c6f6526eabb77cc2c93bd28324066cfb1a4be70a5990bb1599e57e40d607f926a7216c582389e9763bdc92fbd411cdeef52aa86e1ba6138c83 SHA512 c4b04b1379116048f78c3ce5f9d30c92fd0d7198bfda456891d3012d115b86a5970595d9b4bc1d43028e87c9d467c35a7d02c7f3a9f4670dae8a17c22d1ab58a +DIST python-glyr-1.0.6.gh.tar.gz 42952 BLAKE2B fd95ef9fd01788c6f6526eabb77cc2c93bd28324066cfb1a4be70a5990bb1599e57e40d607f926a7216c582389e9763bdc92fbd411cdeef52aa86e1ba6138c83 SHA512 c4b04b1379116048f78c3ce5f9d30c92fd0d7198bfda456891d3012d115b86a5970595d9b4bc1d43028e87c9d467c35a7d02c7f3a9f4670dae8a17c22d1ab58a diff --git a/dev-python/plyr/plyr-1.0.6-r1.ebuild b/dev-python/plyr/plyr-1.0.6-r1.ebuild index 86ca41a6469f..bd405e8ab86d 100644 --- a/dev-python/plyr/plyr-1.0.6-r1.ebuild +++ b/dev-python/plyr/plyr-1.0.6-r1.ebuild @@ -19,7 +19,8 @@ HOMEPAGE=" https://pypi.org/project/plyr/ " SRC_URI=" - https://github.com/sahib/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz + https://github.com/sahib/${MY_PN}/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz " S="${WORKDIR}/${MY_P}"