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 9C1B313835A for ; Fri, 31 Jul 2020 22:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C1D7E0991; Fri, 31 Jul 2020 22:34:01 +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 72603E0991 for ; Fri, 31 Jul 2020 22:34:01 +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 047BC34F53F for ; Fri, 31 Jul 2020 22:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FDD92FD for ; Fri, 31 Jul 2020 22:33:57 +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: <1596234786.0a053bd41012702c11e33d8a0005bd019056a400.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygraphviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygraphviz/pygraphviz-1.5.ebuild X-VCS-Directories: dev-python/pygraphviz/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0a053bd41012702c11e33d8a0005bd019056a400 X-VCS-Branch: master Date: Fri, 31 Jul 2020 22:33:57 +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: f0e8d183-d536-4ab2-badc-2ca44913f0cb X-Archives-Hash: 2f1a2e4f6bd2d14093614bdafaab8f48 commit: 0a053bd41012702c11e33d8a0005bd019056a400 Author: Jakov Smolic sartura hr> AuthorDate: Sun Jun 7 19:18:21 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jul 31 22:33:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a053bd4 dev-python/pygraphviz: update homepage link Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Aaron Bauman gentoo.org> dev-python/pygraphviz/pygraphviz-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygraphviz/pygraphviz-1.5.ebuild b/dev-python/pygraphviz/pygraphviz-1.5.ebuild index 12c591bb158..27d4b325bab 100644 --- a/dev-python/pygraphviz/pygraphviz-1.5.ebuild +++ b/dev-python/pygraphviz/pygraphviz-1.5.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Python wrapper for the Graphviz Agraph data structure" -HOMEPAGE="http://pygraphviz.github.io/" +HOMEPAGE="https://pygraphviz.github.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="BSD"