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 8D063138359 for ; Fri, 31 Jul 2020 22:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EDB0E099E; Fri, 31 Jul 2020 22:34:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4B2B8E099E for ; Fri, 31 Jul 2020 22:34:02 +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 514B734F531 for ; Fri, 31 Jul 2020 22:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1007304 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: <1596234790.cdb21acea719a135af9a819f64f951b46b43d922.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simpy/simpy-3.0.13.ebuild X-VCS-Directories: dev-python/simpy/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cdb21acea719a135af9a819f64f951b46b43d922 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: 46074bdb-a90e-4678-8a0f-8dca67d66550 X-Archives-Hash: d13d202485727438402814d88697aea8 commit: cdb21acea719a135af9a819f64f951b46b43d922 Author: Jakov Smolic sartura hr> AuthorDate: Mon Jun 8 19:19:37 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jul 31 22:33:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb21ace dev-python/simpy: update homepage link Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/16868 Signed-off-by: Aaron Bauman gentoo.org> dev-python/simpy/simpy-3.0.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/simpy/simpy-3.0.13.ebuild b/dev-python/simpy/simpy-3.0.13.ebuild index c3151ab6865..a0f8108c456 100644 --- a/dev-python/simpy/simpy-3.0.13.ebuild +++ b/dev-python/simpy/simpy-3.0.13.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 MY_P="${P/simpy/SimPy}" DESCRIPTION="Object-oriented, process-based discrete-event simulation language" -HOMEPAGE="http://simpy.readthedocs.org/en/latest/" +HOMEPAGE="https://simpy.readthedocs.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0"