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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C98A7158042 for ; Thu, 24 Oct 2024 04:14:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2046EE08FC; Thu, 24 Oct 2024 04:14:49 +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 06AA2E08FC for ; Thu, 24 Oct 2024 04:14:49 +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 227EB3409EC for ; Thu, 24 Oct 2024 04:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F7791F0B for ; Thu, 24 Oct 2024 04:14:45 +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: <1729743280.7b3e8858f9fb43ed6c69ea99df0374c215504b03.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/grpcio-status/grpcio-status-1.67.0.ebuild X-VCS-Directories: dev-python/grpcio-status/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b3e8858f9fb43ed6c69ea99df0374c215504b03 X-VCS-Branch: master Date: Thu, 24 Oct 2024 04:14:45 +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: 14c5bb3a-317e-4e3a-a9ac-cb63aea4ed4c X-Archives-Hash: 3847d19ee14697c1d89eab5c0a077c3c commit: 7b3e8858f9fb43ed6c69ea99df0374c215504b03 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 24 04:07:47 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 24 04:14:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3e8858 dev-python/grpcio-status: Fix SRC_URI (/facepalm) Signed-off-by: Michał Górny gentoo.org> dev-python/grpcio-status/grpcio-status-1.67.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild index ab5129e7a914..42d69cb4f7ca 100644 --- a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild +++ b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild @@ -16,10 +16,8 @@ HOMEPAGE=" https://pypi.org/project/grpcio-status/ " SRC_URI=" - test? ( - https://github.com/grpc/grpc/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz - ) + https://github.com/grpc/grpc/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz " S=${WORKDIR}/${MY_P}/src/python/grpcio_status