From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1199071-garchives=archives.gentoo.org@lists.gentoo.org> 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 3CA08138359 for <garchives@archives.gentoo.org>; Sun, 23 Aug 2020 11:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DDC4E0806; Sun, 23 Aug 2020 11:45:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 65690E07FA for <gentoo-commits@lists.gentoo.org>; Sun, 23 Aug 2020 11:45:07 +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 94382335C78 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Aug 2020 11:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03201331 for <gentoo-commits@lists.gentoo.org>; Sun, 23 Aug 2020 11:45:04 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1598182970.f5a3c95d1293c58d157b8841b56371a75a1ae2c3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cov-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cov-core/cov-core-1.15.0-r1.ebuild dev-python/cov-core/metadata.xml X-VCS-Directories: dev-python/cov-core/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f5a3c95d1293c58d157b8841b56371a75a1ae2c3 X-VCS-Branch: master Date: Sun, 23 Aug 2020 11:45:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afdc79ae-95ed-4349-85b0-63e049033c24 X-Archives-Hash: 7aa3840cbfb54177221b3d6893e1e338 commit: f5a3c95d1293c58d157b8841b56371a75a1ae2c3 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Sun Aug 23 03:13:22 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 11:42:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a3c95d dev-python/cov-core: update HOMEPAGE Replace non-functioning BitBucket URL Bug: https://bugs.gentoo.org/737896 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/cov-core/cov-core-1.15.0-r1.ebuild | 2 +- dev-python/cov-core/metadata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cov-core/cov-core-1.15.0-r1.ebuild b/dev-python/cov-core/cov-core-1.15.0-r1.ebuild index ad84f14b247..210e44f673d 100644 --- a/dev-python/cov-core/cov-core-1.15.0-r1.ebuild +++ b/dev-python/cov-core/cov-core-1.15.0-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) inherit distutils-r1 DESCRIPTION="plugin core for use by pytest-cov, nose-cov and nose2-cov" -HOMEPAGE="https://bitbucket.org/memedough/cov-core/overview" +HOMEPAGE="https://github.com/schlamar/cov-core" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/cov-core/metadata.xml b/dev-python/cov-core/metadata.xml index 02d7c7dc74b..0d97ceae892 100644 --- a/dev-python/cov-core/metadata.xml +++ b/dev-python/cov-core/metadata.xml @@ -7,6 +7,6 @@ </maintainer> <upstream> <remote-id type="pypi">cov-core</remote-id> - <remote-id type="bitbucket">memedough/cov-core</remote-id> + <remote-id type="github">schlamar/cov-core</remote-id> </upstream> </pkgmetadata>