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 36E6815ACFC for ; Tue, 2 May 2023 23:01:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A41DE090E; Tue, 2 May 2023 23:01:55 +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 254FCE090E for ; Tue, 2 May 2023 23:01:55 +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 258A13415EC for ; Tue, 2 May 2023 23:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72361A63 for ; Tue, 2 May 2023 23:01:51 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1683068225.9b99b3e8e353dc5225a67d170deeae827cb16171.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fscacher/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/fscacher/fscacher-0.1.4.ebuild dev-python/fscacher/fscacher-0.2.0.ebuild X-VCS-Directories: dev-python/fscacher/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 9b99b3e8e353dc5225a67d170deeae827cb16171 X-VCS-Branch: master Date: Tue, 2 May 2023 23:01:51 +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: 6b870de1-c7e8-40a2-9790-264b339e8781 X-Archives-Hash: f49e62a6691ff5ad199595c275b4d16d commit: 9b99b3e8e353dc5225a67d170deeae827cb16171 Author: Horea Christian chymera eu> AuthorDate: Tue May 2 22:57:05 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Tue May 2 22:57:05 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9b99b3e8 dev-python/fscacher: update SRC_URI Signed-off-by: Horea Christian chymera.eu> dev-python/fscacher/fscacher-0.1.4.ebuild | 2 +- dev-python/fscacher/fscacher-0.2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/fscacher/fscacher-0.1.4.ebuild b/dev-python/fscacher/fscacher-0.1.4.ebuild index 476dcbf5b..50dcd6914 100644 --- a/dev-python/fscacher/fscacher-0.1.4.ebuild +++ b/dev-python/fscacher/fscacher-0.1.4.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Cache results of operations on heavy file trees" HOMEPAGE="https://github.com/con/fscacher" -SRC_URI="https://github.com/con/fscacher/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/con/fscacher/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" SLOT="0" LICENSE="MIT" diff --git a/dev-python/fscacher/fscacher-0.2.0.ebuild b/dev-python/fscacher/fscacher-0.2.0.ebuild index 91887f218..f466d0675 100644 --- a/dev-python/fscacher/fscacher-0.2.0.ebuild +++ b/dev-python/fscacher/fscacher-0.2.0.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Cache results of operations on heavy file trees" HOMEPAGE="https://github.com/con/fscacher" -SRC_URI="https://github.com/con/fscacher/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/con/fscacher/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" SLOT="0" LICENSE="MIT"