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 78F4F15808B for ; Thu, 17 Mar 2022 13:57:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 204D3E085B; Thu, 17 Mar 2022 13:57:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 09EBCE085B for ; Thu, 17 Mar 2022 13:57:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E21FF342FBA for ; Thu, 17 Mar 2022 13:57:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEC9A32E for ; Thu, 17 Mar 2022 13:57:35 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1647524244.5d7d7108a21e3ce7c3e690feebe02a2b72a6b861.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pip-api/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pip-api/pip-api-0.0.29.ebuild X-VCS-Directories: dev-python/pip-api/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 5d7d7108a21e3ce7c3e690feebe02a2b72a6b861 X-VCS-Branch: dev Date: Thu, 17 Mar 2022 13:57:35 +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: 426dbf0c-7009-49a1-96d0-2be12a87b6f4 X-Archives-Hash: c359a665712b582565936ff44ccc3fe8 commit: 5d7d7108a21e3ce7c3e690feebe02a2b72a6b861 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Mar 17 13:37:24 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Mar 17 13:37:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d7d7108 dev-python/pip-api: update SRC_URI Closes: https://bugs.gentoo.org/835476 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pip-api/pip-api-0.0.29.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pip-api/pip-api-0.0.29.ebuild b/dev-python/pip-api/pip-api-0.0.29.ebuild index f439f3ead..51427cd23 100644 --- a/dev-python/pip-api/pip-api-0.0.29.ebuild +++ b/dev-python/pip-api/pip-api-0.0.29.ebuild @@ -14,7 +14,7 @@ inherit distutils-r1 DESCRIPTION="An unofficial, importable pip API" HOMEPAGE="https://github.com/di/pip-api" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/di/pip-api/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"