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 3/7] gnu: Add python-bitstring.
Date: Tue,  1 Dec 2020 12:25:26 +0100	[thread overview]
Message-ID: <20201201112530.262013-3-dftxbs3e@free.fr> (raw)
In-Reply-To: <20201201112530.262013-1-dftxbs3e@free.fr>

From: John Doe <dftxbs3e@free.fr>

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 758496d52f..3c170ebe3c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23305,3 +23305,23 @@ process.")
     (description
       "The most complete dark stylesheet for Python and Qt applications")
     (license license:expat)))
+
+(define-public python-bitstring
+  (package
+    (name "python-bitstring")
+    (version "3.1.7")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "bitstring" version))
+        (sha256
+          (base32
+            "0jl6192dwrlm5ybkbh7ywmyaymrc3cmz9y07nm7qdli9n9rfpwzx"))))
+    (build-system python-build-system)
+    (home-page
+      "https://github.com/scott-griffiths/bitstring")
+    (synopsis
+      "Simple construction, analysis and modification of binary data.")
+    (description
+      "Simple construction, analysis and modification of binary data.")
+    (license license:expat)))
-- 
2.28.0





  parent reply	other threads:[~2020-12-01 11:29 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 ` [bug#44987] [PATCH 1/7] gnu: Add python-helpdev dftxbs3e
2020-12-01 11:25   ` [bug#44987] [PATCH 2/7] gnu: Add python-qdarkstyle dftxbs3e
2020-12-01 11:25   ` dftxbs3e [this message]
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-3-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).