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 E9A341382C5 for ; Fri, 11 Dec 2020 12:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47659E09AE; Fri, 11 Dec 2020 12:55:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 31112E09AE for ; Fri, 11 Dec 2020 12:55:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4BB34340DFD for ; Fri, 11 Dec 2020 12:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3D6B48A for ; Fri, 11 Dec 2020 12:55:41 +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: <1607691206.b315c4cb15ed64d141fdcba96dc11f6846d4bbc0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pep8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pep8/metadata.xml dev-python/pep8/pep8-1.7.1.ebuild X-VCS-Directories: dev-python/pep8/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b315c4cb15ed64d141fdcba96dc11f6846d4bbc0 X-VCS-Branch: master Date: Fri, 11 Dec 2020 12:55:41 +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: 19193732-e4cd-4fe6-a6e2-d949fd106fdc X-Archives-Hash: e90273219f54e54f2fa2f975f718be98 commit: b315c4cb15ed64d141fdcba96dc11f6846d4bbc0 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 11 12:29:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 11 12:53:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b315c4cb dev-python/pep8: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/pep8/metadata.xml | 2 +- dev-python/pep8/pep8-1.7.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pep8/metadata.xml b/dev-python/pep8/metadata.xml index 5a52c4a85ba..2eb1288b3c1 100644 --- a/dev-python/pep8/metadata.xml +++ b/dev-python/pep8/metadata.xml @@ -8,6 +8,6 @@ pep8 - jcrocholl/pep8 + PyCQA/pycodestyle diff --git a/dev-python/pep8/pep8-1.7.1.ebuild b/dev-python/pep8/pep8-1.7.1.ebuild index b8c60182e65..82e6438930b 100644 --- a/dev-python/pep8/pep8-1.7.1.ebuild +++ b/dev-python/pep8/pep8-1.7.1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 DESCRIPTION="Python style guide checker" -HOMEPAGE="https://github.com/PyCQA/pep8 https://pypi.org/project/pep8/" +HOMEPAGE="https://github.com/PyCQA/pycodestyle/ https://pypi.org/project/pep8/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"