From unknown Sun Aug 10 16:49:06 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60436 <60436@debbugs.gnu.org> To: bug#60436 <60436@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-setuptools-lint. Reply-To: bug#60436 <60436@debbugs.gnu.org> Date: Sun, 10 Aug 2025 23:49:06 +0000 retitle 60436 [PATCH] gnu: Add python-setuptools-lint. reassign 60436 guix-patches submitter 60436 Brian Cully severity 60436 normal tag 60436 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 30 16:43:07 2022 Received: (at submit) by debbugs.gnu.org; 30 Dec 2022 21:43:07 +0000 Received: from localhost ([127.0.0.1]:36192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pBN9f-0003ta-7Y for submit@debbugs.gnu.org; Fri, 30 Dec 2022 16:43:07 -0500 Received: from lists.gnu.org ([209.51.188.17]:51302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pBN9d-0003tS-3P for submit@debbugs.gnu.org; Fri, 30 Dec 2022 16:43:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pBN9c-0001zt-Ut for guix-patches@gnu.org; Fri, 30 Dec 2022 16:43:04 -0500 Received: from coleridge.kublai.com ([166.84.7.167] helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pBN9b-0000UJ-An for guix-patches@gnu.org; Fri, 30 Dec 2022 16:43:04 -0500 Received: from psyduck.jhoto.kublai.com (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id A7A49B4C6; Fri, 30 Dec 2022 16:42:12 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1672436535; bh=bNX9rPPltK7iRtZ56jvLkBKQWZn8sfLXWEHz7/58eZg=; h=From:To:Cc:Subject:Date; b=X5CPzxsrgBcuwdVSUNLm2fdDv9F+V/KLGc6g2ZSDy0fqC+7VufZPVVqac4im92SjT Y9+9GhV99wWMWhEal8mal/OP19ysaw+pXsAS0dMch+6RRtuJ1fm3hbC0sJNPakCZtc 0iCjuEuk3hF87lfROHL8q0Rq8JMwW4iayRBT2IJY= From: Brian Cully To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-setuptools-lint. Date: Fri, 30 Dec 2022 16:42:02 -0500 Message-Id: X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Brian Cully X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/check.scm: (python-setuptools-lint) New variable. --- gnu/packages/check.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index aaa41777dc..7c351fb1ac 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2672,6 +2672,23 @@ (define-public python-pylint possible to write plugins to add your own checks.") (license license:gpl2+))) +(define-public python-setuptools-lint + (package + (name "python-setuptools-lint") + (version "0.6.0") + (source (origin + (method url-fetch) + (uri (pypi-uri "setuptools-lint" version)) + (sha256 + (base32 + "16a1ac5n7k7sx15cnk03gw3fmslab3a7m74dc45rgpldgiff3577")))) + (build-system python-build-system) + (propagated-inputs (list python-pylint)) + (home-page "https://github.com/johnnoone/setuptools-pylint") + (synopsis "Setuptools command for pylint") + (description "Setuptools command for pylint") + (license license:bsd-3))) + (define-public python-paramunittest (package (name "python-paramunittest") -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 06 02:05:59 2023 Received: (at 60436-done) by debbugs.gnu.org; 6 Feb 2023 07:05:59 +0000 Received: from localhost ([127.0.0.1]:47298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pOvZe-0008Il-Mr for submit@debbugs.gnu.org; Mon, 06 Feb 2023 02:05:58 -0500 Received: from mail.envs.net ([5.199.136.28]:36762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pOvZb-0008Ic-Kg for 60436-done@debbugs.gnu.org; Mon, 06 Feb 2023 02:05:56 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id F11F638A04AC; Mon, 6 Feb 2023 07:05:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1675667151; bh=iMp98Kiklti3G8WHP0NHhTjcO+/Ifk+QN5yOMw021Kc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=aucb2qW1fsXL9ufYAixiGsyh5kwKVQ+n61Qr/XPtMlsvlmtSqzOKJePHEEIy4kEph C0LfaXWPz/6hGehukwpQrE6xKd+YHzu+c1AHYGyEaRFqZmlAvuco+1IPx+MkJZWEhl O4UT2/PaGxzr6wjVfwjywe/P/VIVP5Ri96UufV2ZKc0u9+oJha63jsn1YV0k3dgfNh HxXMx0oCIeMVBeTmwTmdlMjS+HkDTpKIdTFiRYs9BtskZ/JqA09xEASnLlvIyiBRlh fyORbz2FbpBzRHyJoGxiN0KSWlmpVD36pxvYgUB3Sx7IrJQaMROKy3ILDCzwrvr6YW gUkBgMOe5dKyQm0gSdnWMKoZ2X+5ovOstk0FXBcW4EcBoKAP+NW2pgVqO5lB4h+KFg Jze02HQ73UW43AIjb1ZOc4gLCCaxAqUY8vHIg8F8i8iSd3eDdLr19TQSLoKo+zXTlL OjCmopTcVivcEzx6aqgyHINgT390c7VO1J5qwpBJ/bb4LqviwKjuF7mTA1UL6jQYpu q4bexwj/TYxn7/6Hk5To94XPZHT5zXDv2N6k/5wIGhkXEuBjDC2S+rSQh8oKSxcTxc uDuUxig85KtoMnOhdSGX7jfRAGUjyursnEgzDek0jJca6eKBqVeYrxhPcA5iUmpc/u JK4PuuvSLGuTCcFm0aLwTYv8= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id u7ase9UiDuyj; Mon, 6 Feb 2023 07:05:49 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Mon, 6 Feb 2023 07:05:48 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id f5382133; Mon, 6 Feb 2023 07:06:07 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Brian Cully Subject: Re: bug#60436: [PATCH] gnu: Add python-setuptools-lint. References: Date: Mon, 06 Feb 2023 15:06:06 +0800 In-Reply-To: (Brian Cully's message of "Fri, 30 Dec 2022 16:42:02 -0500") Message-ID: <874jrzmfxd.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60436-done Cc: 60436-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Brian Cully writes: > * gnu/packages/check.scm: (python-setuptools-lint) New variable. Applied with adjusted synopsis and description: --8<---------------cut here---------------start------------->8--- - (synopsis "Setuptools command for pylint") - (description "Setuptools command for pylint") + (synopsis "Run pylint with @command{python setup.py lint}") + (description "This package expose pylint as a lint command into +setup.py.") --8<---------------cut here---------------end--------------->8--- Thank you! From unknown Sun Aug 10 16:49:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 06 Mar 2023 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator