unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 53190@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#53190] [PATCH 2/5] gnu: Add python-flake8-debugger.
Date: Tue, 11 Jan 2022 16:25:15 +0000	[thread overview]
Message-ID: <20220111162518.47475-2-monego@posteo.net> (raw)
In-Reply-To: <20220111162518.47475-1-monego@posteo.net>

* gnu/packages/python-xyz.scm (python-flake8-debugger): New variable.
---
 gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d65699c09..ded88efc88 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10111,6 +10111,29 @@ These should be used in preference to using a backslash for line continuation.
 @end quotation")
     (license license:asl2.0)))
 
+(define-public python-flake8-debugger
+  (package
+    (name "python-flake8-debugger")
+    (version "4.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "flake8-debugger" version))
+       (sha256
+        (base32 "19pdfx0rb3k1i8hxfjdi8ndd6ayzq8g1041j8zdq256vyxvwfgg4"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f))              ; no tests in PyPI and no setup.py in GitHub
+    (propagated-inputs
+     (list python-flake8 python-pycodestyle python-six))
+    (home-page "https://github.com/jbkahn/flake8-debugger")
+    (synopsis "@code{ipdb} and @code{pdb} statement checker plugin for flake8")
+    (description "This package provides a Flake8 plugin that checks for
+@code{ipdb} and @code{pdb} imports and set traces, as well as
+@code{from IPython.terminal.embed}, @code{import InteractiveShellEmbed}
+and @code{InteractiveShellEmbed()()}.")
+    (license license:expat)))
+
 (define-public python-flake8-implicit-str-concat
   (package
     (name "python-flake8-implicit-str-concat")
-- 
2.30.2





  reply	other threads:[~2022-01-11 16:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-11 16:22 [bug#53190] [PATCH 0/5] Add python-zeep Vinicius Monego
2022-01-11 16:25 ` [bug#53190] [PATCH 1/5] gnu: Add python-flake8-blind-except Vinicius Monego
2022-01-11 16:25   ` Vinicius Monego [this message]
2022-01-11 16:25   ` [bug#53190] [PATCH 3/5] gnu: Add python-flake8-imports Vinicius Monego
2022-01-11 16:25   ` [bug#53190] [PATCH 4/5] gnu: python-requests-file: Update to 1.5.1 Vinicius Monego
2022-01-11 16:25   ` [bug#53190] [PATCH 5/5] gnu: Add python-zeep Vinicius Monego
2022-06-15 12:49 ` [bug#53190] [PATCH 0/5] " Hartmut Goebel
2022-06-16  7:33 ` bug#53190: close Hartmut Goebel

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220111162518.47475-2-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=53190@debbugs.gnu.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.
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).