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 D90B6138334 for ; Wed, 12 Sep 2018 09:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D45E2E09C2; Wed, 12 Sep 2018 09:25:24 +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 B1E83E09C2 for ; Wed, 12 Sep 2018 09:25:24 +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 BC02B335CE7 for ; Wed, 12 Sep 2018 09:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D003BE for ; Wed, 12 Sep 2018 09:25:21 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1536744301.fc2c5c40f24dc21a3deacb1c3d0f69285fc677cb.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/joblib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/joblib/joblib-0.10.0.ebuild dev-python/joblib/joblib-0.11.ebuild dev-python/joblib/joblib-0.12.2.ebuild X-VCS-Directories: dev-python/joblib/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: fc2c5c40f24dc21a3deacb1c3d0f69285fc677cb X-VCS-Branch: master Date: Wed, 12 Sep 2018 09:25:21 +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: ca102ab7-7db4-4e17-bf04-edc422ab3fdd X-Archives-Hash: b158b74dde59767cb9d3920d4d100eed commit: fc2c5c40f24dc21a3deacb1c3d0f69285fc677cb Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Sep 12 09:15:20 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Wed Sep 12 09:25:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2c5c40 dev-python/joblib: fix HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/9839 dev-python/joblib/joblib-0.10.0.ebuild | 2 +- dev-python/joblib/joblib-0.11.ebuild | 2 +- dev-python/joblib/joblib-0.12.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/joblib/joblib-0.10.0.ebuild b/dev-python/joblib/joblib-0.10.0.ebuild index 7ce15614503..906bc3c2a47 100644 --- a/dev-python/joblib/joblib-0.10.0.ebuild +++ b/dev-python/joblib/joblib-0.10.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 DESCRIPTION="Tools to provide lightweight pipelining in Python" -HOMEPAGE="https://pythonhosted.org/joblib/ +HOMEPAGE="https://joblib.readthedocs.io/en/latest/ https://github.com/joblib/joblib" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/joblib/joblib-0.11.ebuild b/dev-python/joblib/joblib-0.11.ebuild index e8fd06817fa..c0c49dd7024 100644 --- a/dev-python/joblib/joblib-0.11.ebuild +++ b/dev-python/joblib/joblib-0.11.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Tools to provide lightweight pipelining in Python" -HOMEPAGE="https://pythonhosted.org/joblib/ +HOMEPAGE="https://joblib.readthedocs.io/en/latest/ https://github.com/joblib/joblib" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/joblib/joblib-0.12.2.ebuild b/dev-python/joblib/joblib-0.12.2.ebuild index 03283be1da5..855daa0c110 100644 --- a/dev-python/joblib/joblib-0.12.2.ebuild +++ b/dev-python/joblib/joblib-0.12.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Tools to provide lightweight pipelining in Python" -HOMEPAGE="https://pythonhosted.org/joblib/ +HOMEPAGE="https://joblib.readthedocs.io/en/latest/ https://github.com/joblib/joblib" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"