unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60436] [PATCH] gnu: Add python-setuptools-lint.
@ 2022-12-30 21:42 Brian Cully via Guix-patches via
  2023-02-06  7:06 ` bug#60436: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Cully via Guix-patches via @ 2022-12-30 21:42 UTC (permalink / raw)
  To: 60436; +Cc: Brian Cully

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60436: [PATCH] gnu: Add python-setuptools-lint.
  2022-12-30 21:42 [bug#60436] [PATCH] gnu: Add python-setuptools-lint Brian Cully via Guix-patches via
@ 2023-02-06  7:06 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-02-06  7:06 UTC (permalink / raw)
  To: Brian Cully; +Cc: 60436-done

Brian Cully <bjc@spork.org> 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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-06  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30 21:42 [bug#60436] [PATCH] gnu: Add python-setuptools-lint Brian Cully via Guix-patches via
2023-02-06  7:06 ` bug#60436: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).