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 56C1B138335 for ; Mon, 15 Jul 2019 13:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFA82E0867; Mon, 15 Jul 2019 13:13:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D1A6DE0867 for ; Mon, 15 Jul 2019 13:13:29 +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 AE3C6347C1E for ; Mon, 15 Jul 2019 13:13:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A38F6FE for ; Mon, 15 Jul 2019 13:13:26 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1563196395.d5807f0c96e14bd7e956f791a73b7f0ceb15cd3f.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wtforms/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wtforms/wtforms-2.1.ebuild X-VCS-Directories: dev-python/wtforms/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: d5807f0c96e14bd7e956f791a73b7f0ceb15cd3f X-VCS-Branch: master Date: Mon, 15 Jul 2019 13:13:26 +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: 26e98000-905d-454a-b760-52d6d4105f16 X-Archives-Hash: 534d4f1add2a429f8660dcd64f0e4042 commit: d5807f0c96e14bd7e956f791a73b7f0ceb15cd3f Author: Louis Sautier gentoo org> AuthorDate: Mon Jul 15 11:58:00 2019 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Jul 15 13:13:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5807f0c dev-python/wtforms: update homepage Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Louis Sautier gentoo.org> dev-python/wtforms/wtforms-2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/wtforms/wtforms-2.1.ebuild b/dev-python/wtforms/wtforms-2.1.ebuild index 6eae21679f9..8bfc1510c61 100644 --- a/dev-python/wtforms/wtforms-2.1.ebuild +++ b/dev-python/wtforms/wtforms-2.1.ebuild @@ -11,7 +11,7 @@ MY_PN="WTForms" MY_P="${MY_PN}-${PV}" DESCRIPTION="Flexible forms validation and rendering library for python web development" -HOMEPAGE="http://wtforms.simplecodes.com/ https://pypi.org/project/WTForms/" +HOMEPAGE="https://wtforms.readthedocs.io/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="BSD"