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 303FD1382C5 for ; Mon, 15 Jun 2020 02:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B6F2E0AE7; Mon, 15 Jun 2020 02:35:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 27F26E0AE7 for ; Mon, 15 Jun 2020 02:35:16 +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 CA28134EE81 for ; Mon, 15 Jun 2020 02:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19B472AD for ; Mon, 15 Jun 2020 02:35:12 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1592188420.513316cf4f3730ffca6c81dd51ec933601c5a444.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-shutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-shutil/metadata.xml dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild X-VCS-Directories: dev-python/pytest-shutil/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 513316cf4f3730ffca6c81dd51ec933601c5a444 X-VCS-Branch: master Date: Mon, 15 Jun 2020 02:35:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdf58ed8-7097-4c1f-ab07-0c16a12f3be2 X-Archives-Hash: cf1a42e2653e56eef91c61790cc5b5db commit: 513316cf4f3730ffca6c81dd51ec933601c5a444 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 13 08:43:54 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 15 02:33:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513316cf dev-python/pytest-shutil: update HOMEPAGE Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-python/pytest-shutil/metadata.xml | 2 +- dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-shutil/metadata.xml b/dev-python/pytest-shutil/metadata.xml index ba66a4a08b7..5b33c8e6cf9 100644 --- a/dev-python/pytest-shutil/metadata.xml +++ b/dev-python/pytest-shutil/metadata.xml @@ -11,7 +11,7 @@ Edward Easton pytest-shutil - manahl/pytest-plugins + man-group/pytest-plugins This library is a goodie-bag of Unix shell and environment management diff --git a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild index 8d022a92899..b4eecc6c24f 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.2.11.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) inherit distutils-r1 DESCRIPTION="A goodie-bag of unix shell and environment tools for py.test" -HOMEPAGE="https://github.com/manahl/pytest-plugins https://pypi.org/project/pytest-shutil/" +HOMEPAGE="https://github.com/man-group/pytest-plugins https://pypi.org/project/pytest-shutil/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"