mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-bitstruct: Update to 8.21.0.
* gnu/packages/python-xyz.scm (python-bitstruct): Update to 8.21.0. [build-system]: Use pyproject. [native-inputs]: Add python-pytest, python-setuptools-next, and python-wheel. [description]: Start from a new line, apply fill-column indentation. Change-Id: I669b99d5687d173e9d9667d3e7339a2d5bf62006
This commit is contained in:
parent
c1d307d80a
commit
8a8da2a0f4
1 changed files with 12 additions and 8 deletions
|
@ -5062,21 +5062,25 @@ for the standard @code{argparse} library.")
|
||||||
(define-public python-bitstruct
|
(define-public python-bitstruct
|
||||||
(package
|
(package
|
||||||
(name "python-bitstruct")
|
(name "python-bitstruct")
|
||||||
(version "8.14.0")
|
(version "8.21.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "bitstruct" version))
|
(uri (pypi-uri "bitstruct" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1b2836hjc2bvnbjngfk9n0995zm3lz65apq7irlgijj5iabf82zz"))))
|
||||||
"149c73yrqbph71bbyf925r2mbh2jdymqxc6d49lnylpiflf1j313"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-setuptools-next
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/eerimoq/bitstruct")
|
(home-page "https://github.com/eerimoq/bitstruct")
|
||||||
(synopsis "Python values to and C bit field structs converter")
|
(synopsis "Python values to and C bit field structs converter")
|
||||||
(description "This module performs conversions between Python values and C
|
(description
|
||||||
bit field structs represented as Python byte strings. It is intended to have
|
"This module performs conversions between Python values and C bit field
|
||||||
a similar interface as the @code{struct} module from Python, but working on
|
structs represented as Python byte strings. It is intended to have a similar
|
||||||
bits instead of primitive data types like @code{char}, @code{int}, etc.")
|
interface as the @code{struct} module from Python, but working on bits instead
|
||||||
|
of primitive data types like @code{char}, @code{int}, etc.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-cantools
|
(define-public python-cantools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue