unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44982] [PATCH] gnu: Add python-bitstring.
@ 2020-12-01  5:27 dftxbs3e
  2020-12-01  9:01 ` [bug#44982] Please close this dftxbs3e
  0 siblings, 1 reply; 3+ messages in thread
From: dftxbs3e @ 2020-12-01  5:27 UTC (permalink / raw)
  To: 44982

[-- Attachment #1: Type: text/plain, Size: 8 bytes --]

Thanks!

[-- Attachment #2: 0001-gnu-Add-python-bitstring.patch --]
[-- Type: text/x-patch, Size: 1363 bytes --]

From 4196b2a9fb1a73537cd607d0a6ea40d9df3a83b0 Mon Sep 17 00:00:00 2001
From: John Doe <dftxbs3e@free.fr>
Date: Tue, 1 Dec 2020 06:19:05 +0100
Subject: [PATCH] gnu: Add python-bitstring.

* 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 1086d724f1..87c0d3495a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23232,3 +23232,23 @@ process.")
      "Gamera is a toolkit for building document image recognition systems.")
     (home-page "https://gamera.informatik.hsnr.de/")
     (license license:gpl2+)))
+
+(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


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

* [bug#44982] Please close this.
  2020-12-01  5:27 [bug#44982] [PATCH] gnu: Add python-bitstring dftxbs3e
@ 2020-12-01  9:01 ` dftxbs3e
  2020-12-01  9:22   ` bug#44982: " zimoun
  0 siblings, 1 reply; 3+ messages in thread
From: dftxbs3e @ 2020-12-01  9:01 UTC (permalink / raw)
  To: 44982

This can be reviewed in the context of #44984 instead.

Please close, sorry, thanks!





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

* bug#44982: Please close this.
  2020-12-01  9:01 ` [bug#44982] Please close this dftxbs3e
@ 2020-12-01  9:22   ` zimoun
  0 siblings, 0 replies; 3+ messages in thread
From: zimoun @ 2020-12-01  9:22 UTC (permalink / raw)
  To: dftxbs3e, 44982-done

Hi,

On Tue, 01 Dec 2020 at 10:01, dftxbs3e <dftxbs3e@free.fr> wrote:
> This can be reviewed in the context of #44984 instead.
>
> Please close, sorry, thanks!

You can close by sending to 44982-done@debbugs.gnu.org.  Or apply any
other operations by reading:

  <https://debbugs.gnu.org/server-control.html>

All the best,
simon




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

end of thread, other threads:[~2020-12-01  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01  5:27 [bug#44982] [PATCH] gnu: Add python-bitstring dftxbs3e
2020-12-01  9:01 ` [bug#44982] Please close this dftxbs3e
2020-12-01  9:22   ` bug#44982: " zimoun

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).