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 ED62C158020 for ; Mon, 21 Nov 2022 08:45:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A1F2E0991; Mon, 21 Nov 2022 08:45:19 +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 E24BCE0991 for ; Mon, 21 Nov 2022 08:45:18 +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 09456340B9C for ; Mon, 21 Nov 2022 08:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DCBD6D2 for ; Mon, 21 Nov 2022 08:45:16 +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: <1669020277.46f6dca8a42975259c47e8c57a486ef04c40272a.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nwbinspector/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/nwbinspector/nwbinspector-0.3.9.ebuild dev-python/nwbinspector/nwbinspector-0.4.12.ebuild dev-python/nwbinspector/nwbinspector-0.4.14.ebuild X-VCS-Directories: dev-python/nwbinspector/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 46f6dca8a42975259c47e8c57a486ef04c40272a X-VCS-Branch: master Date: Mon, 21 Nov 2022 08:45:16 +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: 23c699c4-8d4d-41e0-a4f2-90f6f3361c82 X-Archives-Hash: 2e4083bf8522d2d544b3597edd7b811f commit: 46f6dca8a42975259c47e8c57a486ef04c40272a Author: Horea Christian chymera eu> AuthorDate: Mon Nov 21 08:44:37 2022 +0000 Commit: Horea Christian gmail com> CommitDate: Mon Nov 21 08:44:37 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=46f6dca8 dev-python/nwbinspector: using gh distfile suffix (checksums unchanged) Signed-off-by: Horea Christian chymera.eu> dev-python/nwbinspector/nwbinspector-0.3.9.ebuild | 2 +- dev-python/nwbinspector/nwbinspector-0.4.12.ebuild | 2 +- dev-python/nwbinspector/nwbinspector-0.4.14.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild index e248266d4..b25a071ff 100644 --- a/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild +++ b/dev-python/nwbinspector/nwbinspector-0.3.9.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Inspect NWB files for compliance with NWB Best Practices" HOMEPAGE="https://github.com/NeurodataWithoutBorders/nwbinspector" -SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild index a2b20f5af..2fd918bd9 100644 --- a/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild +++ b/dev-python/nwbinspector/nwbinspector-0.4.12.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Inspect NWB files for compliance with NWB Best Practices" HOMEPAGE="https://github.com/NeurodataWithoutBorders/nwbinspector" -SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild b/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild index a2b20f5af..2fd918bd9 100644 --- a/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild +++ b/dev-python/nwbinspector/nwbinspector-0.4.14.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Inspect NWB files for compliance with NWB Best Practices" HOMEPAGE="https://github.com/NeurodataWithoutBorders/nwbinspector" -SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/NeurodataWithoutBorders/nwbinspector/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" SLOT="0"