unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: dftxbs3e@free.fr
To: 44987@debbugs.gnu.org
Cc: John Doe <dftxbs3e@free.fr>
Subject: [bug#44987] [PATCH 1/7] gnu: Add python-helpdev.
Date: Tue,  1 Dec 2020 12:25:24 +0100	[thread overview]
Message-ID: <20201201112530.262013-1-dftxbs3e@free.fr> (raw)
In-Reply-To: <7eb7b341f3585dde18798e18283c6438024f9c20.camel@free.fr>

From: John Doe <dftxbs3e@free.fr>

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ad51498050..36373ae71c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23256,3 +23256,25 @@ process.")
     (description
       "Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.")
     (license license:expat)))
+
+(define-public python-helpdev
+  (package
+    (name "python-helpdev")
+    (version "0.7.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "helpdev" version))
+        (sha256
+          (base32
+            "0gfvj28i82va7c264jl2p4cdsl3lpf9fpb9cyjnis55crfdafqmv"))))
+    (build-system python-build-system)
+    (propagated-inputs
+      `(("python-importlib-metadata"
+         ,python-importlib-metadata)))
+    (home-page "https://gitlab.com/dpizetta/helpdev")
+    (synopsis
+      "HelpDev - Extracts information about the Python environment easily.")
+    (description
+      "HelpDev - Extracts information about the Python environment easily.")
+    (license license:expat)))
-- 
2.28.0





  reply	other threads:[~2020-12-01 11:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01  9:46 [bug#44987] [PATCH] gnu: electrum: Update to 4.0.5 dftxbs3e
2020-12-01 11:25 ` dftxbs3e [this message]
2020-12-01 11:25   ` [bug#44987] [PATCH 2/7] gnu: Add python-qdarkstyle dftxbs3e
2020-12-01 11:25   ` [bug#44987] [PATCH 3/7] gnu: Add python-bitstring dftxbs3e
2020-12-01 11:25   ` [bug#44987] [PATCH 4/7] gnu: Add python-socks dftxbs3e
2020-12-01 11:25   ` [bug#44987] [PATCH 5/7] gnu: python-aiohttp-socks: Update to 0.5.5 dftxbs3e
2020-12-01 11:25   ` [bug#44987] [PATCH 6/7] gnu: libsecp256k1: Update to 20200615-1-dbd41db dftxbs3e
2020-12-01 11:25   ` [bug#44987] [PATCH 7/7] gnu: electrum: Update to 4.0.5 dftxbs3e

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=20201201112530.262013-1-dftxbs3e@free.fr \
    --to=dftxbs3e@free.fr \
    --cc=44987@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).