unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 66467@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#66467] [PATCH 2/2] gnu: Add python-pydevtool.
Date: Wed, 11 Oct 2023 17:54:41 +0000	[thread overview]
Message-ID: <055b0da393f06961313b3970fcc2b586e936d128.1697046734.git.paul@apatience.com> (raw)
In-Reply-To: <7eb92ee649dfc77ba26f329b3f70b514aa333018.1697046734.git.paul@apatience.com>

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 00129bd442..ae48b05e43 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32075,6 +32075,31 @@ (define-public python-doit
 @end itemize")
     (license license:expat)))
 
+(define-public python-pydevtool
+  (package
+    (name "python-pydevtool")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pydevtool" version))
+       (sha256
+        (base32 "12pwhvvm4pgvfxj18ylb66drxm28b2cpb5rbxqrsrk1k7m7vmqr5"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      ;; No tests.
+      #:tests? #f))
+    (propagated-inputs
+     (list python-doit))
+    (home-page "https://github.com/pydoit/pydevtool")
+    (synopsis "CLI development tools powered by @code{doit}")
+    (description
+     "@code{pydevtool} is a Python development tool powered by @code{doit}.
+It integrates with Click and Rich for creating CLIs, and also with linters
+@code{pycodestyle} and Pyflakes.")
+    (license license:expat)))
+
 (define-public python-phpserialize
   (package
     (name "python-phpserialize")
-- 
2.41.0






      reply	other threads:[~2023-10-11 17:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11 17:52 [bug#66467] [PATCH 1/2] gnu: python-doit: Update to 0.36.0 Paul A. Patience
2023-10-11 17:54 ` Paul A. Patience [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

  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=055b0da393f06961313b3970fcc2b586e936d128.1697046734.git.paul@apatience.com \
    --to=paul@apatience.com \
    --cc=66467@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).