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 7817B13835C for ; Mon, 27 Jul 2020 20:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A71FFE15B9; Mon, 27 Jul 2020 20:06:28 +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 8C7CFE15B9 for ; Mon, 27 Jul 2020 20:06:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7A32934F2B4 for ; Mon, 27 Jul 2020 20:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1AFD2F5 for ; Mon, 27 Jul 2020 20:06:25 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1595880375.c8c54028a55e85dc38d6d1be0f03b8f43c35327c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jinja/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jinja/jinja-2.11.2.ebuild X-VCS-Directories: dev-python/jinja/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c8c54028a55e85dc38d6d1be0f03b8f43c35327c X-VCS-Branch: master Date: Mon, 27 Jul 2020 20:06:25 +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: 94874cdc-4cc9-48ed-83f8-a765d66072c6 X-Archives-Hash: a99d3099cc09990e2eab78281008e19a commit: c8c54028a55e85dc38d6d1be0f03b8f43c35327c Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jul 21 14:29:09 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jul 27 20:06:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c54028 dev-python/jinja: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-python/jinja/jinja-2.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jinja/jinja-2.11.2.ebuild b/dev-python/jinja/jinja-2.11.2.ebuild index d5bd0bcfa14..5b1673de238 100644 --- a/dev-python/jinja/jinja-2.11.2.ebuild +++ b/dev-python/jinja/jinja-2.11.2.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 DESCRIPTION="A full-featured template engine for Python" -HOMEPAGE="http://jinja.pocoo.org/ https://pypi.org/project/Jinja2/" +HOMEPAGE="https://jinja.palletsprojects.com/ https://pypi.org/project/Jinja2/" # pypi tarball is missing tests SRC_URI="https://github.com/pallets/jinja/archive/${PV}.tar.gz -> ${P}.tar.gz"