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 7B4C913835A for ; Tue, 27 Apr 2021 11:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD6FDE08FF; Tue, 27 Apr 2021 11:05:30 +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 5B501E08FF for ; Tue, 27 Apr 2021 11:05:30 +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 7215934115B for ; Tue, 27 Apr 2021 11:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A67C074C for ; Tue, 27 Apr 2021 11:05:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1619521511.c9daaa70a246f883c609e2745f80fd7c13842224.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-std-pathlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild X-VCS-Directories: dev-python/ruamel-std-pathlib/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c9daaa70a246f883c609e2745f80fd7c13842224 X-VCS-Branch: master Date: Tue, 27 Apr 2021 11:05:24 +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: ccb3db2f-0782-4e41-ad14-c338161bf62f X-Archives-Hash: 4c6f0506ff05940e4ba66418c7d54006 commit: c9daaa70a246f883c609e2745f80fd7c13842224 Author: Marek Szuba gentoo org> AuthorDate: Tue Apr 27 11:03:09 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Apr 27 11:05:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9daaa70 dev-python/ruamel-std-pathlib: update HOMEPAGE to avoid redirection Signed-off-by: Marek Szuba gentoo.org> dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild index 6fa44822880..6d83fbcc5d1 100644 --- a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild +++ b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.8.0.ebuild @@ -11,7 +11,7 @@ MY_PN="${PN//-/.}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Ruamel enhancements to pathlib and pathlib2" -HOMEPAGE="https://pypi.org/project/ruamel.std.pathlib/ https://sourceforge.net/p/ruamel-std-pathlib" +HOMEPAGE="https://pypi.org/project/ruamel.std.pathlib/ https://sourceforge.net/p/ruamel-std-pathlib/" # PyPI tarballs do not include tests SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz -> ${P}.tar.xz"