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 1DEF615802F for ; Tue, 7 Mar 2023 13:47:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 214EAE07E0; Tue, 7 Mar 2023 13:47:52 +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 0ABA6E07E0 for ; Tue, 7 Mar 2023 13:47:52 +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 02AFD3413C8 for ; Tue, 7 Mar 2023 13:47:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D5488D3 for ; Tue, 7 Mar 2023 13:47:49 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1678196749.6948d809c0242655accffa9c2c2114e55d5af375.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/path-and-address/path-and-address-2.0.1.ebuild X-VCS-Directories: dev-python/path-and-address/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 6948d809c0242655accffa9c2c2114e55d5af375 X-VCS-Branch: master Date: Tue, 7 Mar 2023 13:47:49 +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: 7cb32ae4-68d5-433e-8d95-fb44a9ac6794 X-Archives-Hash: d2bc04e5bb3951b46cf5f4c11031ba81 commit: 6948d809c0242655accffa9c2c2114e55d5af375 Author: Ben Kohler gentoo org> AuthorDate: Tue Mar 7 13:41:20 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Mar 7 13:45:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6948d809 dev-python/path-and-address: update SRC_URI Signed-off-by: Ben Kohler gentoo.org> dev-python/path-and-address/path-and-address-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild b/dev-python/path-and-address/path-and-address-2.0.1.ebuild index b65e43329c66..957094a7a572 100644 --- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild +++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild @@ -5,14 +5,14 @@ EAPI=7 PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Functions for server CLI applications used by humans" HOMEPAGE="https://github.com/joeyespo/path-and-address" LICENSE="MIT" SLOT="0" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" +SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)" KEYWORDS="amd64"