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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F33B13835C for ; Sun, 28 Mar 2021 09:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5494E08F7; Sun, 28 Mar 2021 09:55:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A86B0E08F7 for ; Sun, 28 Mar 2021 09:55:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0BB0340817 for ; Sun, 28 Mar 2021 09:55:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A629638 for ; Sun, 28 Mar 2021 09:55:11 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616924600.2549ec620a859d830e2a773ee31cbb71905b027c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/guidata/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/guidata/guidata-1.7.9.ebuild X-VCS-Directories: dev-python/guidata/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2549ec620a859d830e2a773ee31cbb71905b027c X-VCS-Branch: dev Date: Sun, 28 Mar 2021 09:55:11 +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: 15e3d3bc-d7f3-4d55-8d95-e5ffd24e9820 X-Archives-Hash: 99a874597e00afdc41659a2d3c6561bc commit: 2549ec620a859d830e2a773ee31cbb71905b027c Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 28 09:43:20 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 28 09:43:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2549ec62 dev-python/guidata: remove RedundantUriRename Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/guidata/guidata-1.7.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/guidata/guidata-1.7.9.ebuild b/dev-python/guidata/guidata-1.7.9.ebuild index 27ffb22f9..4f0d870c5 100644 --- a/dev-python/guidata/guidata-1.7.9.ebuild +++ b/dev-python/guidata/guidata-1.7.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,6 +19,6 @@ RDEPEND=" dev-python/QtPy[${PYTHON_USEDEP}] " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86"