From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D324E58974 for ; Mon, 1 Feb 2016 16:27:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24A6521C01C; Mon, 1 Feb 2016 16:27:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C226521C01C for ; Mon, 1 Feb 2016 16:27:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8994340D5E for ; Mon, 1 Feb 2016 16:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 872B18E2 for ; Mon, 1 Feb 2016 16:27:01 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454344017.cb29e57d57ccaaf6506acc2ce64810f6de4d7965.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-xdist/pytest-xdist-1.14.ebuild X-VCS-Directories: dev-python/pytest-xdist/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cb29e57d57ccaaf6506acc2ce64810f6de4d7965 X-VCS-Branch: master Date: Mon, 1 Feb 2016 16:27:01 +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: 8cad9df0-4835-4d38-ac0f-c79cd55e10ba X-Archives-Hash: 30025c3d4434d5b45b338d14ef703e4c commit: cb29e57d57ccaaf6506acc2ce64810f6de4d7965 Author: Justin Lecher gentoo org> AuthorDate: Mon Feb 1 15:54:51 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 1 16:26:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb29e57d dev-python/pytest-xdist: Update HOMEPAGE Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/pytest-xdist/pytest-xdist-1.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild index b712958..388850b 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.14.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Distributed testing and loop-on-failing modes" -HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://bitbucket.org/pytest-dev/pytest-xdist" +HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist https://github.com/pytest-dev/pytest-xdist2" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" SLOT="0"