From unknown Sun Aug 10 16:45:16 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#60436] [PATCH] gnu: Add python-setuptools-lint. Resent-From: Brian Cully Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Dec 2022 21:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 60436 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60436@debbugs.gnu.org Cc: Brian Cully X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167243658714982 (code B ref -1); Fri, 30 Dec 2022 21:44:02 +0000 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 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-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 unknown Sun Aug 10 16:45:16 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brian Cully Subject: bug#60436: closed (Re: bug#60436: [PATCH] gnu: Add python-setuptools-lint.) Message-ID: References: <874jrzmfxd.fsf@envs.net> X-Gnu-PR-Message: they-closed 60436 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 60436@debbugs.gnu.org Date: Mon, 06 Feb 2023 07:06:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1675667161-31930-1" This is a multi-part message in MIME format... ------------=_1675667161-31930-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #60436: [PATCH] gnu: Add python-setuptools-lint. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 60436@debbugs.gnu.org. --=20 60436: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D60436 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1675667161-31930-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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! ------------=_1675667161-31930-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1675667161-31930-1--