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 0C768158089 for ; Fri, 20 Oct 2023 13:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 526982BC181; Fri, 20 Oct 2023 13:33:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3CE932BC181 for ; Fri, 20 Oct 2023 13:33:37 +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 7AB4E335C7A for ; Fri, 20 Oct 2023 13:33:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BADAA129A for ; Fri, 20 Oct 2023 13:33:33 +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: <1697808782.6262870d42b463416777dd673a8930694afd6caa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/smartypants/Manifest dev-python/smartypants/smartypants-2.0.1-r1.ebuild X-VCS-Directories: dev-python/smartypants/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6262870d42b463416777dd673a8930694afd6caa X-VCS-Branch: master Date: Fri, 20 Oct 2023 13:33:33 +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: 78029545-e890-48a2-95e2-f35c618ba4c0 X-Archives-Hash: fb1442a791eab439da1aa85bd6c67344 commit: 6262870d42b463416777dd673a8930694afd6caa Author: Michał Górny gentoo org> AuthorDate: Fri Oct 20 13:33:02 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 20 13:33:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6262870d dev-python/smartypants: Fix distfile name Signed-off-by: Michał Górny gentoo.org> dev-python/smartypants/Manifest | 2 +- dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/smartypants/Manifest b/dev-python/smartypants/Manifest index 79e9099de5d4..972b658f1a6e 100644 --- a/dev-python/smartypants/Manifest +++ b/dev-python/smartypants/Manifest @@ -1 +1 @@ -DIST smartypants-2.0.1.tar.gz 24152 BLAKE2B 258c9692eec675054dc31f760cf3a9fc3995683d7a15fc549fb390611761c0b09f73e077f5917f9f071a8fc1ae3f06e36f745fdc0e2c368f465e29f6ce51457f SHA512 d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d +DIST smartypants-2.0.1.gh.tar.gz 24152 BLAKE2B 258c9692eec675054dc31f760cf3a9fc3995683d7a15fc549fb390611761c0b09f73e077f5917f9f071a8fc1ae3f06e36f745fdc0e2c368f465e29f6ce51457f SHA512 d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild index bc1f3f909ebe..e1ab8ba2d497 100644 --- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild +++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" " SRC_URI=" https://github.com/leohemsted/smartypants.py/archive/v${PV}.tar.gz - -> ${P}.tar.gz + -> ${P}.gh.tar.gz " S=${WORKDIR}/${MY_P}