From: Zac Medico <zmedico@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org, Aaron Bauman <bman@gentoo.org>
Subject: Re: [gentoo-portage-dev] [PATCH] doc/api/conf.py: silence redefined-builtin for copyright
Date: Sun, 2 Aug 2020 19:56:50 -0700 [thread overview]
Message-ID: <cf45ed3e-e477-be46-429c-b7ed2fce55b0@gentoo.org> (raw)
In-Reply-To: <20200803022109.1118083-1-bman@gentoo.org>
[-- Attachment #1.1: Type: text/plain, Size: 1136 bytes --]
On 8/2/20 7:21 PM, Aaron Bauman wrote:
> * This locally silences the W0622 warning for the override of the
> copyright which is required.
>
> Signed-off-by: Aaron Bauman <bman@gentoo.org>
> ---
> doc/api/conf.py | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/doc/api/conf.py b/doc/api/conf.py
> index f318ca25d..9522960c8 100644
> --- a/doc/api/conf.py
> +++ b/doc/api/conf.py
> @@ -24,9 +24,9 @@ import portage
>
> # -- Project information -----------------------------------------------------
>
> -project = 'portage'
> -copyright = '2020, Gentoo Authors'
> -author = 'Gentoo Authors'
> +project = 'portage' # pylint: disable=redefined-builtin
> +copyright = '2020, Gentoo Authors' # pylint: disable=redefined-builtin
> +author = 'Gentoo Authors' # pylint: disable=redefined-builtin
>
> # The full version, including alpha/beta/rc tags
> release = str(portage.VERSION)
>
Thanks, merged the copyright line as discussed in #gentoo-portage:
https://gitweb.gentoo.org/proj/portage.git/commit/?id=099e575a4cc132e01534023585cf73b7ff806b95
--
Thanks,
Zac
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 981 bytes --]
prev parent reply other threads:[~2020-08-03 2:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-03 2:21 [gentoo-portage-dev] [PATCH] doc/api/conf.py: silence redefined-builtin for copyright Aaron Bauman
2020-08-03 2:56 ` Zac Medico [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cf45ed3e-e477-be46-429c-b7ed2fce55b0@gentoo.org \
--to=zmedico@gentoo.org \
--cc=bman@gentoo.org \
--cc=gentoo-portage-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox