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 BBF511382C5 for ; Sat, 17 Mar 2018 10:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A589E0898; Sat, 17 Mar 2018 10:51:14 +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 EAEA2E0898 for ; Sat, 17 Mar 2018 10:51:13 +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 02E8D335C9A for ; Sat, 17 Mar 2018 10:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADC9726C for ; Sat, 17 Mar 2018 10:51:08 +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: <1521283863.deb1ad98ff4eefd0badca2e4d246dd9b4124b028.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild X-VCS-Directories: dev-python/pytest-cache/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: deb1ad98ff4eefd0badca2e4d246dd9b4124b028 X-VCS-Branch: master Date: Sat, 17 Mar 2018 10:51:08 +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: cb909340-fd4e-4141-85fd-ff79adde44b0 X-Archives-Hash: d0ccd4a58654b7cc1ef90b668af3382d commit: deb1ad98ff4eefd0badca2e4d246dd9b4124b028 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 09:08:17 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 10:51:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb1ad98 dev-python/pytest-cache: use HTTPS dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild index baa4e6ab638..35c3a296da7 100644 --- a/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild +++ b/dev-python/pytest-cache/pytest-cache-1.0-r1.ebuild @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="mechanisms for caching across test runs" -HOMEPAGE="https://pypi.python.org/pypi/pytest-cache http://bitbucket.org/hpk42/pytest-cache/ http://pythonhosted.org/pytest-cache/" +HOMEPAGE="https://pypi.python.org/pypi/pytest-cache + https://bitbucket.org/hpk42/pytest-cache/ + https://pythonhosted.org/pytest-cache/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0"