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 8423F1382C5 for ; Sun, 29 Apr 2018 06:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 577D4E085D; Sun, 29 Apr 2018 06:34:00 +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 323FBE085D for ; Sun, 29 Apr 2018 06:34:00 +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 18CE7335CA7 for ; Sun, 29 Apr 2018 06:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28EEA2AC for ; Sun, 29 Apr 2018 06:33:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1524983565.0c52bded087ee3f8a2a819ed4ddbb0846d99a8cf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyscaffold/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyscaffold/pyscaffold-2.4.4.ebuild X-VCS-Directories: dev-python/pyscaffold/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0c52bded087ee3f8a2a819ed4ddbb0846d99a8cf X-VCS-Branch: master Date: Sun, 29 Apr 2018 06:33:56 +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-Archives-Salt: ccce9d14-02f6-4a4f-8932-2c2c6035ae91 X-Archives-Hash: 32e6e5759ba9c0b712ff3c75edf3ed92 commit: 0c52bded087ee3f8a2a819ed4ddbb0846d99a8cf Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 28 08:25:38 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 06:32:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c52bded dev-python/pyscaffold: use HTTPS dev-python/pyscaffold/pyscaffold-2.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyscaffold/pyscaffold-2.4.4.ebuild b/dev-python/pyscaffold/pyscaffold-2.4.4.ebuild index 76c132a1a65..b1207ace83d 100644 --- a/dev-python/pyscaffold/pyscaffold-2.4.4.ebuild +++ b/dev-python/pyscaffold/pyscaffold-2.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ MY_PN="PyScaffold" MY_P="${MY_PN}-${PV}" DESCRIPTION="Tool for easily putting up the scaffold of a Python project" -HOMEPAGE="https://pypi.org/project/PyScaffold/ http://pyscaffold.readthedocs.org/" +HOMEPAGE="https://pypi.org/project/PyScaffold/ https://pyscaffold.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz" SLOT="0"