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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36BA21580CF for ; Wed, 5 Apr 2023 15:58:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9DEDE07A9; Wed, 5 Apr 2023 15:58:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1EE9E07A9 for ; Wed, 5 Apr 2023 15:58:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB861340EDF for ; Wed, 5 Apr 2023 15:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14B22A23 for ; Wed, 5 Apr 2023 15:58:33 +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: <1680710308.c5160ad0e846419f0829ac0e49b26c4be50b0bee.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylint/metadata.xml dev-python/pylint/pylint-2.17.2.ebuild X-VCS-Directories: dev-python/pylint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c5160ad0e846419f0829ac0e49b26c4be50b0bee X-VCS-Branch: master Date: Wed, 5 Apr 2023 15:58:33 +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: c3138ed8-ede5-4506-aeae-4bc16a188c16 X-Archives-Hash: de86d40e42432aba96d4272a9e28f71c commit: c5160ad0e846419f0829ac0e49b26c4be50b0bee Author: Michał Górny gentoo org> AuthorDate: Wed Apr 5 15:56:43 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 5 15:58:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5160ad0 dev-python/pylint: Update homepage Signed-off-by: Michał Górny gentoo.org> dev-python/pylint/metadata.xml | 2 +- dev-python/pylint/pylint-2.17.2.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pylint/metadata.xml b/dev-python/pylint/metadata.xml index 7cf165680362..be7f73effa0f 100644 --- a/dev-python/pylint/metadata.xml +++ b/dev-python/pylint/metadata.xml @@ -19,6 +19,6 @@ pylint - PyCQA/pylint + pylint-dev/pylint diff --git a/dev-python/pylint/pylint-2.17.2.ebuild b/dev-python/pylint/pylint-2.17.2.ebuild index 3c8fa613f2fc..899a5fe6ae0b 100644 --- a/dev-python/pylint/pylint-2.17.2.ebuild +++ b/dev-python/pylint/pylint-2.17.2.ebuild @@ -12,10 +12,10 @@ inherit distutils-r1 DESCRIPTION="Python code static checker" HOMEPAGE=" https://pypi.org/project/pylint/ - https://github.com/PyCQA/pylint/ + https://github.com/pylint-dev/pylint/ " SRC_URI=" - https://github.com/pycqa/pylint/archive/v${PV}.tar.gz + https://github.com/pylint-dev/pylint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " @@ -24,7 +24,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="examples" -# Make sure to check https://github.com/PyCQA/pylint/blob/main/pyproject.toml#L34 on bumps +# Make sure to check https://github.com/pylint-dev/pylint/blob/main/pyproject.toml#L34 on bumps # Adjust dep bounds! RDEPEND="