mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-simple-rlp: Switch to pyproject-build-sytem.
* gnu/packages/python-xyz.scm (python-simple-rlp): Switch to pyproject-build-sytem. [build-system]: Switch to pyproject-build-sytem. [native-inputs]: Add python-setuptools and python-pytest. Change-Id: Ic4e9b717e6be6885b123834391a53b94c19e1132 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
parent
100454dbe8
commit
7e42aacfc8
1 changed files with 5 additions and 1 deletions
|
|
@ -6914,7 +6914,11 @@ Python 3.3+.")
|
|||
(sha256
|
||||
(base32
|
||||
"1nv92sphpkyrncak4qgj50qmgkmj4ycl2szbnv9c7ihgl5df4div"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list
|
||||
python-pytest
|
||||
python-setuptools))
|
||||
(home-page "https://github.com/SamuelHaidu/simple-rlp")
|
||||
(synopsis
|
||||
"Python implementation of RLP (Recursive Length Prefix) encoding")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue