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 032631382C5 for ; Sun, 29 Apr 2018 07:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07D51E07FE; Sun, 29 Apr 2018 07:35:29 +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 D878CE07FE for ; Sun, 29 Apr 2018 07:35:28 +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 1A690335C9F for ; Sun, 29 Apr 2018 07:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8702B2A1 for ; Sun, 29 Apr 2018 07:35:26 +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: <1524987315.86e702d0761e1f84fc4aede948c88cc2688e5f5a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/algopy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/algopy/algopy-0.5.3.ebuild X-VCS-Directories: dev-python/algopy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 86e702d0761e1f84fc4aede948c88cc2688e5f5a X-VCS-Branch: master Date: Sun, 29 Apr 2018 07:35:26 +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: 2f646a62-c86f-41ca-9711-6f2ecb2c3551 X-Archives-Hash: d58f7dd5b9481c2ee7e785d57cd9e309 commit: 86e702d0761e1f84fc4aede948c88cc2688e5f5a Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Apr 27 17:35:19 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 07:35:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e702d0 dev-python/algopy: use HTTPS dev-python/algopy/algopy-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/algopy/algopy-0.5.3.ebuild b/dev-python/algopy/algopy-0.5.3.ebuild index b428b322ec9..0cadbc277e3 100644 --- a/dev-python/algopy/algopy-0.5.3.ebuild +++ b/dev-python/algopy/algopy-0.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 DESCRIPTION="Taylor Arithmetic Computation and Algorithmic Differentiation" -HOMEPAGE="https://pypi.org/project/algopy/ http://packages.python.org/algopy" +HOMEPAGE="https://pypi.org/project/algopy/ https://pythonhosted.org/algopy/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0"