mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: Add python-bitstring.
* gnu/packages/python-xyz.scm (python-bitstring): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
51ad28ae71
commit
57bba2ee54
1 changed files with 20 additions and 0 deletions
|
@ -23300,3 +23300,23 @@ (define-public python-qdarkstyle
|
|||
(description "QDarkStyle is 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
|
||||
"Bitstring is a library for simple construction, analysis and modification
|
||||
of binary data.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Reference in a new issue